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 | 0929a456366b87221d3321c7741b9c40d89da170 (patch) | |
tree | de5784191e0f556f138e30cf140c7bd41ea758ed /dev-php | |
parent | Version bump. (diff) | |
download | gentoo-2-0929a456366b87221d3321c7741b9c40d89da170.tar.gz gentoo-2-0929a456366b87221d3321c7741b9c40d89da170.tar.bz2 gentoo-2-0929a456366b87221d3321c7741b9c40d89da170.zip |
Initial ebuild, closes bug 106813.
(Portage version: 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 | 3 | ||||
-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, 31 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..0fe5e67f4d0b --- /dev/null +++ b/dev-php/PEAR-MIME_Type/Manifest @@ -0,0 +1,3 @@ +MD5 50de9108aa8913418cfd8513bb2b42e2 PEAR-MIME_Type-1.0.0.ebuild 284 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 e8894274bd33c9f41069a6842a95cdba files/digest-PEAR-MIME_Type-1.0.0 62 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> |