diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-22 05:56:56 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-22 05:56:56 +0000 |
commit | fb59d251cb4bf28ee558cc361aed478c7772c7d0 (patch) | |
tree | accc580574132376d39ce101c7221cc63e1190d7 /dev-php | |
parent | Version bump. (diff) | |
download | historical-fb59d251cb4bf28ee558cc361aed478c7772c7d0.tar.gz historical-fb59d251cb4bf28ee558cc361aed478c7772c7d0.tar.bz2 historical-fb59d251cb4bf28ee558cc361aed478c7772c7d0.zip |
Initial ebuild, closes bug 106813.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-MIME_Type/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/Manifest | 14 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/files/digest-PEAR-MIME_Type-1.0.0 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/metadata.xml | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/PEAR-MIME_Type/ChangeLog b/dev-php/PEAR-MIME_Type/ChangeLog new file mode 100644 index 000000000000..0c9cc8583ec9 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-MIME_Type +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.1 2005/09/22 05:56:56 sebastian Exp $ + +*PEAR-MIME_Type-1.0.0 (22 Sep 2005) + + 22 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-MIME_Type-1.0.0.ebuild: + Initial ebuild, closes bug 106813. + diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest new file mode 100644 index 000000000000..f109a2b91e11 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b265244c630af8e53dea5f986df37e50 ChangeLog 399 +MD5 514443c3739e5f8c4060d57bbc981bcf PEAR-MIME_Type-1.0.0.ebuild 399 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 e8894274bd33c9f41069a6842a95cdba files/digest-PEAR-MIME_Type-1.0.0 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD4DBQFDMkf3aGfFFLhbXWkRAgAlAKCgNTSdDM9uyWLt/i8FMYFYdtSoYQCY+tCE +gN1jSg52Qfg5/lI3C64cSw== +=FCUK +-----END PGP SIGNATURE----- diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild new file mode 100644 index 000000000000..28710d942cb2 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.0.0.ebuild,v 1.1 2005/09/22 05:56:56 sebastian Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Utility class for dealing with MIME types." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="dev-php/PEAR-System_Command" diff --git a/dev-php/PEAR-MIME_Type/files/digest-PEAR-MIME_Type-1.0.0 b/dev-php/PEAR-MIME_Type/files/digest-PEAR-MIME_Type-1.0.0 new file mode 100644 index 000000000000..8241263d04bb --- /dev/null +++ b/dev-php/PEAR-MIME_Type/files/digest-PEAR-MIME_Type-1.0.0 @@ -0,0 +1 @@ +MD5 dc2d377a121c6410d5f5c46e8ec32c03 MIME_Type-1.0.0.tgz 4404 diff --git a/dev-php/PEAR-MIME_Type/metadata.xml b/dev-php/PEAR-MIME_Type/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-MIME_Type/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> |