diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 15:26:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 15:26:23 +0000 |
commit | 35c77f74df7738cf1b53d3dad865be1e35efcd6c (patch) | |
tree | cf05f9051de70546b68a10564b219226938712fd /sys-apps/dnotify/dnotify-0.5.0.ebuild | |
parent | New patch version, now based on OOo 1.1.2 (diff) | |
download | historical-35c77f74df7738cf1b53d3dad865be1e35efcd6c.tar.gz historical-35c77f74df7738cf1b53d3dad865be1e35efcd6c.tar.bz2 historical-35c77f74df7738cf1b53d3dad865be1e35efcd6c.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-apps/dnotify/dnotify-0.5.0.ebuild')
-rw-r--r-- | sys-apps/dnotify/dnotify-0.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dnotify/dnotify-0.5.0.ebuild b/sys-apps/dnotify/dnotify-0.5.0.ebuild index 439ea421e247..cff4abd1c764 100644 --- a/sys-apps/dnotify/dnotify-0.5.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.5.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.13 2004/06/24 22:04:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.14 2004/06/30 15:24:37 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Execute a command when the contents of a directory change" SRC_URI="http://www.student.lu.se/~nbi98oli/src/dnotify-0.5.0.tar.gz" HOMEPAGE="http://www.student.lu.se/~nbi98oli/" KEYWORDS="x86 amd64 ppc sparc mips" +IUSE="" SLOT="0" LICENSE="GPL-2" |