summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-24 11:39:12 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-24 11:39:12 +0000
commita73afde7177ae7a95ff40c635c666e2dbf9efb51 (patch)
treed6d5b6c276797bc05e24e36dd0ba4f30c693968a /dev-php/pecl-dio
parentRestricting pypy (diff)
downloadgentoo-2-a73afde7177ae7a95ff40c635c666e2dbf9efb51.tar.gz
gentoo-2-a73afde7177ae7a95ff40c635c666e2dbf9efb51.tar.bz2
gentoo-2-a73afde7177ae7a95ff40c635c666e2dbf9efb51.zip
Fixed emerge issue. This package should now be installable again
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-dio')
-rw-r--r--dev-php/pecl-dio/ChangeLog8
-rw-r--r--dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/pecl-dio/ChangeLog b/dev-php/pecl-dio/ChangeLog
index 65e4c1a23e24..fa7e67091cff 100644
--- a/dev-php/pecl-dio/ChangeLog
+++ b/dev-php/pecl-dio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-dio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/ChangeLog,v 1.1 2011/12/14 22:33:52 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/ChangeLog,v 1.2 2012/02/24 11:39:12 olemarkus Exp $
+
+ 24 Feb 2012; Ole Markus With <olemarkus@gentoo.org>
+ pecl-dio-0.0.4_rc4-r2.ebuild:
+ Fixed emerge issue. This package should now be installable again
*pecl-dio-0.0.4_rc4-r2 (05 Jan 2011)
diff --git a/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild b/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild
index 4cb4915f3192..c91e9de46250 100644
--- a/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild
+++ b/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild,v 1.1 2011/12/14 22:33:52 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild,v 1.2 2012/02/24 11:39:12 olemarkus Exp $
EAPI="3"
@@ -9,6 +9,8 @@ PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
+MY_PV=${PV/_rc/RC}
+S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"
@@ -18,8 +20,6 @@ LICENSE="PHP-3"
SLOT="0"
IUSE=""
-MY_PV=${PV/_rc/RC}
-S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
src_configure() {
my_conf="--enable-dio --enable-shared"