* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.540.0.ebuild ChangeLog
@ 2014-07-21 15:24 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-21 15:24 UTC (permalink / raw
To: gentoo-commits
zlogene 14/07/21 15:24:33
Modified: ChangeLog
Added: HTML-Mason-1.540.0.ebuild
Log:
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.111 dev-perl/HTML-Mason/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 21 Jul 2014 15:22:00 -0000 1.110
+++ ChangeLog 21 Jul 2014 15:24:33 -0000 1.111
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.110 2014/07/21 15:22:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.111 2014/07/21 15:24:33 zlogene Exp $
+
+*HTML-Mason-1.540.0 (21 Jul 2014)
+
+ 21 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> +HTML-Mason-1.540.0.ebuild:
+ Version bump
21 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -HTML-Mason-1.42.ebuild,
-HTML-Mason-1.500.0.ebuild, HTML-Mason-1.510.0.ebuild:
1.1 dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild?rev=1.1&content-type=text/plain
Index: HTML-Mason-1.540.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v 1.1 2014/07/21 15:24:33 zlogene Exp $
EAPI=5
MODULE_AUTHOR=JSWARTZ
MODULE_VERSION=1.54
inherit depend.apache perl-module
DESCRIPTION="A HTML development and delivery Perl Module"
HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="modperl test"
RDEPEND="!modperl? ( virtual/perl-CGI )
modperl? (
www-apache/libapreq2
>=www-apache/mod_perl-2
)
>=dev-perl/Params-Validate-0.7
>=dev-perl/Class-Container-0.08
>=dev-perl/Exception-Class-1.15
dev-perl/HTML-Parser
virtual/perl-Scalar-List-Utils
virtual/perl-File-Spec
>=dev-perl/Cache-Cache-1.01
dev-perl/Log-Any"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? ( dev-perl/Test-Deep )"
want_apache2 modperl
SRC_TEST="do"
mydoc="CREDITS UPGRADE"
myconf="--noprompts"
pkg_setup() {
depend.apache_pkg_setup modperl
perl-module_pkg_setup
}
src_prepare() {
# Note about new modperl use flag
if use !modperl ; then
ewarn "HTML-Mason will only install with modperl support"
ewarn "if the use flag modperl is enabled."
fi
# rendhalver - needed to set an env var for the build script so it finds our apache.
export APACHE="${APACHE_BIN}"
perl-module_src_prepare
}
src_install () {
perl-module_src_install
mv "${ED}"/usr/bin/convert* "${ED}"/usr/share/doc/${PF} || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.540.0.ebuild ChangeLog
@ 2015-01-06 10:42 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-01-06 10:42 UTC (permalink / raw
To: gentoo-commits
zlogene 15/01/06 10:42:09
Modified: HTML-Mason-1.540.0.ebuild ChangeLog
Log:
Stable for all
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.3 dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild?r1=1.2&r2=1.3
Index: HTML-Mason-1.540.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HTML-Mason-1.540.0.ebuild 19 Nov 2014 19:32:22 -0000 1.2
+++ HTML-Mason-1.540.0.ebuild 6 Jan 2015 10:42:09 -0000 1.3
@@ -1,6 +1,6 @@
-# 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-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v 1.2 2014/11/19 19:32:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v 1.3 2015/01/06 10:42:09 zlogene Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="modperl test"
RDEPEND="!modperl? ( virtual/perl-CGI )
1.113 dev-perl/HTML-Mason/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 19 Nov 2014 19:32:22 -0000 1.112
+++ ChangeLog 6 Jan 2015 10:42:09 -0000 1.113
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/HTML-Mason
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.112 2014/11/19 19:32:22 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.113 2015/01/06 10:42:09 zlogene Exp $
+
+ 06 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> HTML-Mason-1.540.0.ebuild:
+ Stable for all
19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
HTML-Mason-1.510.0.ebuild, HTML-Mason-1.540.0.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-06 10:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 10:42 [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.540.0.ebuild ChangeLog Mikle Kolyada (zlogene)
-- strict thread matches above, loose matches on Subject: below --
2014-07-21 15:24 Mikle Kolyada (zlogene)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox