summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-07-16 08:21:24 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-07-16 08:21:24 +0000
commita39fe5b81343b998ab193873484cec8470a0b3fd (patch)
treed456e581af2c1df9bedc4ef41700aa54d27d76e5 /app-admin/gamin/gamin-0.0.18.ebuild
parentFixup FreeBSD support, bug #99158. (diff)
downloadhistorical-a39fe5b81343b998ab193873484cec8470a0b3fd.tar.gz
historical-a39fe5b81343b998ab193873484cec8470a0b3fd.tar.bz2
historical-a39fe5b81343b998ab193873484cec8470a0b3fd.zip
Remove older versions.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-admin/gamin/gamin-0.0.18.ebuild')
-rw-r--r--app-admin/gamin/gamin-0.0.18.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-admin/gamin/gamin-0.0.18.ebuild b/app-admin/gamin/gamin-0.0.18.ebuild
deleted file mode 100644
index 36eaf3692511..000000000000
--- a/app-admin/gamin/gamin-0.0.18.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.18.ebuild,v 1.2 2005/01/01 11:00:23 eradicator Exp $
-
-inherit eutils
-
-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 ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390"
-IUSE=""
-
-RDEPEND="virtual/libc
- >=dev-libs/glib-2
- !app-admin/fam"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-PROVIDE="virtual/fam"
-
-src_compile() {
-
- # Enable debug for testing the runtime backend patch
- econf \
- --enable-inotify \
- --enable-debug \
- || die
-
- emake || die "emake failed"
-
-}
-
-src_install() {
-
- make DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog README TODO
-
-}