summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-MIME_Type
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-MIME_Type')
-rw-r--r--dev-php/PEAR-MIME_Type/Manifest3
-rw-r--r--dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild21
-rw-r--r--dev-php/PEAR-MIME_Type/metadata.xml11
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest
new file mode 100644
index 000000000000..4535e0e869d6
--- /dev/null
+++ b/dev-php/PEAR-MIME_Type/Manifest
@@ -0,0 +1,3 @@
+DIST MIME_Type-1.4.1.tgz 21807 BLAKE2B 9f90e1dd4505ded94ee47b913814b21a7c9ab9bffabb330005ef5f04bcd9a7c89ecc5bbedbc65c60c63e4769fd0a50bbe0528b1622a25a86a4b7e1873f840f9d SHA512 f70507a44c0f81381baa0532a0f1337932cd69d054b96367b6ee98873fd85a51721f876b9aab679a18aff10b151ad1b447ff1c3f92288827e74e32b2627cdd01
+EBUILD PEAR-MIME_Type-1.4.1.ebuild 526 BLAKE2B 1fc9014adf77822d899f1332e5c80dcc4923d696af8234ea0d7016bb6c87a835454588f56a183088a9d83ebcd65916f13f96982b19e0f8ff7bdd5d16eef7ae53 SHA512 14b34d39ff146862aeb6dcf5cfe41b4b1650b0a8abe2b5abc4da4cc80879378f12529dd90f911fc1e2221a15c0640a3aed27d8d43cd9917d069950d23aa3ef50
+MISC metadata.xml 311 BLAKE2B ca0816a4957f3b5ddcb64ad8f5c9c00078a8a36c0f51b7ba40dfd2086c3de48a0fed47b7d35a0b12458a9c80d4c20db80e1c7d91c8b6a3a4e68d6d12ab8cd50e SHA512 a2528b21a2d20151b73bedba498db404cf49fad1dffd51bb74478e8ca97b3d5c07bb6a2e988c75a662bcd28af6c5a5e6b5184cf3e835787262b430b61d20049f
diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
new file mode 100644
index 000000000000..2a73abfa1534
--- /dev/null
+++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+HOMEPAGE="https://pear.php.net/package/MIME_Type"
+SRC_URI="https://pear.php.net/get/${P#PEAR-}.tgz"
+DESCRIPTION="Utility class for dealing with MIME types"
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+IUSE=""
+RDEPEND=">=dev-lang/php-5.4:*
+ >=dev-php/pear-1.9
+ dev-php/PEAR-System_Command"
+S="${WORKDIR}/${P#PEAR-}"
+
+src_install(){
+ insinto /usr/share/php
+ doins -r MIME
+}
diff --git a/dev-php/PEAR-MIME_Type/metadata.xml b/dev-php/PEAR-MIME_Type/metadata.xml
new file mode 100644
index 000000000000..0ee12f20bc59
--- /dev/null
+++ b/dev-php/PEAR-MIME_Type/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>php-bugs@gentoo.org</email>
+ <name>PHP</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pear">MIME_Type</remote-id>
+ </upstream>
+</pkgmetadata>