From 6dc54691545ded76bb19ab5371379573566bfda8 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Thu, 6 Dec 2007 00:56:27 +0000 Subject: LICENSE fix from project overlay and version bump (Portage version: 2.1.4_rc7) --- dev-php/PEAR-Translation2/ChangeLog | 13 +++++++++- .../PEAR-Translation2-2.0.0_rc2.ebuild | 30 ---------------------- .../PEAR-Translation2-2.0.0_rc3.ebuild | 24 +++++++++++++++++ .../PEAR-Translation2-2.0.0_rc2-scriptdir.patch | 11 -------- .../files/digest-PEAR-Translation2-2.0.0_rc2 | 3 --- .../files/digest-PEAR-Translation2-2.0.0_rc3 | 3 +++ 6 files changed, 39 insertions(+), 45 deletions(-) delete mode 100644 dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc2.ebuild create mode 100644 dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild delete mode 100644 dev-php/PEAR-Translation2/files/PEAR-Translation2-2.0.0_rc2-scriptdir.patch delete mode 100644 dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc2 create mode 100644 dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc3 (limited to 'dev-php/PEAR-Translation2') diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog index 5756a657fead..15e42f4e7778 100644 --- a/dev-php/PEAR-Translation2/ChangeLog +++ b/dev-php/PEAR-Translation2/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-php/PEAR-Translation2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.16 2007/11/29 23:40:36 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.17 2007/12/06 00:56:26 jokey Exp $ + +*PEAR-Translation2-2.0.0_rc3 (06 Dec 2007) + + 06 Dec 2007; Markus Ullmann + -files/PEAR-Translation2-2.0.0_rc2-scriptdir.patch, + -PEAR-Translation2-2.0.0_rc2.ebuild, +PEAR-Translation2-2.0.0_rc3.ebuild: + LICENSE fix from project overlay and version bump + + 06 Dec 2007; Jakub Moc + +PEAR-Translation2-2.0.0_rc3.ebuild: + Version bump *PEAR-Translation2-2.0.0_rc2 (29 Nov 2007) diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc2.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc2.ebuild deleted file mode 100644 index 1b8a9afd6f21..000000000000 --- a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc2.ebuild,v 1.1 2007/11/29 23:40:36 jokey Exp $ - -inherit php-pear-r1 depend.php eutils - -DESCRIPTION="Class for multilingual applications management." -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( dev-php/PEAR-Cache_Lite - dev-php/PEAR-DB - dev-php/PEAR-DB_DataObject - dev-php/PEAR-MDB - dev-php/PEAR-MDB2 - dev-php/PEAR-File_Gettext - >=dev-php/PEAR-I18Nv2-0.9.1 - >=dev-php/PEAR-XML_Serializer-0.13.0 )" - -pkg_setup() { - require_php_with_use nls -} - -src_unpack() { - unpack ${A} - cd "${WORKDIR}" - epatch "${FILESDIR}"/${P}-scriptdir.patch -} diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild new file mode 100644 index 000000000000..d525a71bfd47 --- /dev/null +++ b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.0_rc3.ebuild,v 1.1 2007/12/06 00:56:26 jokey Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Class for multilingual applications management." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( dev-php/PEAR-Cache_Lite + dev-php/PEAR-DB + dev-php/PEAR-DB_DataObject + dev-php/PEAR-MDB + dev-php/PEAR-MDB2 + dev-php/PEAR-File_Gettext + >=dev-php/PEAR-I18Nv2-0.9.1 + >=dev-php/PEAR-XML_Serializer-0.13.0 )" + +pkg_setup() { + require_php_with_use nls +} diff --git a/dev-php/PEAR-Translation2/files/PEAR-Translation2-2.0.0_rc2-scriptdir.patch b/dev-php/PEAR-Translation2/files/PEAR-Translation2-2.0.0_rc2-scriptdir.patch deleted file mode 100644 index c492a450ac3f..000000000000 --- a/dev-php/PEAR-Translation2/files/PEAR-Translation2-2.0.0_rc2-scriptdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- package.xml.orig 2007-11-25 21:07:43.000000000 +0100 -+++ package.xml 2007-11-25 21:08:31.000000000 +0100 -@@ -95,7 +95,7 @@ - - - -- -+ - - - diff --git a/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc2 b/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc2 deleted file mode 100644 index 8ac7169905e6..000000000000 --- a/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7bdcb2eb637d90ba2fd7cfd9f16235bb Translation2-2.0.0RC2.tgz 57199 -RMD160 b5e53864c9db95cabcf1144d1bf796c1ee7d89f2 Translation2-2.0.0RC2.tgz 57199 -SHA256 42be165d1b34f0759bbfd984c592c9c5d0ee17b49ede0d38cc19bb270a2c271a Translation2-2.0.0RC2.tgz 57199 diff --git a/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc3 b/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc3 new file mode 100644 index 000000000000..612da44658c2 --- /dev/null +++ b/dev-php/PEAR-Translation2/files/digest-PEAR-Translation2-2.0.0_rc3 @@ -0,0 +1,3 @@ +MD5 4c112eddc7c6d17aee5ffc7c4cc01486 Translation2-2.0.0RC3.tgz 57053 +RMD160 fc9cb5e8e8d27255299cef2c54e468b3e0f0458e Translation2-2.0.0RC3.tgz 57053 +SHA256 d06e259b9472f1064fbe0dadbe77f506b7b4f1ad5e4512e966fb7f112cff7caa Translation2-2.0.0RC3.tgz 57053 -- cgit v1.2.3-65-gdbad