X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp.mauras.ch (smtp.mauras.ch [163.172.199.81]) by lists.alpinelinux.org (Postfix) with ESMTP id EACD95C411B for ; Fri, 17 Jun 2016 10:07:15 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mauras.ch; s=20160502; h=Content-Type:Mime-Version:Message-Id:Subject:To:From:Date: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=/s5iRngy2Zt9dU4oZoBrAg+BosC4KDFxtfznFt6849s=; b=YpvdfuyBFK6Y4xjoHVwJm+lZy0 IxSGlGbwWKqRpJIVPiIZJlRkLN/N5alQsm4RqhbJa0zDgaRgC4XCBtRddQiexJ6yIPq9U7MfsaO45 hkhkZEAiQ5/TMZoE5UulRq6xR2hheg8f1vvT++PMA0FHrtg5/SW6OIg3nPaoB6CTOgHU=; Received: from [109.203.40.206] (helo=tiptop.internal) by smtp.mauras.ch with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bDqgE-0002bx-TB for alpine-aports@lists.alpinelinux.org; Fri, 17 Jun 2016 12:07:15 +0200 Date: Fri, 17 Jun 2016 12:07:01 +0200 From: Olivier Mauras To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] Rename php-geoip to php5-geoip Message-Id: <20160617120701.b1bf7d4ce7f9135756d90157@mauras.ch> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA256"; boundary="Signature=_Fri__17_Jun_2016_12_07_01_+0200_h36qq05zVmUtEtx6" X-Authenticated-Sender: olivier@mauras.ch --Signature=_Fri__17_Jun_2016_12_07_01_+0200_h36qq05zVmUtEtx6 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- testing/php-geoip/APKBUILD | 37 ------------------------------------- testing/php5-geoip/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 testing/php-geoip/APKBUILD create mode 100644 testing/php5-geoip/APKBUILD diff --git a/testing/php-geoip/APKBUILD b/testing/php-geoip/APKBUILD deleted file mode 100644 index 2740c74..0000000 --- a/testing/php-geoip/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Contributor: Valery Kartel -# Maintainer: Valery Kartel -pkgname=3Dphp-geoip -_pkgreal=3Dgeoip -pkgver=3D1.1.0 -_pkgver=3D${pkgver/_rc/RC} -pkgrel=3D0 -pkgdesc=3D"PHP extension allows you to find the location of an IP address" -url=3D"http://pecl.php.net/package/$_pkgreal" -arch=3D"all" -license=3D"PHP" -depends=3D -pecldepends=3D"php-dev autoconf" -makedepends=3D"$pecldepends geoip-dev" -install=3D"" -subpackages=3D"" -source=3D"http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" - -_builddir=3D"$srcdir"/$_pkgreal-$_pkgver - -build() { - cd "$_builddir" - phpize || return 1 - ./configure --prefix=3D/usr || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make INSTALL_ROOT=3D"$pkgdir/" install || return 1 - install -d "$pkgdir"/etc/php/conf.d || return 1 - echo "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php/conf.d/$_pkgreal.ini -} - -md5sums=3D"1a779f7b3dd275e497846ce302b3776b geoip-1.1.0.tgz" -sha256sums=3D"82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be= 98b9 geoip-1.1.0.tgz" -sha512sums=3D"8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0f= d0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1 geoip= -1.1.0.tgz" diff --git a/testing/php5-geoip/APKBUILD b/testing/php5-geoip/APKBUILD new file mode 100644 index 0000000..afcd0d9 --- /dev/null +++ b/testing/php5-geoip/APKBUILD @@ -0,0 +1,37 @@ +# Contributor: Valery Kartel +# Maintainer: Valery Kartel +pkgname=3Dphp5-geoip +_pkgreal=3Dgeoip +pkgver=3D1.1.0 +_pkgver=3D${pkgver/_rc/RC} +pkgrel=3D0 +pkgdesc=3D"PHP extension allows you to find the location of an IP address" +url=3D"http://pecl.php.net/package/$_pkgreal" +arch=3D"all" +license=3D"PHP" +depends=3D +pecldepends=3D"php5-dev autoconf" +makedepends=3D"$pecldepends geoip-dev" +install=3D"" +subpackages=3D"" +source=3D"http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" + +_builddir=3D"$srcdir"/$_pkgreal-$_pkgver + +build() { + cd "$_builddir" + phpize || return 1 + ./configure --prefix=3D/usr || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make INSTALL_ROOT=3D"$pkgdir/" install || return 1 + install -d "$pkgdir"/etc/php5/conf.d || return 1 + echo "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php5/conf.d/$_pkgreal.ini +} + +md5sums=3D"1a779f7b3dd275e497846ce302b3776b geoip-1.1.0.tgz" +sha256sums=3D"82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be= 98b9 geoip-1.1.0.tgz" +sha512sums=3D"8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0f= d0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1 geoip= -1.1.0.tgz" --=20 2.8.3 --Signature=_Fri__17_Jun_2016_12_07_01_+0200_h36qq05zVmUtEtx6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXY8vFAAoJEJXQwVHPrdN8hQQQALyT8HyrQPtJjUFGv6wvpIJ5 w0odMzlWxTQkMJW62N8qmgP5VEIlp3RgXskzz7owcOvuNaeXQSj8VtbtZ+wCLvz6 GqHLUxaHdNtFaKtublqE5UcP96gc5/KkxtI7rB9bdqy/OyinvCR+/V5Ud9J9Eokg xXm444NzU3vu1rAtQTRbo5NSKQHV5i4pP3+BIa4Ne/nlHfOh7gLwcJjBrRdovURD K/V9XFOc0WmMQtUtWpXoWAJiqCfJhoZNkuC9C2blc6k7Dw9c/QGJFPuqCEL7j2v8 yZ7OqAPqHVG7dh0b49VhTRNtHB8wB+9cQyacYlQbrDdTih2TROla8PVPbESr7S4e zzw7sBqwCjzvH4BsgcNVqvDjUKOELLdXby3jqj8GO8nCJHOkIjQM7VvOYramf41S Ept0vk52dpDj6gPh9XJBhhRzvkuDhzgt0WFt/gGBxjEzWrl6/0/VwO9WcvnbKk61 wMiWF2P2PaGMkOyCb663YW6JhCC6JLeOum7KQxbfj2JXJaDsm0aTKOlNPnPuZChR QJrDJQugaf+JpFD/EuXgLlf74qYXqbAFD59XSSJtqVkNX3cDbXVbl+X3vkRnKPDp s05CNKvt/AZTU028U/cuw8OP9+3Y2bnHow8E3JblBUmS9GUVeEfz7xAK5Fmw9XyR PLJthslfp4pq6N+zKyYG =wVXI -----END PGP SIGNATURE----- --Signature=_Fri__17_Jun_2016_12_07_01_+0200_h36qq05zVmUtEtx6-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---