diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-07-17 23:28:08 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-07-17 23:28:08 +0000 |
commit | 978b5cf7eacc37592f17a1ab9fadb7ddd0ce6b43 (patch) | |
tree | 1a72cc294342ea97e113a555a85634858e38af37 /sys-apps/dnotify | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-978b5cf7eacc37592f17a1ab9fadb7ddd0ce6b43.tar.gz gentoo-2-978b5cf7eacc37592f17a1ab9fadb7ddd0ce6b43.tar.bz2 gentoo-2-978b5cf7eacc37592f17a1ab9fadb7ddd0ce6b43.zip |
QA fixs (S= and src_uri no longer exists) + version bump
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.16.0.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dnotify/files/digest-dnotify-0.16.0 | 1 |
4 files changed, 44 insertions, 3 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/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 |