summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-08-25 18:26:31 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-08-25 18:26:31 +0000
commitc0d51ec78508141fe6d5c70d56f13fd12267dcd1 (patch)
treecceecfaad0cfd7033ffaadbd545bf05c06707395 /app-admin
parentUpdate version. (diff)
downloadhistorical-c0d51ec78508141fe6d5c70d56f13fd12267dcd1.tar.gz
historical-c0d51ec78508141fe6d5c70d56f13fd12267dcd1.tar.bz2
historical-c0d51ec78508141fe6d5c70d56f13fd12267dcd1.zip
Cleanup old versions.
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/gamin/Manifest4
-rw-r--r--app-admin/gamin/files/digest-gamin-0.0.61
-rw-r--r--app-admin/gamin/files/digest-gamin-0.0.6-r11
-rw-r--r--app-admin/gamin/gamin-0.0.6-r1.ebuild57
-rw-r--r--app-admin/gamin/gamin-0.0.6.ebuild30
5 files changed, 0 insertions, 93 deletions
diff --git a/app-admin/gamin/Manifest b/app-admin/gamin/Manifest
index 956e0913ab02..24d009e30a57 100644
--- a/app-admin/gamin/Manifest
+++ b/app-admin/gamin/Manifest
@@ -1,14 +1,10 @@
MD5 7192bfe3803abd5b1c2401ed6db83eac ChangeLog 1277
MD5 875135e8740bafa4dab79ee592cf9744 metadata.xml 279
-MD5 b9cbe4aee62373ce44ff01b583afb639 gamin-0.0.6.ebuild 712
-MD5 ec1e6c4a5af7fb7ee2be409e61db46d2 gamin-0.0.6-r1.ebuild 1308
MD5 ea62db6d3e1fc7819b705ecf31eab839 gamin-0.0.6-r2.ebuild 1572
MD5 a5cd34cb6f21c5f0574425f294684e57 gamin-0.0.7.ebuild 1597
-MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6 63
MD5 14f8206ef4729b512f65d5f8d8b2da96 files/inotify-0.8.1.h 2465
MD5 f52f7211e1d89b971993c4ad763b1dde files/gamin-0.0.6-inotify_h-include.patch 373
MD5 beba31edee924b3c6c195cd2534cffd2 files/gamin-0.0.6-runtime-backend-select.patch 2940
-MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6-r1 63
MD5 916932a4819a028266c0d19797155ea0 files/gamin-0.0.6-actually-enable-inotify-support.patch 982
MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6-r2 63
MD5 0baa39ba6612747a9d91e2f18dc6c6f9 files/gamin-0.0.6-quiet-inotify-warning.patch 382
diff --git a/app-admin/gamin/files/digest-gamin-0.0.6 b/app-admin/gamin/files/digest-gamin-0.0.6
deleted file mode 100644
index 8254b2729611..000000000000
--- a/app-admin/gamin/files/digest-gamin-0.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8f8841ed896cd11a96ad2089ab7326b8 gamin-0.0.6.tar.gz 385972
diff --git a/app-admin/gamin/files/digest-gamin-0.0.6-r1 b/app-admin/gamin/files/digest-gamin-0.0.6-r1
deleted file mode 100644
index 8254b2729611..000000000000
--- a/app-admin/gamin/files/digest-gamin-0.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8f8841ed896cd11a96ad2089ab7326b8 gamin-0.0.6.tar.gz 385972
diff --git a/app-admin/gamin/gamin-0.0.6-r1.ebuild b/app-admin/gamin/gamin-0.0.6-r1.ebuild
deleted file mode 100644
index 44856f8c9997..000000000000
--- a/app-admin/gamin/gamin-0.0.6-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.6-r1.ebuild,v 1.1 2004/08/22 22:43:17 azarah Exp $
-
-inherit eutils
-
-INOTIFY_VER="0.8.1"
-
-DESCRIPTION="Library providing the FAM File Alteration Monitor API"
-HOMEPAGE="http://www.gnome.org/~veillard/gamin/"
-SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=
-
-DEPEND="virtual/libc
- >=dev-libs/glib-2.0
- !app-admin/fam"
-
-PROVIDE="virtual/fam"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/server
- if [ -f "/usr/src/linux/include/linux/inotify.h" ]
- then
- cp /usr/src/linux/include/linux/inotify.h .
- elif [ -f "/usr/include/linux/inotify.h" ]
- then
- cp /usr/include/linux/inotify.h .
- else
- cp "${FILESDIR}/inotify-${INOTIFY_VER}.h" inotify.h
- fi
-
- # Include our inotify.h
- epatch ${FILESDIR}/${P}-inotify_h-include.patch
- # Select the backend at runtime
- epatch ${FILESDIR}/${P}-runtime-backend-select.patch
-}
-
-src_compile() {
- econf --enable-inotify \
- --enable-debug || die
- # Enable debug for testing the runtime backend patch
-
- # Currently not smp safe
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS COPYING ChangeLog Copyright README TODO
-}
diff --git a/app-admin/gamin/gamin-0.0.6.ebuild b/app-admin/gamin/gamin-0.0.6.ebuild
deleted file mode 100644
index 305d5745df80..000000000000
--- a/app-admin/gamin/gamin-0.0.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.6.ebuild,v 1.1 2004/08/19 21:44:45 azarah Exp $
-
-DESCRIPTION="Library providing the FAM File Alteration Monitor API"
-HOMEPAGE="http://www.gnome.org/~veillard/gamin/"
-SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=
-
-DEPEND="virtual/libc
- >=dev-libs/glib-2.0
- !app-admin/fam"
-
-PROVIDE="virtual/fam"
-
-src_compile() {
- econf || die
- # Currently not smp safe
- make || die "emake failed"
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS COPYING ChangeLog Copyright README TODO
-}