summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-29 16:21:39 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-29 16:21:39 +0000
commit33f2308603ed6798464d4e6c903d33c5a2a468ca (patch)
tree958356bbe0057da2d8390736301189360adb3758 /dev-php/ezc-Translation
parentremove unneeded depend.php reference, EAPI bump (diff)
downloadgentoo-2-33f2308603ed6798464d4e6c903d33c5a2a468ca.tar.gz
gentoo-2-33f2308603ed6798464d4e6c903d33c5a2a468ca.tar.bz2
gentoo-2-33f2308603ed6798464d4e6c903d33c5a2a468ca.zip
remove unneeded depend.php reference, EAPI bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/ezc-Translation')
-rw-r--r--dev-php/ezc-Translation/ChangeLog8
-rw-r--r--dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild16
-rw-r--r--dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild12
3 files changed, 12 insertions, 24 deletions
diff --git a/dev-php/ezc-Translation/ChangeLog b/dev-php/ezc-Translation/ChangeLog
index 471a7468094c..d222c716d6d0 100644
--- a/dev-php/ezc-Translation/ChangeLog
+++ b/dev-php/ezc-Translation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/ezc-Translation
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ChangeLog,v 1.1 2011/12/14 22:22:20 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ChangeLog,v 1.2 2012/01/29 16:21:39 mabi Exp $
+
+ 29 Jan 2012; Matti Bickel <mabi@gentoo.org> -ezc-Translation-1.1.6.ebuild,
+ ezc-Translation-1.3.2.ebuild:
+ remove unneeded depend.php reference, EAPI bump
*ezc-Translation-1.3.2 (20 May 2010)
diff --git a/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild b/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild
deleted file mode 100644
index 651800977655..000000000000
--- a/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild,v 1.1 2011/12/14 22:22:20 mabi Exp $
-
-EZC_BASE_MIN="1.3.1"
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component reads XML translation definitions (the Qt Linguist format)
-and presents you with a class to apply translations to strings."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_php_with_use xml
-}
diff --git a/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild b/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild
index e997ee8e4665..7c9f9c4f2242 100644
--- a/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild
+++ b/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2010 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/ezc-Translation/ezc-Translation-1.3.2.ebuild,v 1.1 2011/12/14 22:22:20 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild,v 1.2 2012/01/29 16:21:39 mabi Exp $
+
+EAPI=4
EZC_BASE_MIN="1.8"
-inherit php-ezc depend.php
+inherit php-ezc
DESCRIPTION="This eZ component presents you with a class to apply XML translations (QT) to strings"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
-pkg_setup() {
- require_php_with_use xml
-}
+RDEPEND="dev-lang/php[xml]"