summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 12:57:05 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 12:57:05 +0000
commitf2cebc17022ca272a7428afbbc85595b7d617d85 (patch)
tree47277791d963d572aca024f796774bc52e24e19a /app-admin/logrotate
parentversion bump and cleanup of stuff (diff)
downloadgentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.gz
gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.bz2
gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.zip
repoman'd
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r--app-admin/logrotate/files/digest-logrotate-3.3-r21
-rw-r--r--app-admin/logrotate/files/digest-logrotate-3.5.91
-rw-r--r--app-admin/logrotate/logrotate-3.3-r2.ebuild28
-rw-r--r--app-admin/logrotate/logrotate-3.5.9-r1.ebuild11
-rw-r--r--app-admin/logrotate/logrotate-3.5.9.ebuild29
5 files changed, 4 insertions, 66 deletions
diff --git a/app-admin/logrotate/files/digest-logrotate-3.3-r2 b/app-admin/logrotate/files/digest-logrotate-3.3-r2
deleted file mode 100644
index d82cb12e1bc0..000000000000
--- a/app-admin/logrotate/files/digest-logrotate-3.3-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c82d40b1ca05d6f1fc98bcfbeda4c2d8 logrotate-3.3.tar.gz 26228
diff --git a/app-admin/logrotate/files/digest-logrotate-3.5.9 b/app-admin/logrotate/files/digest-logrotate-3.5.9
deleted file mode 100644
index 58b199c688f5..000000000000
--- a/app-admin/logrotate/files/digest-logrotate-3.5.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cf1c13714502367397f44b8d8472dd6a logrotate_3.5.9.orig.tar.gz 28422
diff --git a/app-admin/logrotate/logrotate-3.3-r2.ebuild b/app-admin/logrotate/logrotate-3.3-r2.ebuild
deleted file mode 100644
index 7ed0fb028c95..000000000000
--- a/app-admin/logrotate/logrotate-3.3-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r2.ebuild,v 1.8 2002/07/17 20:43:16 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Rotates, compresses, and mails system logs"
-SRC_URI="ftp://ftp.redhat.com/redhat/linux/code/${PN}/${P}.tar.gz
-SLOT="0"
- ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/linux/code/${PN}/${P}.tar.gz"
-HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html"
-LICENSE="GPL-2"
-
-DEPEND=">=dev-libs/popt-1.5"
-
-src_compile() {
- cp Makefile Makefile.orig
- sed -e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" Makefile.orig > Makefile
- make || die
-}
-
-src_install() {
-
- insinto /usr
- dosbin logrotate
- doman logrotate.8
- dodoc examples/logrotate*
-
-}
diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild
index e05822d1c410..beba61e3c098 100644
--- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild
+++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.3 2002/07/17 20:43:16 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.4 2002/07/25 12:57:05 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Rotates, compresses, and mails system logs"
SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz"
-SLOT="0"
-
HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND=">=dev-libs/popt-1.5"
-#RDEPEND="net-mail/mailx"
src_compile() {
cp Makefile Makefile.orig
@@ -20,16 +20,13 @@ src_compile() {
}
src_install() {
-
insinto /usr
dosbin logrotate
doman logrotate.8
dodoc examples/logrotate*
-
}
pkg_postinst() {
-
einfo "If you wish to have logrotate e-mail you updates, please"
einfo "emerge net-mail/mailx"
}
diff --git a/app-admin/logrotate/logrotate-3.5.9.ebuild b/app-admin/logrotate/logrotate-3.5.9.ebuild
deleted file mode 100644
index a730df71c0a4..000000000000
--- a/app-admin/logrotate/logrotate-3.5.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9.ebuild,v 1.4 2002/07/17 20:43:16 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Rotates, compresses, and mails system logs"
-SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz"
-SLOT="0"
-
-HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html"
-LICENSE="GPL-2"
-
-DEPEND=">=dev-libs/popt-1.5"
-RDEPEND="net-mail/mailx"
-
-src_compile() {
- cp Makefile Makefile.orig
- sed -e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" Makefile.orig > Makefile
- make || die
-}
-
-src_install() {
-
- insinto /usr
- dosbin logrotate
- doman logrotate.8
- dodoc examples/logrotate*
-
-}