summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2020-01-09 21:16:00 +0100
committerJohannes Huber <johu@gentoo.org>2020-01-09 21:17:23 +0100
commit65dddca583c961641761d58d760b6a2071488fd0 (patch)
tree18d21f5f7e0c9e7aeb9c5627f464faae3308d993
parentx11-misc/picom: block on x11-misc/compton (diff)
downloadgentoo-65dddca583c961641761d58d760b6a2071488fd0.tar.gz
gentoo-65dddca583c961641761d58d760b6a2071488fd0.tar.bz2
gentoo-65dddca583c961641761d58d760b6a2071488fd0.zip
sys-apps/daemonize: Remove 1.7.4
Uses deprecated EAPI 5 and is overshadowed by 1.7.8. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
-rw-r--r--sys-apps/daemonize/Manifest1
-rw-r--r--sys-apps/daemonize/daemonize-1.7.4.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/daemonize/Manifest b/sys-apps/daemonize/Manifest
index 97997f354610..76e4ecbb2ca5 100644
--- a/sys-apps/daemonize/Manifest
+++ b/sys-apps/daemonize/Manifest
@@ -1,2 +1 @@
-DIST daemonize-1.7.4.tar.gz 66005 BLAKE2B 6bcd1fb514d4ffaaa07f9c296b9ae4795aa4f2a2ab3a3232897e733d7c09f2727764b7c79ae4a254dc53ac3a7c77ed2ee16a537829827ae475ad6bce34315355 SHA512 aa5dd1d89650fc4a7e783163852de176877b0e999c4d16950a03a81c0db1477e2994fe8d97d8e2bd61baafb7810522754eade96f3ff0301c1e6ce74f9252d34e
DIST daemonize-1.7.8.tar.gz 66009 BLAKE2B 323b98357c1750ae051378d8d432a4997fb3d162f65f102a3f7d5e1c0271eec77aad7f5253c4712209c9c2cba1c725b3daeaf1c240dca31be13990d3a833fbc0 SHA512 77cb7f6d41fd3484222831540aa8dedcd1f3cbb2f4be2a9b5e0bc1c848fb1392b616ff30b9ff3bb46f3decd1ff2829dbf7130887f81ed66a7cd2c710755a0836
diff --git a/sys-apps/daemonize/daemonize-1.7.4.ebuild b/sys-apps/daemonize/daemonize-1.7.4.ebuild
deleted file mode 100644
index e16637d6c333..000000000000
--- a/sys-apps/daemonize/daemonize-1.7.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/"
-SRC_URI="https://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DOCS=( README.md CHANGELOG.md )
-
-src_unpack() {
- unpack ${A}
- # Workaround commit suffix from github.
- mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die
-}
-
-src_prepare() {
- sed -i \
- -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \
- Makefile.in || die
-}