diff options
author | 2004-09-18 17:26:00 +0000 | |
---|---|---|
committer | 2004-09-18 17:26:00 +0000 | |
commit | c61b5bc45de12eb94d875c3466f2ec95303bc2fc (patch) | |
tree | a3307132d667f1bc2045d32742542fa7ffb0e7c8 /sys-apps/dnotify | |
parent | New release (0.11.5) (diff) | |
download | historical-c61b5bc45de12eb94d875c3466f2ec95303bc2fc.tar.gz historical-c61b5bc45de12eb94d875c3466f2ec95303bc2fc.tar.bz2 historical-c61b5bc45de12eb94d875c3466f2ec95303bc2fc.zip |
Version bump. Marked 0.16.0 stable on x86. Updated HOMEPAGE in all ebuilds.
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/dnotify/Manifest | 20 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.16.0.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.17.1.ebuild | 31 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dnotify/files/digest-dnotify-0.17.1 | 1 |
6 files changed, 60 insertions, 10 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index 0d6fd87e8530..47ad64a241a0 100644 --- a/sys-apps/dnotify/ChangeLog +++ b/sys-apps/dnotify/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2004/07/17 23:28:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.11 2004/09/18 17:26:00 swegener Exp $ + +*dnotify-0.17.1 (18 Sep 2004) + + 18 Sep 2004; Sven Wegener <swegener@gentoo.org> dnotify-0.16.0.ebuild, + +dnotify-0.17.1.ebuild, dnotify-0.5.0.ebuild: + Version bump. Marked 0.16.0 stable on x86. Updated HOMEPAGE in all ebuilds. *dnotify-0.16.0 (18 Jul 2004) diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest index 8ec9aeaebf74..65b7017844aa 100644 --- a/sys-apps/dnotify/Manifest +++ b/sys-apps/dnotify/Manifest @@ -1,6 +1,18 @@ -MD5 facdd76f994ce50ccee1cd9d7e373b6b ChangeLog 1373 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5cffdf60c2b3ac25786b87c0a198e68e ChangeLog 1601 +MD5 405880975d0cf7fcc5c7f1f02908befd dnotify-0.16.0.ebuild 835 +MD5 3afb9f52e73750d7d2f3379884b236bb dnotify-0.5.0.ebuild 735 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 fe9626b7ec36aaae3ddbe2749bd879fd dnotify-0.17.1.ebuild 847 MD5 286c6f49267c740d89cc3b9315172301 files/digest-dnotify-0.16.0 66 +MD5 f39a4b5d54ed6dca514462d30e78eda9 files/digest-dnotify-0.5.0 64 +MD5 064c626efc734f07a2d6f5ce4de5e1f0 files/digest-dnotify-0.17.1 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBTG+yI1lqEGTUzyQRAgpDAKClaSmoFYLpj35LVPxkw0AwfyeoQACgygPO +GHk1RzU/8F6beup+4vadRec= +=Kmxi +-----END PGP SIGNATURE----- diff --git a/sys-apps/dnotify/dnotify-0.16.0.ebuild b/sys-apps/dnotify/dnotify-0.16.0.ebuild index 2f9b2c246842..bc2d89ba8567 100644 --- a/sys-apps/dnotify/dnotify-0.16.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.16.0.ebuild @@ -1,11 +1,11 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.16.0.ebuild,v 1.2 2004/09/18 17:26:00 swegener 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" +HOMEPAGE="http://www.student.lu.se/~nbi98oli/dnotify.html" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~mips" IUSE="nls" SLOT="0" LICENSE="GPL-2" diff --git a/sys-apps/dnotify/dnotify-0.17.1.ebuild b/sys-apps/dnotify/dnotify-0.17.1.ebuild new file mode 100644 index 000000000000..101be14ad560 --- /dev/null +++ b/sys-apps/dnotify/dnotify-0.17.1.ebuild @@ -0,0 +1,31 @@ +# 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.17.1.ebuild,v 1.1 2004/09/18 17:26:00 swegener 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/dnotify.html" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips" +IUSE="nls" +SLOT="0" +LICENSE="GPL-2" + +RDEPEND="virtual/libc" +DEPEND="${RDEPEND} + sys-apps/gawk + sys-apps/grep + sys-devel/gettext" + +src_compile() { + econf $(use_enable nls) || die "failed to configure" + emake || die "failed to make" +} + +src_install() { + emake DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS TODO NEWS README || die "dodoc failed" +} + +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 297deaf47af5..e00bdee75606 100644 --- a/sys-apps/dnotify/dnotify-0.5.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.5.0.ebuild @@ -1,10 +1,10 @@ # 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.16 2004/07/17 23:28:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.17 2004/09/18 17:26:00 swegener Exp $ DESCRIPTION="Execute a command when the contents of a directory change" SRC_URI="mirror://gentoo/dnotify-${PV}.tar.gz" -HOMEPAGE="http://www.student.lu.se/~nbi98oli/" +HOMEPAGE="http://www.student.lu.se/~nbi98oli/dnotify.html" KEYWORDS="x86 amd64 ppc sparc mips" IUSE="" SLOT="0" diff --git a/sys-apps/dnotify/files/digest-dnotify-0.17.1 b/sys-apps/dnotify/files/digest-dnotify-0.17.1 new file mode 100644 index 000000000000..79c377466b90 --- /dev/null +++ b/sys-apps/dnotify/files/digest-dnotify-0.17.1 @@ -0,0 +1 @@ +MD5 000ace6d46018a24502c31408268a9a6 dnotify-0.17.1.tar.gz 182789 |