diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-11-20 03:23:43 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-11-20 03:23:43 +0000 |
commit | 1502989f4eb3ceb283f9c7ad8276a71af002e41b (patch) | |
tree | 7a58d2f4e9c3fbbb97f85cc30a6d5bb1f8a155f4 /app-admin | |
parent | stable on x86 (diff) | |
download | gentoo-2-1502989f4eb3ceb283f9c7ad8276a71af002e41b.tar.gz gentoo-2-1502989f4eb3ceb283f9c7ad8276a71af002e41b.tar.bz2 gentoo-2-1502989f4eb3ceb283f9c7ad8276a71af002e41b.zip |
remove old ebuild
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/cronolog/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/cronolog/Manifest | 4 | ||||
-rw-r--r-- | app-admin/cronolog/cronolog-1.6.2-r1.ebuild | 27 | ||||
-rw-r--r-- | app-admin/cronolog/files/digest-cronolog-1.6.2-r1 | 1 |
4 files changed, 6 insertions, 32 deletions
diff --git a/app-admin/cronolog/ChangeLog b/app-admin/cronolog/ChangeLog index 042ec4c9ea07..b100450180f4 100644 --- a/app-admin/cronolog/ChangeLog +++ b/app-admin/cronolog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/cronolog # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/ChangeLog,v 1.18 2005/08/26 18:15:07 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/ChangeLog,v 1.19 2005/11/20 03:23:43 ramereth Exp $ + + 20 Nov 2005; Lance Albertson <ramereth@gentoo.org> + -cronolog-1.6.2-r1.ebuild: + * Remove old ebuild 26 Aug 2005; Lance Albertson <ramereth@gentoo.org> cronolog-1.6.2-r2.ebuild: diff --git a/app-admin/cronolog/Manifest b/app-admin/cronolog/Manifest index 9c3bbb57c841..049e56ab70f6 100644 --- a/app-admin/cronolog/Manifest +++ b/app-admin/cronolog/Manifest @@ -1,8 +1,6 @@ -MD5 c96f75df97ce5d556d841de82d2ab083 ChangeLog 2257 -MD5 abd68529709b540a2604e9b4fdb364d0 cronolog-1.6.2-r1.ebuild 647 +MD5 e61ac555c5fdfe8d6be6b0e9f0a86518 ChangeLog 2362 MD5 d984ee9342f0865610868c3255da9c06 metadata.xml 728 MD5 87f32e6a2598f735152420ae58dfe427 cronolog-1.6.2-r2.ebuild 913 -MD5 5e264c6bb03335a86c800e45dd133305 files/digest-cronolog-1.6.2-r1 66 MD5 5e264c6bb03335a86c800e45dd133305 files/digest-cronolog-1.6.2-r2 66 MD5 1009a1741b750fd048916cbeca5488c9 files/1.6.2-patches/cronolog-large-file-patch.txt 820 MD5 e7f35aecaec790a630abcc28e7d6cb99 files/1.6.2-patches/cronolog-missing-symlink-patch.txt 323 diff --git a/app-admin/cronolog/cronolog-1.6.2-r1.ebuild b/app-admin/cronolog/cronolog-1.6.2-r1.ebuild deleted file mode 100644 index e40ac3e4f612..000000000000 --- a/app-admin/cronolog/cronolog-1.6.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/cronolog-1.6.2-r1.ebuild,v 1.10 2005/01/02 14:02:55 aliz Exp $ - -inherit eutils - -DESCRIPTION="Cronolog apache logfile rotator" -HOMEPAGE="http://cronolog.org/" -SRC_URI="http://cronolog.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${PV}-patches/*.txt -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} diff --git a/app-admin/cronolog/files/digest-cronolog-1.6.2-r1 b/app-admin/cronolog/files/digest-cronolog-1.6.2-r1 deleted file mode 100644 index 07494f855bb4..000000000000 --- a/app-admin/cronolog/files/digest-cronolog-1.6.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a44564fd5a5b061a5691b9a837d04979 cronolog-1.6.2.tar.gz 133591 |