intermediate commit
This commit is contained in:
parent
bef544fd6f
commit
19bd7782bf
3 changed files with 35 additions and 0 deletions
3
dev-php/pecl-geoip/Manifest
Normal file
3
dev-php/pecl-geoip/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
|||
DIST geoip-1.1.0.tgz 12714 SHA256 82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9 SHA512 8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0fd0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1 WHIRLPOOL f8ccf90958bdc0eee41f24b6ad04907884fed2efe2bca483fa816aceb46d15311325175b07f27d85085afdb5651fd071fd20b046ba42e30da26eea56a14912d6
|
||||
EBUILD pecl-geoip-1.1.0-r1.ebuild 449 SHA256 a4ce4ec8ded30f79539d3e54bc449d4d7e1ace918c616cf566d820b8ef544d11 SHA512 f2221ddbb09cfe58603eea9fecae241ffaa356454f6c978e3251c7c8c46d39d0d3d1522c799508cd6b308bacf6a2fda4959ecac9092ad7eadde9642c6ab752eb WHIRLPOOL daaa308d448262a789ee876d646ec6ddce05799ac96771a58feb18c55d990f8d2bd5c83f8a5aa9655d75bc6b7c6069553855439fb2aa32b5e50b585391169c79
|
||||
MISC metadata.xml 234 SHA256 f35b97f99a26d73cc441e1d93bfe25aaa4e9f7f6d90c8d05a74f7b7bc5b68472 SHA512 59d8156b3ca3e99c40d5a2a32de7edf2eb53279b2424998862589d6bad77617d23fc852afec0a92f8ac5bb54a88ebc504cc0641029c1936412e90ab03dfdd447 WHIRLPOOL 935a1401910a42f888c991e443a49275ea8b87976c5aa977f670053d97d18754231749749bc92d37d4b5f45ecf65914480942a11b5827b6c08fb24313a428431
|
8
dev-php/pecl-geoip/metadata.xml
Normal file
8
dev-php/pecl-geoip/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>manuel@fritteli.ch</email>
|
||||
<name>Manuel Friedli</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
24
dev-php/pecl-geoip/pecl-geoip-1.1.0-r1.ebuild
Normal file
24
dev-php/pecl-geoip/pecl-geoip-1.1.0-r1.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PHP_EXT_NAME="geoip"
|
||||
PHP_EXT_INI="yes"
|
||||
PHP_EXT_ZENDEXT="no"
|
||||
DOCS="README ChangeLog"
|
||||
|
||||
USE_PHP="php7-0 php5-6 php5-5 php5-4"
|
||||
|
||||
inherit php-ext-pecl-r2
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
DESCRIPTION="PHP extension to map IP address to geographic places"
|
||||
LICENSE="PHP-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/geoip-1.4.0"
|
||||
RDEPEND="${DEPEND}"
|
Loading…
Reference in a new issue