diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
commit | 25cdf2043652b7c9a61aa81aedd943df83bc1de8 (patch) | |
tree | 581213c699486578a2cd84acc8f603741a7340d2 /sys-apps/dnotify | |
parent | added ChamgeLog (diff) | |
download | historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.tar.gz historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.tar.bz2 historical-25cdf2043652b7c9a61aa81aedd943df83bc1de8.zip |
Added LICENSE tag
Diffstat (limited to 'sys-apps/dnotify')
-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 261342119244..0f64b4abcdcd 100644 --- a/sys-apps/dnotify/dnotify-0.5.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.5.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.1 2002/06/14 19:41:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.2 2002/07/10 16:17:57 aliz 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/" +LICENSE="GPL-2" src_unpack() { |