summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-11-23 21:03:47 +0000
committerMatti Bickel <mabi@gentoo.org>2013-11-23 21:03:47 +0000
commit9c71d18d7d8a4881fc74c6f17fe249bf15eb7234 (patch)
tree0cf7aa5616103183e4e09fafe78120f12bc64bb8 /dev-php
parentVersion bump. (diff)
downloadgentoo-2-9c71d18d7d8a4881fc74c6f17fe249bf15eb7234.tar.gz
gentoo-2-9c71d18d7d8a4881fc74c6f17fe249bf15eb7234.tar.bz2
gentoo-2-9c71d18d7d8a4881fc74c6f17fe249bf15eb7234.zip
version bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog12
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild15
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.1.ebuild15
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild15
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild (renamed from dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild)6
5 files changed, 13 insertions, 50 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog
index 5198577ce6cf..5c5359d36287 100644
--- a/dev-php/PEAR-Net_SMTP/ChangeLog
+++ b/dev-php/PEAR-Net_SMTP/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-Net_SMTP
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.57 2011/12/03 17:48:23 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.58 2013/11/23 21:03:47 mabi Exp $
+
+*PEAR-Net_SMTP-1.6.2 (23 Nov 2013)
+
+ 23 Nov 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Net_SMTP-1.6.2.ebuild,
+ -PEAR-Net_SMTP-1.4.1.ebuild, -PEAR-Net_SMTP-1.5.0.ebuild,
+ -PEAR-Net_SMTP-1.5.1.ebuild, -PEAR-Net_SMTP-1.6.0.ebuild:
+ version bump, remove old
03 Dec 2011; Raúl Porcel <armin76@gentoo.org> PEAR-Net_SMTP-1.6.1.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #388763
@@ -249,4 +256,3 @@
16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
+PEAR-Net_SMTP-1.2.6.ebuild:
Initial ebuild for the Net_SMTP PEAR package.
-
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild
deleted file mode 100644
index 5caacfb501eb..000000000000
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild,v 1.7 2011/01/10 18:21:04 xarthisius Exp $
-
-inherit php-pear-r1
-
-DESCRIPTION="An implementation of the SMTP protocol"
-
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE="sasl"
-
-RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
- sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.1.ebuild
deleted file mode 100644
index 87e176eb9e80..000000000000
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.1.ebuild,v 1.1 2011/03/11 13:11:49 olemarkus Exp $
-
-inherit php-pear-r1
-
-DESCRIPTION="An implementation of the SMTP protocol"
-
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="sasl"
-
-RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
- sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild
deleted file mode 100644
index 463153601cee..000000000000
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild,v 1.1 2011/06/06 09:34:26 olemarkus Exp $
-
-inherit php-pear-r1
-
-DESCRIPTION="An implementation of the SMTP protocol"
-
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="sasl"
-
-RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
- sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild
index 17bd1735b7d7..c796eba83fd7 100644
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild,v 1.1 2011/02/15 13:04:42 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild,v 1.1 2013/11/23 21:03:47 mabi Exp $
+
+EAPI=5
inherit php-pear-r1