* [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog
@ 2007-10-13 19:02 Sven Wegener (swegener)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Wegener (swegener) @ 2007-10-13 19:02 UTC (permalink / raw
To: gentoo-commits
swegener 07/10/13 19:02:57
Modified: mod_tcl-1.0.1.ebuild ChangeLog
Log:
Add ~amd64 keyword.
(Portage version: 2.1.3.12)
Revision Changes Path
1.5 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.4&r2=1.5
Index: mod_tcl-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_tcl-1.0.1.ebuild 15 Jan 2007 19:28:38 -0000 1.4
+++ mod_tcl-1.0.1.ebuild 13 Oct 2007 19:02:57 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.4 2007/01/15 19:28:38 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.5 2007/10/13 19:02:57 swegener Exp $
inherit apache-module
-KEYWORDS="ppc x86"
+KEYWORDS="~amd64 ppc x86"
DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter."
HOMEPAGE="http://tcl.apache.org/mod_tcl/"
1.14 www-apache/mod_tcl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 15 Jan 2007 19:28:38 -0000 1.13
+++ ChangeLog 13 Oct 2007 19:02:57 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_tcl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.13 2007/01/15 19:28:38 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.14 2007/10/13 19:02:57 swegener Exp $
+
+ 13 Oct 2007; Sven Wegener <swegener@gentoo.org> mod_tcl-1.0.1.ebuild:
+ Add ~amd64 keyword.
15 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
-files/1.0-r1/27_mod_tcl.conf, files/27_mod_tcl.conf, metadata.xml,
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog
@ 2007-11-25 13:33 Benedikt Boehm (hollow)
0 siblings, 0 replies; 5+ messages in thread
From: Benedikt Boehm (hollow) @ 2007-11-25 13:33 UTC (permalink / raw
To: gentoo-commits
hollow 07/11/25 13:33:17
Modified: mod_tcl-1.0.1.ebuild ChangeLog
Log:
fix apache-module eclass usage
(Portage version: 2.1.3.19)
Revision Changes Path
1.6 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.5&r2=1.6
Index: mod_tcl-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_tcl-1.0.1.ebuild 13 Oct 2007 19:02:57 -0000 1.5
+++ mod_tcl-1.0.1.ebuild 25 Nov 2007 13:33:16 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.5 2007/10/13 19:02:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.6 2007/11/25 13:33:16 hollow Exp $
inherit apache-module
@@ -27,5 +27,5 @@
src_compile() {
mv -f "tcl_core.c" "${PN}.c"
- apache2_src_compile
+ apache-module_src_compile
}
1.15 www-apache/mod_tcl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 13 Oct 2007 19:02:57 -0000 1.14
+++ ChangeLog 25 Nov 2007 13:33:16 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_tcl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.14 2007/10/13 19:02:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.15 2007/11/25 13:33:16 hollow Exp $
+
+ 25 Nov 2007; Benedikt Böhm <hollow@gentoo.org> mod_tcl-1.0.1.ebuild:
+ fix apache-module eclass usage
13 Oct 2007; Sven Wegener <swegener@gentoo.org> mod_tcl-1.0.1.ebuild:
Add ~amd64 keyword.
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog
@ 2012-10-12 8:34 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-12 8:34 UTC (permalink / raw
To: gentoo-commits
patrick 12/10/12 08:34:10
Modified: mod_tcl-1.0.1.ebuild ChangeLog
Log:
Restricting to apache 2.2
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Revision Changes Path
1.7 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.6&r2=1.7
Index: mod_tcl-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_tcl-1.0.1.ebuild 25 Nov 2007 13:33:16 -0000 1.6
+++ mod_tcl-1.0.1.ebuild 12 Oct 2012 08:34:10 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.6 2007/11/25 13:33:16 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.7 2012/10/12 08:34:10 patrick Exp $
inherit apache-module
@@ -23,7 +23,7 @@
DOCFILES="AUTHORS INSTALL NEWS README test_script.tm"
-need_apache2
+need_apache2_2
src_compile() {
mv -f "tcl_core.c" "${PN}.c"
1.17 www-apache/mod_tcl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 31 Jan 2008 19:26:34 -0000 1.16
+++ ChangeLog 12 Oct 2012 08:34:10 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_tcl
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.16 2008/01/31 19:26:34 hollow Exp $
+# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.17 2012/10/12 08:34:10 patrick Exp $
+
+ 12 Oct 2012; Patrick Lauer <patrick@gentoo.org> mod_tcl-1.0.1.ebuild:
+ Restricting to apache 2.2
31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/27_mod_tcl.conf,
metadata.xml:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog
@ 2014-08-10 20:18 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:18 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:18:10
Modified: mod_tcl-1.0.1.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.8 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.7&r2=1.8
Index: mod_tcl-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_tcl-1.0.1.ebuild 12 Oct 2012 08:34:10 -0000 1.7
+++ mod_tcl-1.0.1.ebuild 10 Aug 2014 20:18:10 -0000 1.8
@@ -1,12 +1,12 @@
-# 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/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.7 2012/10/12 08:34:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.8 2014/08/10 20:18:10 slyfox Exp $
inherit apache-module
KEYWORDS="~amd64 ppc x86"
-DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter."
+DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter"
HOMEPAGE="http://tcl.apache.org/mod_tcl/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="Apache-1.1"
1.19 www-apache/mod_tcl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 27 Nov 2012 19:32:59 -0000 1.18
+++ ChangeLog 10 Aug 2014 20:18:10 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_tcl
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.18 2012/11/27 19:32:59 pacho Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.19 2014/08/10 20:18:10 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mod_tcl-1.0.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
27 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop apache herd as discussed in http://www.gossamer-
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog
@ 2015-03-20 14:35 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-20 14:35 UTC (permalink / raw
To: gentoo-commits
jlec 15/03/20 14:35:12
Modified: mod_tcl-1.0.1.ebuild ChangeLog
Log:
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.9 www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild?r1=1.8&r2=1.9
Index: mod_tcl-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_tcl-1.0.1.ebuild 10 Aug 2014 20:18:10 -0000 1.8
+++ mod_tcl-1.0.1.ebuild 20 Mar 2015 14:35:12 -0000 1.9
@@ -1,16 +1,16 @@
-# 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/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.8 2014/08/10 20:18:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild,v 1.9 2015/03/20 14:35:12 jlec Exp $
inherit apache-module
-KEYWORDS="~amd64 ppc x86"
-
DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter"
HOMEPAGE="http://tcl.apache.org/mod_tcl/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="Apache-1.1"
+
SLOT="0"
+LICENSE="Apache-1.1"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="dev-lang/tcl"
@@ -26,6 +26,6 @@
need_apache2_2
src_compile() {
- mv -f "tcl_core.c" "${PN}.c"
+ mv -f "tcl_core.c" "${PN}.c" || die
apache-module_src_compile
}
1.20 www-apache/mod_tcl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_tcl/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 10 Aug 2014 20:18:10 -0000 1.19
+++ ChangeLog 20 Mar 2015 14:35:12 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_tcl
-# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.19 2014/08/10 20:18:10 slyfox Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.20 2015/03/20 14:35:12 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> mod_tcl-1.0.1.ebuild:
+ Fix ebuild layout
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mod_tcl-1.0.1.ebuild:
QA: drop trailing '.' from DESCRIPTION
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-20 14:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 8:34 [gentoo-commits] gentoo-x86 commit in www-apache/mod_tcl: mod_tcl-1.0.1.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2015-03-20 14:35 Justin Lecher (jlec)
2014-08-10 20:18 Sergei Trofimovich (slyfox)
2007-11-25 13:33 Benedikt Boehm (hollow)
2007-10-13 19:02 Sven Wegener (swegener)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox