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 <[email protected]> mod_tcl-1.0.1.ebuild: + Fix ebuild layout 10 Aug 2014; Sergei Trofimovich <[email protected]> mod_tcl-1.0.1.ebuild: QA: drop trailing '.' from DESCRIPTION
