diff options
author | 2004-04-17 15:02:29 +0000 | |
---|---|---|
committer | 2004-04-17 15:02:29 +0000 | |
commit | c0cc4ecd5d0e889376647608d945bfdaae47bed4 (patch) | |
tree | 60d4757e4328dd10c2509d23b85761fa381df338 /dev-php/PEAR-Image_IPTC | |
parent | fixed newdepend (diff) | |
download | historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.gz historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.bz2 historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-Image_IPTC')
-rw-r--r-- | dev-php/PEAR-Image_IPTC/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-Image_IPTC/ChangeLog b/dev-php/PEAR-Image_IPTC/ChangeLog index c6f27e2c29d6..aa1fd22fe3eb 100644 --- a/dev-php/PEAR-Image_IPTC/ChangeLog +++ b/dev-php/PEAR-Image_IPTC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Image_IPTC -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_IPTC/ChangeLog,v 1.1 2003/12/25 13:46:26 coredumb Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_IPTC/ChangeLog,v 1.2 2004/04/17 15:02:28 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Image_IPTC-1.0.2.ebuild: + Added IUSE= *PEAR-Image_IPTC-1.0.2 (25 Dec 2003) diff --git a/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild b/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild index 1fa5f88bdd80..68cd33ecccca 100644 --- a/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild +++ b/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild,v 1.1 2003/12/25 13:46:26 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild,v 1.2 2004/04/17 15:02:28 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="This package provides a mechanism for modifying IPTC header informa LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" |