summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 14:35:12 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 14:35:12 +0000
commitea00f18cd4fbe19af1f51d435e63fdcb89cf49cf (patch)
tree2898ce6e977154b32ddaedfc6896a6e4a02d4958 /www-apache/mod_tcl
parentDocument problems with ruby22. (diff)
downloadgentoo-2-ea00f18cd4fbe19af1f51d435e63fdcb89cf49cf.tar.gz
gentoo-2-ea00f18cd4fbe19af1f51d435e63fdcb89cf49cf.tar.bz2
gentoo-2-ea00f18cd4fbe19af1f51d435e63fdcb89cf49cf.zip
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'www-apache/mod_tcl')
-rw-r--r--www-apache/mod_tcl/ChangeLog7
-rw-r--r--www-apache/mod_tcl/mod_tcl-1.0.1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/www-apache/mod_tcl/ChangeLog b/www-apache/mod_tcl/ChangeLog
index 9e76640c8e4c..b35ad2c26ef3 100644
--- a/www-apache/mod_tcl/ChangeLog
+++ b/www-apache/mod_tcl/ChangeLog
@@ -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
diff --git a/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild b/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
index 614e1d413e82..f299350ac229 100644
--- a/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
+++ b/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild
@@ -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 @@ DOCFILES="AUTHORS INSTALL NEWS README test_script.tm"
need_apache2_2
src_compile() {
- mv -f "tcl_core.c" "${PN}.c"
+ mv -f "tcl_core.c" "${PN}.c" || die
apache-module_src_compile
}