diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-27 15:41:47 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-27 15:41:47 +0000 |
commit | 136d1410fbef2d3ff527c98f6affd4f5898f3a7c (patch) | |
tree | bd48d355441a44453289363edb95f8b841d8470e /sys-apps/dnotify | |
parent | Fix bad chmod (diff) | |
download | historical-136d1410fbef2d3ff527c98f6affd4f5898f3a7c.tar.gz historical-136d1410fbef2d3ff527c98f6affd4f5898f3a7c.tar.bz2 historical-136d1410fbef2d3ff527c98f6affd4f5898f3a7c.zip |
stable on amd64
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dnotify/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index d8e857d76ff8..e84164f06d67 100644 --- a/sys-apps/dnotify/ChangeLog +++ b/sys-apps/dnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dnotify # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.19 2006/01/17 00:48:43 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.20 2006/01/27 15:41:47 blubb Exp $ + + 27 Jan 2006; Simon Stelling <blubb@gentoo.org> dnotify-0.18.0.ebuild: + stable on amd64 17 Jan 2006; Stuart Longland <redhatter@gentoo.org> dnotify-0.18.0.ebuild: Marked stable on MIPS as per bug #118108 diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest index ec6d961237a2..baf7936ff72e 100644 --- a/sys-apps/dnotify/Manifest +++ b/sys-apps/dnotify/Manifest @@ -1,7 +1,7 @@ -MD5 f5555ab46f756b2f8648471f1b2f290d ChangeLog 2486 +MD5 fcb413e27630f8be35df0767025d0ce6 ChangeLog 2573 MD5 6c7bb398eed508763fbeba9a60fc7f4f dnotify-0.16.0.ebuild 832 MD5 7937cf7aa994fff87966b6f92b3efdb3 dnotify-0.17.1.ebuild 719 -MD5 87f17f00938b93f2f60377822b9be00d dnotify-0.18.0.ebuild 723 +MD5 df6035f54025ecfaa9d7b58305a03073 dnotify-0.18.0.ebuild 718 MD5 286c6f49267c740d89cc3b9315172301 files/digest-dnotify-0.16.0 66 MD5 064c626efc734f07a2d6f5ce4de5e1f0 files/digest-dnotify-0.17.1 66 MD5 1b56ee3ed03445117aa35b1efb48578a files/digest-dnotify-0.18.0 66 diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild index 2fc5b9667244..662b20a1d35f 100644 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.6 2006/01/17 00:48:43 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.7 2006/01/27 15:41:47 blubb Exp $ DESCRIPTION="Execute a command when the contents of a directory change" HOMEPAGE="http://oskarsapps.mine.nu/dnotify.html" @@ -8,7 +8,7 @@ SRC_URI="http://oskarsapps.mine.nu/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 mips ppc -sparc x86" +KEYWORDS="amd64 mips ppc -sparc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |