summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-10-25 10:43:26 +0000
committerDonny Davies <woodchip@gentoo.org>2002-10-25 10:43:26 +0000
commitd04f632d429a82e0df51b76c9fe945ada5ed66df (patch)
tree7d01027ca0b0a4be8a34edca11f30fe489844da6 /app-admin/cronolog
parentMaking openbox work with xfree 4.2.1 (diff)
downloadhistorical-d04f632d429a82e0df51b76c9fe945ada5ed66df.tar.gz
historical-d04f632d429a82e0df51b76c9fe945ada5ed66df.tar.bz2
historical-d04f632d429a82e0df51b76c9fe945ada5ed66df.zip
new packages from bugzilla; thanks guys
Diffstat (limited to 'app-admin/cronolog')
-rw-r--r--app-admin/cronolog/ChangeLog8
-rw-r--r--app-admin/cronolog/cronolog-1.6.2.ebuild26
-rw-r--r--app-admin/cronolog/files/digest-cronolog-1.6.21
3 files changed, 35 insertions, 0 deletions
diff --git a/app-admin/cronolog/ChangeLog b/app-admin/cronolog/ChangeLog
new file mode 100644
index 000000000000..efa7c4ed8005
--- /dev/null
+++ b/app-admin/cronolog/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-admin/cronolog
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/ChangeLog,v 1.1 2002/10/25 10:43:26 woodchip Exp $
+
+*cronolog-1.6.2 (25 Oct 2002)
+
+ 25 Oct 2002; Donny Davies <woodchip@gentoo.org> :
+ Initial import; thank you mg@connection-net.de.
diff --git a/app-admin/cronolog/cronolog-1.6.2.ebuild b/app-admin/cronolog/cronolog-1.6.2.ebuild
new file mode 100644
index 000000000000..0e57bfa6bed7
--- /dev/null
+++ b/app-admin/cronolog/cronolog-1.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/cronolog-1.6.2.ebuild,v 1.1 2002/10/25 10:43:26 woodchip Exp $
+
+DESCRIPTION="Cronolog apache logfile rotator"
+HOMEPAGE="http://cronolog.org/"
+SRC_URI="http://cronolog.org/download/${P}.tar.gz"
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND} net-www/apache"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}
diff --git a/app-admin/cronolog/files/digest-cronolog-1.6.2 b/app-admin/cronolog/files/digest-cronolog-1.6.2
new file mode 100644
index 000000000000..07494f855bb4
--- /dev/null
+++ b/app-admin/cronolog/files/digest-cronolog-1.6.2
@@ -0,0 +1 @@
+MD5 a44564fd5a5b061a5691b9a837d04979 cronolog-1.6.2.tar.gz 133591