summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-14 19:41:07 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-14 19:41:07 +0000
commit709fec8f820c31b7c40196b22dc54f0ba7feb09c (patch)
treee8f3d8d3c82381c1d98749512bb0e7376e25f6aa /sys-apps
parentVerion bump, ebuild update. (diff)
downloadgentoo-2-709fec8f820c31b7c40196b22dc54f0ba7feb09c.tar.gz
gentoo-2-709fec8f820c31b7c40196b22dc54f0ba7feb09c.tar.bz2
gentoo-2-709fec8f820c31b7c40196b22dc54f0ba7feb09c.zip
New package. Fixes #3220
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dnotify/ChangeLog13
-rw-r--r--sys-apps/dnotify/dnotify-0.5.0.ebuild29
-rw-r--r--sys-apps/dnotify/files/digest-dnotify-0.5.01
3 files changed, 43 insertions, 0 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog
new file mode 100644
index 000000000000..b9635356be8d
--- /dev/null
+++ b/sys-apps/dnotify/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for sys-apps/dnotify
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.1 2002/06/14 19:41:07 rphillips Exp $
+
+*dnotify-0.5.0 (14 June 2002)
+
+ 14 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/sys-apps/dnotify/dnotify-0.5.0.ebuild b/sys-apps/dnotify/dnotify-0.5.0.ebuild
new file mode 100644
index 000000000000..261342119244
--- /dev/null
+++ b/sys-apps/dnotify/dnotify-0.5.0.ebuild
@@ -0,0 +1,29 @@
+# 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 $
+
+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/"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ make || die
+}
+
+src_install() {
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ install || die
+ dodoc AUTHORS ChangeLog COPYING* NEWS README
+}
diff --git a/sys-apps/dnotify/files/digest-dnotify-0.5.0 b/sys-apps/dnotify/files/digest-dnotify-0.5.0
new file mode 100644
index 000000000000..b0a688082814
--- /dev/null
+++ b/sys-apps/dnotify/files/digest-dnotify-0.5.0
@@ -0,0 +1 @@
+MD5 19f88ecd236be997e2b992ceb20e3fe6 dnotify-0.5.0.tar.gz 71023