* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-21 19:39 Ole Markus With (olemarkus)
0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-10-21 19:39 UTC (permalink / raw
To: gentoo-commits
olemarkus 13/10/21 19:39:25
Modified: ChangeLog
Added: smarty-2.6.28.ebuild
Log:
Version bump. Bunch of security fixes
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Revision Changes Path
1.121 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 9 Oct 2013 17:09:16 -0000 1.120
+++ ChangeLog 21 Oct 2013 19:39:25 -0000 1.121
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.120 2013/10/09 17:09:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.121 2013/10/21 19:39:25 olemarkus Exp $
+
+*smarty-2.6.28 (21 Oct 2013)
+
+ 21 Oct 2013; Ole Markus With <olemarkus@gentoo.org> +smarty-2.6.28.ebuild,
+ smarty-2.6.27.ebuild:
+ Version bump. Bunch of security fixes
09 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-3.1.12.ebuild:
Stable for sparc, wrt bug #435618
1.1 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.1&content-type=text/plain
Index: smarty-2.6.28.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.1 2013/10/21 19:39:25 olemarkus Exp $
EAPI=4
inherit eutils
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
MY_P="Smarty-${PV}"
DESCRIPTION="A template engine for PHP."
HOMEPAGE="http://www.smarty.net/"
SRC_URI="http://www.smarty.net/files/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="doc"
DEPEND=""
RDEPEND=""
PDEPEND="doc? ( =dev-php/smarty-docs-2* )"
S="${WORKDIR}/${MY_P}"
DOCS="BUGS ChangeLog FAQ NEWS QUICK_START README RELEASE_NOTES TODO"
src_install() {
insinto "/usr/share/php/${PN}"
doins -r libs/*
dodoc ${DOCS}
}
pkg_postinst() {
elog "${PN} has been installed in /usr/share/php/${PN}/."
elog "To use it in your scripts, either"
elog "1. define('SMARTY_DIR', \"/usr/share/php/${PN}/\") in your scripts, or"
elog "2. add '/usr/share/php/${PN}/' to the 'include_path' variable in your"
elog "php.ini file under /etc/php/*-php5.x"
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:50 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:50:33
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.2&r2=1.3
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smarty-2.6.28.ebuild 24 Oct 2013 12:53:56 -0000 1.2
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:50:33 -0000 1.3
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.2 2013/10/24 12:53:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.3 2013/10/25 10:50:33 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
MY_P="Smarty-${PV}"
1.123 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 24 Oct 2013 12:53:56 -0000 1.122
+++ ChangeLog 25 Oct 2013 10:50:33 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.122 2013/10/24 12:53:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.123 2013/10/25 10:50:33 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for amd64, wrt bug #356615
24 Oct 2013; Jeroen Roovers <jer@gentoo.org> smarty-2.6.28.ebuild:
Stable for HPPA (bug #356615).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:50 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:50:47
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.3&r2=1.4
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smarty-2.6.28.ebuild 25 Oct 2013 10:50:33 -0000 1.3
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:50:47 -0000 1.4
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.3 2013/10/25 10:50:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.4 2013/10/25 10:50:47 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
MY_P="Smarty-${PV}"
1.124 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 25 Oct 2013 10:50:33 -0000 1.123
+++ ChangeLog 25 Oct 2013 10:50:47 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.123 2013/10/25 10:50:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.124 2013/10/25 10:50:47 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for ppc, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for amd64, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:50 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:50:56
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.4&r2=1.5
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smarty-2.6.28.ebuild 25 Oct 2013 10:50:47 -0000 1.4
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:50:56 -0000 1.5
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.4 2013/10/25 10:50:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.5 2013/10/25 10:50:56 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86"
MY_P="Smarty-${PV}"
1.125 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 25 Oct 2013 10:50:47 -0000 1.124
+++ ChangeLog 25 Oct 2013 10:50:56 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.124 2013/10/25 10:50:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.125 2013/10/25 10:50:56 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for ppc64, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for ppc, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:51 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:51:08
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for x86, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.5&r2=1.6
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- smarty-2.6.28.ebuild 25 Oct 2013 10:50:56 -0000 1.5
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:51:08 -0000 1.6
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.5 2013/10/25 10:50:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.6 2013/10/25 10:51:08 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
MY_P="Smarty-${PV}"
1.126 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 25 Oct 2013 10:50:56 -0000 1.125
+++ ChangeLog 25 Oct 2013 10:51:08 -0000 1.126
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.125 2013/10/25 10:50:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.126 2013/10/25 10:51:08 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for x86, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for ppc64, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:51 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:51:57
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.6&r2=1.7
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- smarty-2.6.28.ebuild 25 Oct 2013 10:51:08 -0000 1.6
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:51:57 -0000 1.7
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.6 2013/10/25 10:51:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.7 2013/10/25 10:51:57 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
MY_P="Smarty-${PV}"
1.127 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 25 Oct 2013 10:51:08 -0000 1.126
+++ ChangeLog 25 Oct 2013 10:51:57 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.126 2013/10/25 10:51:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.127 2013/10/25 10:51:57 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for alpha, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for x86, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-10-25 10:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-25 10:52 UTC (permalink / raw
To: gentoo-commits
ago 13/10/25 10:52:03
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.7&r2=1.8
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- smarty-2.6.28.ebuild 25 Oct 2013 10:51:57 -0000 1.7
+++ smarty-2.6.28.ebuild 25 Oct 2013 10:52:03 -0000 1.8
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.7 2013/10/25 10:51:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.8 2013/10/25 10:52:03 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
MY_P="Smarty-${PV}"
1.128 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 25 Oct 2013 10:51:57 -0000 1.127
+++ ChangeLog 25 Oct 2013 10:52:03 -0000 1.128
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.127 2013/10/25 10:51:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.128 2013/10/25 10:52:03 ago Exp $
+
+ 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for ia64, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for alpha, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog
@ 2013-11-03 11:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-03 11:24 UTC (permalink / raw
To: gentoo-commits
ago 13/11/03 11:24:33
Modified: smarty-2.6.28.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #356615
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-php/smarty/smarty-2.6.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild?r1=1.8&r2=1.9
Index: smarty-2.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smarty-2.6.28.ebuild 25 Oct 2013 10:52:03 -0000 1.8
+++ smarty-2.6.28.ebuild 3 Nov 2013 11:24:33 -0000 1.9
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.8 2013/10/25 10:52:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.9 2013/11/03 11:24:33 ago Exp $
EAPI=4
inherit eutils
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
MY_P="Smarty-${PV}"
1.129 dev-php/smarty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 25 Oct 2013 10:52:03 -0000 1.128
+++ ChangeLog 3 Nov 2013 11:24:33 -0000 1.129
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.128 2013/10/25 10:52:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.129 2013/11/03 11:24:33 ago Exp $
+
+ 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
+ Stable for sparc, wrt bug #356615
25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild:
Stable for ia64, wrt bug #356615
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-11-03 11:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25 10:51 [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-2.6.28.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-11-03 11:24 Agostino Sarubbo (ago)
2013-10-25 10:52 Agostino Sarubbo (ago)
2013-10-25 10:51 Agostino Sarubbo (ago)
2013-10-25 10:50 Agostino Sarubbo (ago)
2013-10-25 10:50 Agostino Sarubbo (ago)
2013-10-25 10:50 Agostino Sarubbo (ago)
2013-10-21 19:39 Ole Markus With (olemarkus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox