diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-09-22 16:58:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-09-22 16:58:55 +0000 |
commit | 2357d9da72bce7930718905a38eaa17ee5761eaf (patch) | |
tree | 3f849290b91c48c6a556c73289d62067e0f06ff3 /app-admin | |
parent | stable sparc, bug 282102 (diff) | |
download | gentoo-2-2357d9da72bce7930718905a38eaa17ee5761eaf.tar.gz gentoo-2-2357d9da72bce7930718905a38eaa17ee5761eaf.tar.bz2 gentoo-2-2357d9da72bce7930718905a38eaa17ee5761eaf.zip |
Remove old.
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sysstat/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/sysstat/files/sysstat-9.0.3-ar.patch | 17 | ||||
-rw-r--r-- | app-admin/sysstat/sysstat-9.0.3-r1.ebuild | 45 |
3 files changed, 5 insertions, 63 deletions
diff --git a/app-admin/sysstat/ChangeLog b/app-admin/sysstat/ChangeLog index c261a48a6250..ffc494030731 100644 --- a/app-admin/sysstat/ChangeLog +++ b/app-admin/sysstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/sysstat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.154 2009/09/22 16:48:15 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.155 2009/09/22 16:58:55 jer Exp $ + + 22 Sep 2009; Jeroen Roovers <jer@gentoo.org> -sysstat-9.0.3-r1.ebuild, + -files/sysstat-9.0.3-ar.patch: + Remove old. 22 Sep 2009; Tiago Cunha <tcunha@gentoo.org> sysstat-9.0.4.ebuild: stable sparc, bug 282102 diff --git a/app-admin/sysstat/files/sysstat-9.0.3-ar.patch b/app-admin/sysstat/files/sysstat-9.0.3-ar.patch deleted file mode 100644 index 0fe0b1cde358..000000000000 --- a/app-admin/sysstat/files/sysstat-9.0.3-ar.patch +++ /dev/null @@ -1,17 +0,0 @@ -Get rid of the implicit rule entirely (bug #212398). - - ---- sysstat-9.0.3/Makefile.in.orig 2009-04-13 16:27:15.000000000 +0200 -+++ sysstat-9.0.3/Makefile.in 2009-05-31 18:48:48.000000000 +0200 -@@ -175,9 +175,7 @@ - - # Explicit rules needed to prevent possible file corruption - # when using parallel execution. --libsyscom.a: libsyscom.a(common.o ioconf.o) -- $(AR) rv $@ common.o -- $(AR) rv $@ ioconf.o -- $(AR) s $@ -+libsyscom.a: common.o ioconf.o -+ $(AR) rvs $@ $? - - librdstats.a: librdstats.a(rd_stats.o) diff --git a/app-admin/sysstat/sysstat-9.0.3-r1.ebuild b/app-admin/sysstat/sysstat-9.0.3-r1.ebuild deleted file mode 100644 index 199da6a8c48a..000000000000 --- a/app-admin/sysstat/sysstat-9.0.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-9.0.3-r1.ebuild,v 1.7 2009/07/19 14:30:12 nixnut Exp $ - -EAPI="2" - -inherit eutils multilib - -DESCRIPTION="System performance tools for Linux" -HOMEPAGE="http://perso.wanadoo.fr/sebastien.godard/" -SRC_URI="http://perso.orange.fr/sebastien.godard/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}/${P}-ar.patch" -} - -src_configure() { - sa_lib_dir=/usr/$(get_libdir)/sa \ - econf $(use_enable nls) conf_dir=/etc || die "econf failed" -} - -src_compile() { - emake LFLAGS="${LDFLAGS}" || die "emake failed" -} - -src_install() { - keepdir /var/log/sa - - emake DESTDIR="${D}" DOC_DIR=/usr/share/doc/${PF} \ - install || die "make install failed" - - newdoc sysstat.crond.sample crontab.example - newinitd "${FILESDIR}"/sysstat.init.d sysstat - - ewarn "The sysstat configuration files have moved from /etc/sysconfig to /etc" -} |