summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2017-07-17 17:34:35 +0300
committerSergey Popov <pinkbyte@gentoo.org>2017-07-17 17:42:35 +0300
commit7ef7f80cfb8ef44f320550cf339e2f53a003c3c6 (patch)
tree1f8fab85bd1642f5d4a0bca1a88b87363bdb720f /dev-libs/log4sh/log4sh-1.2.5-r1.ebuild
parentdev-libs/jthread: version bump, add multilib support (diff)
downloadgentoo-7ef7f80cfb8ef44f320550cf339e2f53a003c3c6.tar.gz
gentoo-7ef7f80cfb8ef44f320550cf339e2f53a003c3c6.tar.bz2
gentoo-7ef7f80cfb8ef44f320550cf339e2f53a003c3c6.zip
dev-libs/log4sh: drop old version
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/log4sh/log4sh-1.2.5-r1.ebuild')
-rw-r--r--dev-libs/log4sh/log4sh-1.2.5-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-libs/log4sh/log4sh-1.2.5-r1.ebuild b/dev-libs/log4sh/log4sh-1.2.5-r1.ebuild
deleted file mode 100644
index 11366f237765..000000000000
--- a/dev-libs/log4sh/log4sh-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="A flexible logging framework for shell scripts"
-HOMEPAGE="http://forestent.com/products/log4sh/"
-SRC_URI="http://forestent.com/dist/${PN}/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-RDEPEND="app-shells/bash"
-
-src_unpack() {
- unpack ${A} && cd ${S}
- # bug 94069
- epatch "${FILESDIR}"/${P}-fix-insecure-tmp-creation.diff
-}
-
-src_test() {
- make test || die "make test failed"
-}
-
-src_install() {
- insinto /usr/lib/log4sh
- doins build/log4sh || die "Failed to install log4sh"
-
- dodoc doc/CHANGES doc/TODO
- dohtml doc/*.{html,css}
- docinto examples
- dodoc src/examples/*
-}
-
-pkg_postinst() {
- echo
- elog "To use log4sh, have your script source /usr/lib/log4sh/log4sh."
- echo
-}