mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/PEAR-MIME_Type: Version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
22
dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
Normal file
22
dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user