diff options
author | Brian Evans <grknight@gentoo.org> | 2017-01-27 15:22:02 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-01-27 15:22:02 -0500 |
commit | af9d3a0b3ab3cf5f930d14321572e25a8dafac79 (patch) | |
tree | 4771477b7af4abd5802db40a53f484bac5658d32 /dev-php/PEAR-MIME_Type | |
parent | dev-ruby/bunny: add 2.6.3 (diff) | |
download | gentoo-af9d3a0b3ab3cf5f930d14321572e25a8dafac79.tar.gz gentoo-af9d3a0b3ab3cf5f930d14321572e25a8dafac79.tar.bz2 gentoo-af9d3a0b3ab3cf5f930d14321572e25a8dafac79.zip |
dev-php/PEAR-MIME_Type: Version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-php/PEAR-MIME_Type')
-rw-r--r-- | dev-php/PEAR-MIME_Type/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest index ed9197d2799e..0b153ac13457 100644 --- a/dev-php/PEAR-MIME_Type/Manifest +++ b/dev-php/PEAR-MIME_Type/Manifest @@ -1 +1,2 @@ DIST MIME_Type-1.3.3.tgz 13157 SHA256 916c77d801bcf8d339853f5b8c395554b5043a1119fa6c26c59fa98b14c331d6 SHA512 af7bf2e13bd8db79a2e55635cc74ee1511c7d2cd75c374d42c821d5b2747d1588c73820e5f0d090a500ab0a88b61d38d3124752127338d18bdaf166b1c31abae WHIRLPOOL 8f71c8bce7ecef7e57d9322308406e514edb77cd75dd279d08ebbee4589e08593f25fc877f209634b57e4592ad0c3c375c0ff6a9b7ce7f27108f3eed4fae5ab0 +DIST MIME_Type-1.4.1.tgz 21807 SHA256 ee46853524110b2f076f444d835fea4301dc0216db6484918994903fba8e8e2d SHA512 f70507a44c0f81381baa0532a0f1337932cd69d054b96367b6ee98873fd85a51721f876b9aab679a18aff10b151ad1b447ff1c3f92288827e74e32b2627cdd01 WHIRLPOOL 512db89357f51e33b8df1d8680905e7cedb5f9402ebe9d67207d92a02f0c1cd389fcd64dc05e62d2aad720ac7d5f48b882ae87a4898af49185002f0233404cc5 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..62b35119a388 --- /dev/null +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} |