summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-08-30 13:19:26 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-08-30 13:20:35 +0200
commit657c9586622e5185ad6812a4bf51cc4443a20e41 (patch)
treeb96c3782bff3d91653558af0f55a7c8e582d897d /app-admin
parentapp-admin/apachetop: drop 0.19.7 (diff)
downloadgentoo-657c9586622e5185ad6812a4bf51cc4443a20e41.tar.gz
gentoo-657c9586622e5185ad6812a4bf51cc4443a20e41.tar.bz2
gentoo-657c9586622e5185ad6812a4bf51cc4443a20e41.zip
app-admin/cronolog: drop 1.6.2-r6
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-admin/cronolog/cronolog-1.6.2-r6.ebuild b/app-admin/cronolog/cronolog-1.6.2-r6.ebuild
deleted file mode 100644
index 913f65fbd788..000000000000
--- a/app-admin/cronolog/cronolog-1.6.2-r6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Log rotation software"
-HOMEPAGE="https://github.com/fordmason/cronolog"
-SRC_URI="http://cronolog.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2+ Apache-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-patches
- # rename and move into ${PV}-patches after -r3 removal
- "${FILESDIR}"/${P}-umask.patch
-)
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}