summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-08-05 19:58:58 +0000
committerMatti Bickel <mabi@gentoo.org>2012-08-05 19:58:58 +0000
commit696ac7a2b1ba24c0ee51294d7ef705ce66698c72 (patch)
treec038ab5cf18eafd2883a3180c1b824982c4b8143 /dev-php
parentfixed for new linguas, keyword amd64-linux, x86-linux (diff)
downloadgentoo-2-696ac7a2b1ba24c0ee51294d7ef705ce66698c72.tar.gz
gentoo-2-696ac7a2b1ba24c0ee51294d7ef705ce66698c72.tar.bz2
gentoo-2-696ac7a2b1ba24c0ee51294d7ef705ce66698c72.zip
remove old
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Services_Weather/ChangeLog7
-rw-r--r--dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.2.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog
index 91b1f4b98f74..450ed66ff6bb 100644
--- a/dev-php/PEAR-Services_Weather/ChangeLog
+++ b/dev-php/PEAR-Services_Weather/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Services_Weather
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.55 2012/08/05 18:23:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.56 2012/08/05 19:58:58 mabi Exp $
+
+ 05 Aug 2012; Matti Bickel <mabi@gentoo.org>
+ -PEAR-Services_Weather-1.4.2.ebuild:
+ remove old
05 Aug 2012; Raúl Porcel <armin76@gentoo.org>
PEAR-Services_Weather-1.4.6.ebuild:
@@ -234,4 +238,3 @@
16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
+PEAR-Services_Weather-1.3.1.ebuild:
Initial ebuild for the Services_Weather PEAR package.
-
diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.2.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.2.ebuild
deleted file mode 100644
index 9c489cfa3d8d..000000000000
--- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.2.ebuild
+++ /dev/null
@@ -1,23 +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/PEAR-Services_Weather/PEAR-Services_Weather-1.4.2.ebuild,v 1.10 2008/03/29 00:14:58 maekke Exp $
-
-inherit php-pear-r1 depend.php
-
-DESCRIPTION="This class acts as an interface to various online weather-services"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE="minimal"
-
-RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1
- !minimal? ( >=dev-php/PEAR-Cache-1.5.4-r1
- >=dev-php/PEAR-DB-1.7.6-r1
- >=dev-php/PEAR-SOAP-0.8.1-r1
- >=dev-php/PEAR-XML_Serializer-0.15.0-r1
- >=dev-php/PEAR-Net_FTP-1.3.1 )"
-
-pkg_setup() {
- require_php_with_use ctype pcre
-}