From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/
Date: Tue, 16 Aug 2016 05:22:14 +0000 (UTC) [thread overview]
Message-ID: <1471324924.b2117fdc99012d53d7739729027b16d95570f98b.tamiko@gentoo> (raw)
commit: b2117fdc99012d53d7739729027b16d95570f98b
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 05:18:02 2016 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 05:22:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2117fdc
dev-php/libvirt-php: version bump to 0.5.2
Package-Manager: portage-2.2.28
dev-php/libvirt-php/Manifest | 1 +
...rt-php-9999.ebuild => libvirt-php-0.5.2.ebuild} | 24 +++++++---------------
dev-php/libvirt-php/libvirt-php-9999.ebuild | 1 +
3 files changed, 9 insertions(+), 17 deletions(-)
diff --git a/dev-php/libvirt-php/Manifest b/dev-php/libvirt-php/Manifest
index 824a4a5..bb568c6 100644
--- a/dev-php/libvirt-php/Manifest
+++ b/dev-php/libvirt-php/Manifest
@@ -1 +1,2 @@
DIST libvirt-php-0.4.8.tar.gz 249753 SHA256 75508ab420c45fface8cdd8328053eee2207f8ff2aab572627ba8f30aacaef35 SHA512 2c1cbe914ab73a45b917130224fd803bfb41b0cc470d5480050c6d512dc4509ee96adcaa3ce3735747f17c4748ce66782437009b5445c364800fa308ee5059d1 WHIRLPOOL bdf18892348de1a8984e23a7f3044f3f861956fd4bf28796f0a79c91079081b97fe630adf6073db2bf94534df22becc503dfb81cc0cc5f1ebf39e6804c93d905
+DIST libvirt-php-0.5.2.tar.gz 770816 SHA256 f338caab2bebcce60cd62e3982ec4c1a274ecaf49d03cf7080b45f2f16cd516d SHA512 11844fea8507090826acd81fc7c257ecc3ed9cca10fc785e4d54b98ebd1e213310e379e7ca684c6439d9e2c57800a140fdc9953c6bec72da1959f5ed99e9ef31 WHIRLPOOL 19bde6afd0ef824557048d9f00aa1dd34f7138408326653e49c04a25e514575d1c2d92c462a8a9f40048ae2af7b2e46a27b66561cddf21fb8f28c294085700f5
diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild
similarity index 69%
copy from dev-php/libvirt-php/libvirt-php-9999.ebuild
copy to dev-php/libvirt-php/libvirt-php-0.5.2.ebuild
index 737b997..17772da 100644
--- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-0.5.2.ebuild
@@ -7,23 +7,20 @@ EAPI=5
PHP_EXT_NAME="libvirt-php"
PHP_EXT_SKIP_PHPIZE="yes"
USE_PHP="php5-6 php5-5"
-# Automake 1.14 is broken. Check this later
-WANT_AUTOMAKE="1.13"
-inherit php-ext-source-r2 git-r3 autotools
+inherit php-ext-source-r2 eutils
DESCRIPTION="PHP 5 bindings for libvirt"
HOMEPAGE="http://libvirt.org/php/"
-EGIT_REPO_URI="git://libvirt.org/libvirt-php.git"
+SRC_URI="http://libvirt.org/sources/php/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
IUSE="doc"
RDEPEND="app-emulation/libvirt
- dev-libs/libxml2
- dev-php/pecl-imagick"
+ dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-libs/libxslt
doc? ( app-text/xhtml1 )"
@@ -31,7 +28,7 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_unpack() {
- git-r3_src_unpack
+ default
# create the default modules directory to be able
# to use the php-ext-source-r2 eclass to configure/build
@@ -42,19 +39,12 @@ src_unpack() {
done
}
-src_prepare() {
- local slot
- for slot in $(php_get_slots); do
- php_init_slot_env ${slot}
- eautoreconf
- done
-}
-
src_install() {
+ local slot
for slot in $(php_get_slots); do
php_init_slot_env ${slot}
insinto "${EXT_DIR}"
- newins "src/.libs/${PHP_EXT_NAME}.so" "${PHP_EXT_NAME}.so"
+ newins "src/.libs/${PHP_EXT_NAME}.so.0.0.0" "${PHP_EXT_NAME}.so"
done
php-ext-source-r2_createinifiles
dodoc AUTHORS ChangeLog NEWS README
diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild
index 737b997..4971cd8 100644
--- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild
@@ -51,6 +51,7 @@ src_prepare() {
}
src_install() {
+ local slot
for slot in $(php_get_slots); do
php_init_slot_env ${slot}
insinto "${EXT_DIR}"
next reply other threads:[~2016-08-16 5:22 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 5:22 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-16 5:22 [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/ Matthias Maier
2016-08-16 5:22 Matthias Maier
2016-08-16 5:22 Matthias Maier
2017-07-02 2:31 Brian Evans
2017-07-11 15:26 Brian Evans
2017-08-18 18:28 Michael Orlitzky
2017-10-19 19:39 Brian Evans
2018-03-22 17:26 Brian Evans
2018-04-11 1:28 Brian Evans
2019-06-07 14:14 Thomas Deutschmann
2019-12-05 20:25 Brian Evans
2020-06-14 23:30 Thomas Deutschmann
2021-01-21 18:08 Brian Evans
2021-03-03 17:40 Sam James
2021-05-28 15:57 David Seifert
2022-03-16 22:42 Brian Evans
2022-03-18 16:53 Brian Evans
2022-03-22 3:14 Brian Evans
2022-06-15 22:06 Sam James
2022-08-19 2:40 Sam James
2022-10-28 19:15 Sam James
2022-12-24 7:03 Sam James
2022-12-24 7:03 Sam James
2024-03-14 5:54 Sam James
2024-10-17 5:01 Sam James
2024-10-17 5:01 Sam James
2024-11-10 1:53 Michael Orlitzky
2024-11-10 1:53 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471324924.b2117fdc99012d53d7739729027b16d95570f98b.tamiko@gentoo \
--to=tamiko@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox