summaryrefslogtreecommitdiff
path: root/gift-ares
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-06-18 22:23:27 +1000
committerDanny Rawlins <monster.romster@gmail.com>2012-06-18 22:23:27 +1000
commitc4a37ea13aa85c11e818912803b4064d75fcbc40 (patch)
tree43a1845f191e7a746aa1545bc751b26f6e1825d5 /gift-ares
parent20a5e1d1450b7cc5da6a2adb1206aef2048ced87 (diff)
downloadcontrib-c4a37ea13aa85c11e818912803b4064d75fcbc40.tar.gz
contrib-c4a37ea13aa85c11e818912803b4064d75fcbc40.tar.xz
gift*: contrib -> romster
Diffstat (limited to 'gift-ares')
-rw-r--r--gift-ares/.footprint10
-rw-r--r--gift-ares/.md5sum2
-rw-r--r--gift-ares/Pkgfile19
-rw-r--r--gift-ares/README3
4 files changed, 0 insertions, 34 deletions
diff --git a/gift-ares/.footprint b/gift-ares/.footprint
deleted file mode 100644
index 90b8b892c..000000000
--- a/gift-ares/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/giFT/
--rwxr-xr-x root/root usr/lib/giFT/libAres.la
--rwxr-xr-x root/root usr/lib/giFT/libAres.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
-drwxr-xr-x root/root usr/share/giFT/Ares/
--rw-r--r-- root/root usr/share/giFT/Ares/Ares.conf.template
--rw-r--r-- root/root usr/share/giFT/Ares/nodes
diff --git a/gift-ares/.md5sum b/gift-ares/.md5sum
deleted file mode 100644
index d7107dedc..000000000
--- a/gift-ares/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2
-5111eb7e37330aa096c86f17fd51ab10 nodes.gzip
diff --git a/gift-ares/Pkgfile b/gift-ares/Pkgfile
deleted file mode 100644
index 0cb6935a3..000000000
--- a/gift-ares/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: The Ares network plug-in for giFT.
-# URL: http://gift.sourceforge.net/software/plugins.mhtml
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: gift
-
-name=gift-ares
-version=0.3.0
-release=1
-source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.bz2
- http://update.kceasy.com/update/ares/nodes.gzip)
-
-build() {
- cd gift-ares-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/Ares/nodes
-}
diff --git a/gift-ares/README b/gift-ares/README
deleted file mode 100644
index fc5681751..000000000
--- a/gift-ares/README
+++ /dev/null
@@ -1,3 +0,0 @@
-POST-INSTALL:
- * Add "Ares" to the variable "plugins" in your ~/.giFT/giftd.conf
-

Generated by cgit