summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-07-17 23:28:08 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-07-17 23:28:08 +0000
commiteb759ba5bd9561e49c08944fbef97a19c951bb89 (patch)
tree0230e4e2d4b19b26952a41b30e011cc3b98624e6 /sys-apps/dnotify
parentStable on alpha. (diff)
downloadhistorical-eb759ba5bd9561e49c08944fbef97a19c951bb89.tar.gz
historical-eb759ba5bd9561e49c08944fbef97a19c951bb89.tar.bz2
historical-eb759ba5bd9561e49c08944fbef97a19c951bb89.zip
QA fixs (S= and src_uri no longer exists) + version bump
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r--sys-apps/dnotify/ChangeLog9
-rw-r--r--sys-apps/dnotify/Manifest6
-rw-r--r--sys-apps/dnotify/dnotify-0.16.0.ebuild33
-rw-r--r--sys-apps/dnotify/dnotify-0.5.0.ebuild4
-rw-r--r--sys-apps/dnotify/files/digest-dnotify-0.16.01
5 files changed, 48 insertions, 5 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog
index 77de05f8fe52..0d6fd87e8530 100644
--- a/sys-apps/dnotify/ChangeLog
+++ b/sys-apps/dnotify/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/dnotify
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.9 2004/06/30 15:24:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.10 2004/07/17 23:28:07 dragonheart Exp $
+
+*dnotify-0.16.0 (18 Jul 2004)
+
+ 18 Jul 2004; Daniel Black <dragonheart@gentoo.org> +dnotify-0.16.0.ebuild,
+ dnotify-0.5.0.ebuild:
+ 0.5.0 - QA fix S= is default, SRC_URI doesn't exist - changed to
+ mirror://gentoo/. 0.16.0 - version bump
30 Jun 2004; Aron Griffis <agriffis@gentoo.org> dnotify-0.5.0.ebuild:
sync IUSE (missing)
diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest
index cd6581a00d96..8ec9aeaebf74 100644
--- a/sys-apps/dnotify/Manifest
+++ b/sys-apps/dnotify/Manifest
@@ -1,4 +1,6 @@
-MD5 60103041ff096596219499ec8f0fcba7 dnotify-0.5.0.ebuild 746
-MD5 abf1361a4ed8828b38e34e421c95660d ChangeLog 1127
+MD5 facdd76f994ce50ccee1cd9d7e373b6b ChangeLog 1373
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 41a5a61498ba99f6efa064700672a41e dnotify-0.16.0.ebuild 827
+MD5 42ec19f7bc06d4d4ca40a75fa685ec3b dnotify-0.5.0.ebuild 726
MD5 f39a4b5d54ed6dca514462d30e78eda9 files/digest-dnotify-0.5.0 64
+MD5 286c6f49267c740d89cc3b9315172301 files/digest-dnotify-0.16.0 66
diff --git a/sys-apps/dnotify/dnotify-0.16.0.ebuild b/sys-apps/dnotify/dnotify-0.16.0.ebuild
new file mode 100644
index 000000000000..2f9b2c246842
--- /dev/null
+++ b/sys-apps/dnotify/dnotify-0.16.0.ebuild
@@ -0,0 +1,33 @@
+# 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.16.0.ebuild,v 1.1 2004/07/17 23:28:07 dragonheart Exp $
+
+DESCRIPTION="Execute a command when the contents of a directory change"
+SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
+HOMEPAGE="http://www.student.lu.se/~nbi98oli/"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips"
+IUSE="nls"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="virtual/libc
+ sys-apps/gawk
+ sys-apps/grep
+ sys-devel/gettext"
+
+RDEPEND="virtual/libc"
+
+src_compile() {
+ econf `use_enable nls` || die "failed to configure"
+ emake || die "failed to make"
+}
+
+src_install() {
+ emake DESTDIR=${D} \
+ install || die
+ dodoc AUTHORS INSTALL TODO ChangeLog COPYING* NEWS README
+}
+
+src_test() {
+ make check
+}
diff --git a/sys-apps/dnotify/dnotify-0.5.0.ebuild b/sys-apps/dnotify/dnotify-0.5.0.ebuild
index e93b62d18c0f..297deaf47af5 100644
--- a/sys-apps/dnotify/dnotify-0.5.0.ebuild
+++ b/sys-apps/dnotify/dnotify-0.5.0.ebuild
@@ -1,9 +1,9 @@
# 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.15 2004/07/15 01:44:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.16 2004/07/17 23:28:07 dragonheart Exp $
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"
+SRC_URI="mirror://gentoo/dnotify-${PV}.tar.gz"
HOMEPAGE="http://www.student.lu.se/~nbi98oli/"
KEYWORDS="x86 amd64 ppc sparc mips"
IUSE=""
diff --git a/sys-apps/dnotify/files/digest-dnotify-0.16.0 b/sys-apps/dnotify/files/digest-dnotify-0.16.0
new file mode 100644
index 000000000000..4e43cba7ed74
--- /dev/null
+++ b/sys-apps/dnotify/files/digest-dnotify-0.16.0
@@ -0,0 +1 @@
+MD5 95d5f111d90a77256e0ba4b2052ba2bc dnotify-0.16.0.tar.gz 182084