summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-15 11:02:47 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-15 11:02:47 +0000
commit5f539586d7947377b38d88a988c7b3c571f5d328 (patch)
tree02985f11f23fc89476e7f0b007013ecb94b6dc38 /dev-php/PEAR-HTML_Common2
parentVersion bump. No longer depends on ruby_parser. (diff)
downloadgentoo-2-5f539586d7947377b38d88a988c7b3c571f5d328.tar.gz
gentoo-2-5f539586d7947377b38d88a988c7b3c571f5d328.tar.bz2
gentoo-2-5f539586d7947377b38d88a988c7b3c571f5d328.zip
bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-HTML_Common2')
-rw-r--r--dev-php/PEAR-HTML_Common2/ChangeLog11
-rw-r--r--dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0.ebuild (renamed from dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild)5
-rw-r--r--dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild15
3 files changed, 11 insertions, 20 deletions
diff --git a/dev-php/PEAR-HTML_Common2/ChangeLog b/dev-php/PEAR-HTML_Common2/ChangeLog
index c5c165ffb833..eaf014bf4ede 100644
--- a/dev-php/PEAR-HTML_Common2/ChangeLog
+++ b/dev-php/PEAR-HTML_Common2/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-HTML_Common2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common2/ChangeLog,v 1.5 2010/03/23 16:52:59 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common2/ChangeLog,v 1.6 2012/01/15 11:02:47 mabi Exp $
+
+*PEAR-HTML_Common2-2.0.0 (15 Jan 2012)
+
+ 15 Jan 2012; Matti Bickel <mabi@gentoo.org>
+ -PEAR-HTML_Common2-2.0.0_beta1.ebuild,
+ -PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild, +PEAR-HTML_Common2-2.0.0.ebuild:
+ Version bump, remove old
*PEAR-HTML_Common2-2.0.0_rc1-r1 (23 Mar 2010)
diff --git a/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild b/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0.ebuild
index 689fada61fad..3c47595c9444 100644
--- a/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild
+++ b/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2007 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/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_beta1.ebuild,v 1.3 2007/12/06 00:04:42 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0.ebuild,v 1.1 2012/01/15 11:02:47 mabi Exp $
-PEAR_PV="${PV/_/}"
inherit php-pear-r1
DESCRIPTION="Abstract base class for HTML classes (PHP5 port of PEAR-HTML_Common package)."
diff --git a/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild b/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild
deleted file mode 100644
index eed62d1faaf0..000000000000
--- a/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.0.0_rc1-r1.ebuild,v 1.1 2010/03/23 16:52:59 beandog Exp $
-
-# Source file is uppercase RC, bug 305745
-PEAR_PV="${PV/_rc/RC}"
-inherit php-pear-r1
-
-DESCRIPTION="Abstract base class for HTML classes (PHP5 port of PEAR-HTML_Common package)."
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/php-5.1.4"