diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-23 00:24:39 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-23 00:24:39 +0000 |
commit | 62bea9365d6d897a734a0b15609aba3959e61628 (patch) | |
tree | 01fc4e57de2bb4140c535cadf19b9a0fc69f8997 /sys-process | |
parent | Remove old. (diff) | |
download | gentoo-2-62bea9365d6d897a734a0b15609aba3959e61628.tar.gz gentoo-2-62bea9365d6d897a734a0b15609aba3959e61628.tar.bz2 gentoo-2-62bea9365d6d897a734a0b15609aba3959e61628.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/acct/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/acct/acct-6.5.5-r1.ebuild | 37 | ||||
-rw-r--r-- | sys-process/acct/acct-6.5.5-r2.ebuild | 43 |
3 files changed, 6 insertions, 82 deletions
diff --git a/sys-process/acct/ChangeLog b/sys-process/acct/ChangeLog index 7f79116e9cf1..2c6916508122 100644 --- a/sys-process/acct/ChangeLog +++ b/sys-process/acct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/acct -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.77 2014/11/08 09:54:10 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.78 2015/05/23 00:24:39 mrueg Exp $ + + 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -acct-6.5.5-r1.ebuild, + -acct-6.5.5-r2.ebuild: + Remove old. *acct-6.6.2 (08 Nov 2014) diff --git a/sys-process/acct/acct-6.5.5-r1.ebuild b/sys-process/acct/acct-6.5.5-r1.ebuild deleted file mode 100644 index 2d98aa053e76..000000000000 --- a/sys-process/acct/acct-6.5.5-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.5.5-r1.ebuild,v 1.2 2011/05/30 11:39:21 jer Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="GNU system accounting utilities" -HOMEPAGE="https://savannah.gnu.org/projects/acct/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc x86" -IUSE="" - -src_configure() { - econf --enable-linux-multiformat -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - keepdir /var/account - newinitd "${FILESDIR}"/acct.initd acct || die - newconfd "${FILESDIR}"/acct.confd acct || die - insinto /etc/logrotate.d - newins "${FILESDIR}"/acct.logrotate acct || die - - # sys-apps/sysvinit already provides this - rm "${D}"/usr/bin/last "${D}"/usr/share/man/man1/last.1 || die - - # accton in / is only a temp workaround for #239748 - dodir /sbin - mv "${D}"/usr/sbin/accton "${D}"/sbin/ || die -} diff --git a/sys-process/acct/acct-6.5.5-r2.ebuild b/sys-process/acct/acct-6.5.5-r2.ebuild deleted file mode 100644 index e81cd1bf14ee..000000000000 --- a/sys-process/acct/acct-6.5.5-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.5.5-r2.ebuild,v 1.13 2013/08/08 02:01:18 mr_bones_ Exp $ - -EAPI=3 -inherit eutils autotools - -DESCRIPTION="GNU system accounting utilities" -HOMEPAGE="https://savannah.gnu.org/projects/acct/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-6.5.5-cross-compile.patch \ - "${FILESDIR}"/${PN}-6.5.5-no-gets.patch - eautoreconf -} - -src_configure() { - econf --enable-linux-multiformat -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO - keepdir /var/account - newinitd "${FILESDIR}"/acct.initd acct || die - newconfd "${FILESDIR}"/acct.confd acct || die - insinto /etc/logrotate.d - newins "${FILESDIR}"/acct.logrotate acct || die - - # sys-apps/sysvinit already provides this - rm "${ED}"/usr/bin/last "${ED}"/usr/share/man/man1/last.1 || die - - # accton in / is only a temp workaround for #239748 - dodir /sbin - mv "${ED}"/usr/sbin/accton "${ED}"/sbin/ || die -} |