public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/preload/
Date: Sat, 10 Apr 2021 07:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1618039201.03d326d24d2205dddab6a152b4547da8adadf47f.sam@gentoo> (raw)

commit:     03d326d24d2205dddab6a152b4547da8adadf47f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 07:20:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 07:20:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=03d326d2

sys-apps/preload: drop older EAPI 3 version (-r2)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/preload/preload-0.6.4-r2.ebuild | 65 --------------------------------
 1 file changed, 65 deletions(-)

diff --git a/sys-apps/preload/preload-0.6.4-r2.ebuild b/sys-apps/preload/preload-0.6.4-r2.ebuild
deleted file mode 100644
index 71d7bc485c..0000000000
--- a/sys-apps/preload/preload-0.6.4-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/preload/preload-0.6.4-r2.ebuild,v 1.6 2012/05/04 09:17:27 jdhore Exp $
-
-EAPI="3"
-
-inherit eutils autotools prefix
-
-DESCRIPTION="Adaptive readahead daemon."
-HOMEPAGE="http://sourceforge.net/projects/preload/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64-linux ~x86-linux"
-IUSE="vanilla"
-
-WANT_AUTOCONF="2.56"
-
-RDEPEND=">=dev-libs/glib-2.6:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-apps/help2man"
-
-src_prepare() {
-	epatch "${FILESDIR}"/00-patch-configure.diff
-	epatch "${FILESDIR}"/02-patch-preload_conf.diff
-	epatch "${FILESDIR}"/02-patch-preload_sysconfig.diff
-	epatch "${FILESDIR}"/${PN}-0.6.4-use-help2man-as-usual.patch
-	epatch "${FILESDIR}"/${PN}-0.6.4-use-make-dependencies.patch
-	use vanilla || epatch "${FILESDIR}"/000{1,2,3}-*.patch
-	cat "${FILESDIR}"/preload-0.6.4.init.in-r1 > preload.init.in || die
-
-	# Prefix patch
-	epatch "${FILESDIR}/${PN}-0.6.3-prefix.patch"
-	eprefixify src/preload.conf.in
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --localstatedir="${EPREFIX}/var"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
-	# Remove log and state file from image or they will be
-	# truncated during merge
-	rm "${ED}"/var/lib/preload/preload.state || die "cleanup failed"
-	rm "${ED}"/var/log/preload.log || die "cleanup failed"
-	keepdir /var/lib/preload
-	keepdir /var/log
-	newinitd "${FILESDIR}/init.d-preload" preload || die "initd failed"
-	newconfd "${FILESDIR}/conf.d-preload" preload || die "confd failed"
-	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
-
-pkg_postinst() {
-	if use !prefix; then
-	elog "You probably want to add preload to the default runlevel like so:"
-	elog "# rc-update add preload default"
-	else
-		elog "In prefix, you will have to start preload on the command line"
-	fi	
-}


                 reply	other threads:[~2021-04-10  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618039201.03d326d24d2205dddab6a152b4547da8adadf47f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox