diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:59:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:59:33 +0000 |
commit | 0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2 (patch) | |
tree | 1572db012be6638cfbc1fdff5c6744f840928b3c /net-www/mod_layout | |
parent | Marking 0.8.2 stable (x86) (diff) | |
download | gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.tar.gz gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.tar.bz2 gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/mod_layout')
-rw-r--r-- | net-www/mod_layout/mod_layout-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_layout/mod_layout-4.0.1a.ebuild | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/net-www/mod_layout/mod_layout-3.2.1.ebuild b/net-www/mod_layout/mod_layout-3.2.1.ebuild index ebfb0ef62523..734c07cbcf90 100644 --- a/net-www/mod_layout/mod_layout-3.2.1.ebuild +++ b/net-www/mod_layout/mod_layout-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1.ebuild,v 1.5 2005/03/01 00:28:32 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1.ebuild,v 1.6 2005/07/10 00:56:41 swegener Exp $ DESCRIPTION="An Apache DSO module for adding custom headers and/or footers" @@ -14,7 +14,6 @@ KEYWORDS="x86" IUSE="" SLOT="0" - src_compile() { sed -i -e 's/-DDEBUG//g' Makefile || die "Makefile fixing Failed" emake || die "Module building failed." @@ -43,4 +42,3 @@ pkg_config() { extramodules/mod_layout.so mod_layout.c layout_module \ define=LAYOUT addconf=conf/addon-modules/15_mod_layout321.conf } - diff --git a/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild index 41306b159503..ffd4ac661282 100644 --- a/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild +++ b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild,v 1.2 2005/02/17 15:16:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild,v 1.3 2005/07/10 00:56:41 swegener Exp $ inherit apache-module @@ -21,4 +21,3 @@ APACHE2_MOD_DEFINE="LAYOUT" DOCFILES="README" need_apache2 - diff --git a/net-www/mod_layout/mod_layout-4.0.1a.ebuild b/net-www/mod_layout/mod_layout-4.0.1a.ebuild index 2aceb45b0e42..839da53d1d11 100644 --- a/net-www/mod_layout/mod_layout-4.0.1a.ebuild +++ b/net-www/mod_layout/mod_layout-4.0.1a.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a.ebuild,v 1.7 2005/01/07 19:06:56 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a.ebuild,v 1.8 2005/07/10 00:56:41 swegener Exp $ inherit eutils DESCRIPTION="An Apache2 DSO module for adding custom headers and/or footers" HOMEPAGE="http://software.tangent.org/" -S=${WORKDIR}/${P} SRC_URI="http://software.tangent.org/download/${P}.tar.gz" DEPEND="=net-www/apache-2*" LICENSE="Apache-1.1" |