summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-01-16 20:33:56 +0000
committerBrian Evans <grknight@gentoo.org>2015-01-16 20:33:56 +0000
commit751aa321f2af5512f147a4b5fa0345fc2a620d48 (patch)
treed5b052a571dac5fce9118c2bab81b07c0742a604 /dev-php/PEAR-Text_Wiki
parentRestore keywords now 2.1 is in beta (maybe bug #533540). (diff)
downloadgentoo-2-751aa321f2af5512f147a4b5fa0345fc2a620d48.tar.gz
gentoo-2-751aa321f2af5512f147a4b5fa0345fc2a620d48.tar.bz2
gentoo-2-751aa321f2af5512f147a4b5fa0345fc2a620d48.zip
Version bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php/PEAR-Text_Wiki')
-rw-r--r--dev-php/PEAR-Text_Wiki/ChangeLog10
-rw-r--r--dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2.ebuild (renamed from dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild)8
2 files changed, 14 insertions, 4 deletions
diff --git a/dev-php/PEAR-Text_Wiki/ChangeLog b/dev-php/PEAR-Text_Wiki/ChangeLog
index b7b8c3bf9fa9..96650e07d34c 100644
--- a/dev-php/PEAR-Text_Wiki/ChangeLog
+++ b/dev-php/PEAR-Text_Wiki/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Text_Wiki
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.49 2014/08/10 20:56:27 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.50 2015/01/16 20:33:56 grknight Exp $
+
+*PEAR-Text_Wiki-1.2.2 (16 Jan 2015)
+
+ 16 Jan 2015; Brian Evans <grknight@gentoo.org> +PEAR-Text_Wiki-1.2.2.ebuild,
+ -PEAR-Text_Wiki-1.2.1.ebuild:
+ Version bump
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
PEAR-Text_Wiki-1.2.0.ebuild, PEAR-Text_Wiki-1.2.1.ebuild:
diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2.ebuild
index 210dd6ac7925..a55b2948a0b4 100644
--- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild
+++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.1.ebuild,v 1.2 2014/08/10 20:56:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2.ebuild,v 1.1 2015/01/16 20:33:56 grknight Exp $
+
+EAPI=5
inherit php-pear-r1
@@ -9,3 +11,5 @@ LICENSE="LGPL-2.1 PHP-2.02"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
+# Pull from github as pear.php.net is not updated
+SRC_URI="https://github.com/pear/${PHP_PEAR_PKG_NAME}/archive/${PEAR_PV}.tar.gz -> ${P}.tar.gz"