diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-12-25 13:46:38 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-12-25 13:46:38 +0000 |
commit | 5c960d48c175236fc8c9c895f4bb0e8f3fd4c0bc (patch) | |
tree | 512aeb7720c5fcd0910174a21c94745b05b1d278 /dev-php/PEAR-Image_IPTC | |
parent | Initial commit, fixes bug #28502 (diff) | |
download | historical-5c960d48c175236fc8c9c895f4bb0e8f3fd4c0bc.tar.gz historical-5c960d48c175236fc8c9c895f4bb0e8f3fd4c0bc.tar.bz2 historical-5c960d48c175236fc8c9c895f4bb0e8f3fd4c0bc.zip |
Initial commit, fixes bug #28502
Diffstat (limited to 'dev-php/PEAR-Image_IPTC')
-rw-r--r-- | dev-php/PEAR-Image_IPTC/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Image_IPTC/files/digest-PEAR-Image_IPTC-1.0.2 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Image_IPTC/metadata.xml | 5 |
4 files changed, 19 insertions, 1 deletions
diff --git a/dev-php/PEAR-Image_IPTC/Manifest b/dev-php/PEAR-Image_IPTC/Manifest index e737beb79d09..6cf728d7f682 100644 --- a/dev-php/PEAR-Image_IPTC/Manifest +++ b/dev-php/PEAR-Image_IPTC/Manifest @@ -1,2 +1,4 @@ -MD5 e1c20241d0c6f0c979febe109ef94ccc PEAR-Image_IPTC-1.0.2.ebuild 394 +MD5 1412eb5b12c34d1dfa2fe442141ada07 PEAR-Image_IPTC-1.0.2.ebuild 408 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 e292fcfbe78a4edac6fdc008a2e3ed7b ChangeLog 396 MD5 0c3bbce64268a3bfd12a778256f01a15 files/digest-PEAR-Image_IPTC-1.0.2 63 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 new file mode 100644 index 000000000000..1fa5f88bdd80 --- /dev/null +++ b/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 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 $ + +inherit php-pear + +DESCRIPTION="This package provides a mechanism for modifying IPTC header information" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" diff --git a/dev-php/PEAR-Image_IPTC/files/digest-PEAR-Image_IPTC-1.0.2 b/dev-php/PEAR-Image_IPTC/files/digest-PEAR-Image_IPTC-1.0.2 new file mode 100644 index 000000000000..8d24da2a6889 --- /dev/null +++ b/dev-php/PEAR-Image_IPTC/files/digest-PEAR-Image_IPTC-1.0.2 @@ -0,0 +1 @@ +MD5 7095a4abb7cd666f1245c21576683e25 Image_IPTC-1.0.2.tgz 3530 diff --git a/dev-php/PEAR-Image_IPTC/metadata.xml b/dev-php/PEAR-Image_IPTC/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Image_IPTC/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |