# ChangeLog for net-www/mod_watch
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.15 2006/06/06 09:56:00 hollow Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.16 2007/01/14 21:31:33 chtekk Exp $
+
+ 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
+ -mod_watch-3.18-r1.ebuild, mod_watch-3.18-r2.ebuild,
+ -mod_watch-4.03-r1.ebuild, mod_watch-4.03-r2.ebuild:
+ Cleanup.
*mod_watch-4.03-r2 (06 Jun 2006)
*mod_watch-3.18-r2 (06 Jun 2006)
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18-r2.ebuild,v 1.1 2006/06/06 09:56:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18-r2.ebuild,v 1.2 2007/01/14 21:31:33 chtekk Exp $
inherit apache-module
-DESCRIPTION="Bandwidth graphing for Apache with MRTG"
-HOMEPAGE="http://www.snert.com/Software/mod_watch/"
-KEYWORDS="~x86"
-
-MY_V=${PV/./}
-SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz"
+KEYWORDS="x86"
-IUSE=""
+DESCRIPTION="Bandwidth graphing module for Apache1 with MRTG."
+HOMEPAGE="http://www.snert.com/Software/mod_watch/"
+SRC_URI="http://www.snert.com/Software/download/${PN}${PV/./}.tgz"
LICENSE="as-is"
SLOT="1"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APXS1_ARGS="-c ${PN}.c Memory.c Mutex.c Shared.c SharedHash.c NetworkTable.c"
APACHE1_MOD_CONF="77_mod_watch"
APACHE1_MOD_DEFINE="WATCH"
-APXS1_ARGS="-c mod_watch.c Memory.c Mutex.c Shared.c SharedHash.c NetworkTable.c"
DOCFILES="CHANGES.TXT LICENSE.TXT"
src_compile() {
sed -i -e "s:/usr/local/sbin:/usr/sbin:" \
- apache2mrtg.pl || die "Path fixing failed."
+ apache2mrtg.pl || die "Path fixing failed"
apache1_src_compile
}
src_install() {
apache1_src_install
dosbin apache2mrtg.pl mod_watch.pl
+ keepdir "${ROOT}"/var/lib/${PN}
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03-r2.ebuild,v 1.1 2006/06/06 09:56:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03-r2.ebuild,v 1.2 2007/01/14 21:31:33 chtekk Exp $
-inherit eutils apache-module
+inherit apache-module
-MY_V=${PV/./}
+KEYWORDS="ppc x86"
-DESCRIPTION="Bandwidth graphing for Apache with MRTG"
+DESCRIPTION="Bandwidth graphing module for Apache2 with MRTG."
HOMEPAGE="http://www.snert.com/Software/mod_watch/"
-SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz"
-
-KEYWORDS="~ppc ~x86"
-DEPEND=""
+SRC_URI="http://www.snert.com/Software/download/${PN}${PV/./}.tgz"
LICENSE="as-is"
SLOT="0"
IUSE=""
+DEPEND=""
+RDEPEND=""
+
S="${WORKDIR}/${PN}-4.3"
APACHE2_MOD_CONF="77_mod_watch"
sed -i \
-e "s:APXS=\\(.*\\):APXS=${APXS2} # \\1:" \
-e "s:APACHECTL=\\(.*\\):APACHECTL=${APACHECTL2} # \\1:" \
- Makefile.dso || die "Path fixing failed."
+ Makefile.dso || die "Path fixing failed"
sed -i -e "s:/usr/local/sbin:/usr/sbin:" \
- apache2mrtg.pl || die "Path fixing failed."
+ apache2mrtg.pl || die "Path fixing failed"
- emake -f Makefile.dso build || die "Make failed."
+ emake -f Makefile.dso build || die "emake failed"
}
src_install() {
apache2_src_install
dosbin apache2mrtg.pl mod_watch.pl Contrib/mod_watch_list.pl
- keepdir /var/lib/mod_watch
+ keepdir "${ROOT}"/var/lib/${PN}
}
# ChangeLog for net-www/mod_xslt
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/ChangeLog,v 1.21 2006/06/05 18:41:13 chtekk Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/ChangeLog,v 1.22 2007/01/14 21:36:04 chtekk Exp $
+
+ 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
+ mod_xslt-2.0.4.ebuild:
+ Cleanup.
05 Jun 2006; Luca Longinotti <chtekk@gentoo.org>
-files/mod-xslt-1.0.5a-debug.patch, -files/mod_xslt-1.0.5a-register.patch,
<pkgmetadata>
<herd>apache</herd>
<maintainer>
- <email>apache-bugs@gentoo.org</email>
+ <email>apache-bugs@gentoo.org</email>
</maintainer>
</pkgmetadata>
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.11 2006/06/05 18:41:13 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.12 2007/01/14 21:36:04 chtekk Exp $
-inherit eutils apache-module
+inherit apache-module
-DESCRIPTION="An xslt filtering DSO module for Apache2."
+KEYWORDS="amd64 ppc x86"
+
+DESCRIPTION="An XSLT filtering module for Apache2."
HOMEPAGE="http://www.mod-xslt.com/"
SRC_URI="mirror://sourceforge/mod-xslt/${PN}.${PV}.tgz"
-
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
SLOT="0"
+IUSE=""
RDEPEND="dev-libs/libxslt
- dev-libs/libxml2"
+ dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-lang/perl"
APXS2_ARGS="-I/usr/include/libxml2 -lxslt -lxml2 -lpthread -lz -lm -c ${PN}.c"
-APACHE2_MOD_CONF="25_mod_xslt"
+APACHE2_MOD_CONF="25_${PN}"
APACHE2_MOD_DEFINE="XSLT"
DOCFILES="ChangeLog.txt README.txt"