diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-01-07 14:17:45 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-01-07 14:17:45 +0000 |
commit | 26b4bca5183f87d4286b9691db447a820096c243 (patch) | |
tree | b0d60f56a1ed533b61ce5656e30831d4bc21bfd5 /sys-apps | |
parent | Fixed X dependencies -- removed an explicit dep. on x11-base/xorg-x11. (diff) | |
download | historical-26b4bca5183f87d4286b9691db447a820096c243.tar.gz historical-26b4bca5183f87d4286b9691db447a820096c243.tar.bz2 historical-26b4bca5183f87d4286b9691db447a820096c243.zip |
Marked ppc
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dnotify/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index 74083871452c..cf89ddebd57f 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.17 2006/01/06 23:22:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.18 2006/01/07 14:17:45 lu_zero Exp $ + + 07 Jan 2006; Luca Barbato <lu_zero@gentoo.org> dnotify-0.18.0.ebuild: + Marked ppc 06 Jan 2006; Mark Loeser <halcy0n@gentoo.org> dnotify-0.18.0.ebuild: Stable on x86; bug #118108 diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest index 5d13500d4a8d..a33d21647229 100644 --- a/sys-apps/dnotify/Manifest +++ b/sys-apps/dnotify/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0e7af0842893991e8ce259b1e24a9991 ChangeLog 2277 +MD5 a7fe521db5103227af1cf2293bfdae48 ChangeLog 2363 MD5 6c7bb398eed508763fbeba9a60fc7f4f dnotify-0.16.0.ebuild 832 MD5 7937cf7aa994fff87966b6f92b3efdb3 dnotify-0.17.1.ebuild 719 -MD5 8e9fdb635feee7d1b97bc71114c662fa dnotify-0.18.0.ebuild 723 +MD5 e679885b7a65635f02252ac71090a789 dnotify-0.18.0.ebuild 722 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 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDvvu/CRZPokWLroQRAm1ZAKCEBjyeZJ0hYcL7Blx1DsbF0Xpx1ACfechQ -qay39TX6YXrOj3BwUPoO5pM= -=Yjnp ------END PGP SIGNATURE----- diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild index 0468a237a78d..ba25f7c31399 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.4 2006/01/06 23:22:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.5 2006/01/07 14:17:45 lu_zero 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 )" |