diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-09 06:20:11 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-09 06:20:11 +0000 |
commit | 676d9ab6f24559c458cfad8c9ce6f762155709b3 (patch) | |
tree | e0010ddd9cd0d33b22ec2ed8433a9bf3f11aac8e /dev-php/PEAR-File_Find | |
parent | New package. Backend for gnome-system-tools (diff) | |
download | gentoo-2-676d9ab6f24559c458cfad8c9ce6f762155709b3.tar.gz gentoo-2-676d9ab6f24559c458cfad8c9ce6f762155709b3.tar.bz2 gentoo-2-676d9ab6f24559c458cfad8c9ce6f762155709b3.zip |
This package was previously bundled with www-apps/horde-pear. Mark unstable for ARCHes that www-apps/horde-pear-r2 is marked stable for.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/PEAR-File_Find')
-rw-r--r-- | dev-php/PEAR-File_Find/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-php/PEAR-File_Find/ChangeLog b/dev-php/PEAR-File_Find/ChangeLog index bc78948e0bc5..6f1b0fa0fdb8 100644 --- a/dev-php/PEAR-File_Find/ChangeLog +++ b/dev-php/PEAR-File_Find/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-File_Find # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/ChangeLog,v 1.2 2005/02/19 07:06:38 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/ChangeLog,v 1.3 2005/03/09 06:19:29 sebastian Exp $ + + 09 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-File_Find-0.2.0.ebuild: + This package was previously bundled with www-apps/horde-pear. Mark unstable + for ARCHes that www-apps/horde-pear-r2 is marked stable for. 19 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> PEAR-File_Find-0.2.0.ebuild: diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild index 3d83bc83435d..08aefdfaeac4 100644 --- a/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild +++ b/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild,v 1.2 2005/02/19 07:06:38 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild,v 1.3 2005/03/09 06:19:29 sebastian Exp $ inherit php-pear DESCRIPTION="A class that facillitates the search of filesystems." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" IUSE="" |