diff options
author | Brian Evans <grknight@gentoo.org> | 2014-11-06 18:51:41 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-11-06 18:51:41 +0000 |
commit | 0dae51840fe91baa0644a1bbab5abf3cced3a22f (patch) | |
tree | ee1999db1c8696114e5f694c7780def5e7880def /dev-php/PEAR-Net_SmartIRC | |
parent | Fix deps (bug 514396, thanks Patrick Lauer), version bump. (diff) | |
download | gentoo-2-0dae51840fe91baa0644a1bbab5abf3cced3a22f.tar.gz gentoo-2-0dae51840fe91baa0644a1bbab5abf3cced3a22f.tar.bz2 gentoo-2-0dae51840fe91baa0644a1bbab5abf3cced3a22f.zip |
Version bump; drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Net_SmartIRC')
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.4.ebuild (renamed from dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.0.1.ebuild) | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/ChangeLog b/dev-php/PEAR-Net_SmartIRC/ChangeLog index f94d7505f8e1..a063e0e809ea 100644 --- a/dev-php/PEAR-Net_SmartIRC/ChangeLog +++ b/dev-php/PEAR-Net_SmartIRC/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Net_SmartIRC -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SmartIRC/ChangeLog,v 1.42 2013/08/07 13:28:08 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SmartIRC/ChangeLog,v 1.43 2014/11/06 18:51:41 grknight Exp $ + +*PEAR-Net_SmartIRC-1.1.4 (06 Nov 2014) + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> + +PEAR-Net_SmartIRC-1.1.4.ebuild, -PEAR-Net_SmartIRC-1.0.1.ebuild: + Version bump; drop old 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_SmartIRC-1.0.2.ebuild: Stable for x86, wrt bug #470432 diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.0.1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.4.ebuild index bf88c32c8f2b..d66c19137671 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.0.1.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.4.ebuild @@ -1,11 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.0.1.ebuild,v 1.8 2012/03/18 18:45:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.4.ebuild,v 1.1 2014/11/06 18:51:41 grknight Exp $ + +EAPI=5 inherit php-pear-r1 DESCRIPTION="Net_SmartIRC is a PHP class for communication with IRC networks" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" + +RDEPEND=">=dev-lang/php-5.3" |