summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-04-01 17:53:47 +0000
committerJeroen Roovers <jer@gentoo.org>2009-04-01 17:53:47 +0000
commitf485c2ff97e577c89b11974b33d591a27a8f95ad (patch)
treea9a031c17defeb1455a58f94032e362826beb724 /app-admin
parentRemoved old version. (diff)
downloadgentoo-2-f485c2ff97e577c89b11974b33d591a27a8f95ad.tar.gz
gentoo-2-f485c2ff97e577c89b11974b33d591a27a8f95ad.tar.bz2
gentoo-2-f485c2ff97e577c89b11974b33d591a27a8f95ad.zip
Remove old.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/sysstat/ChangeLog8
-rw-r--r--app-admin/sysstat/sysstat-8.1.1.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.2.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.3.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.4.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.5.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.6.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.7.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-8.1.8.ebuild43
-rw-r--r--app-admin/sysstat/sysstat-9.0.0.ebuild43
10 files changed, 7 insertions, 388 deletions
diff --git a/app-admin/sysstat/ChangeLog b/app-admin/sysstat/ChangeLog
index b85d216fd54a..131d95d41205 100644
--- a/app-admin/sysstat/ChangeLog
+++ b/app-admin/sysstat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/sysstat
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.127 2009/03/08 15:53:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.128 2009/04/01 17:53:46 jer Exp $
+
+ 01 Apr 2009; Jeroen Roovers <jer@gentoo.org> -sysstat-8.1.1.ebuild,
+ -sysstat-8.1.2.ebuild, -sysstat-8.1.3.ebuild, -sysstat-8.1.4.ebuild,
+ -sysstat-8.1.5.ebuild, -sysstat-8.1.6.ebuild, -sysstat-8.1.7.ebuild,
+ -sysstat-8.1.8.ebuild, -sysstat-9.0.0.ebuild:
+ Remove old.
*sysstat-9.0.1 (08 Mar 2009)
diff --git a/app-admin/sysstat/sysstat-8.1.1.ebuild b/app-admin/sysstat/sysstat-8.1.1.ebuild
deleted file mode 100644
index e079d0a8e0db..000000000000
--- a/app-admin/sysstat/sysstat-8.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.1.ebuild,v 1.7 2008/07/15 18:04:59 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.2.ebuild b/app-admin/sysstat/sysstat-8.1.2.ebuild
deleted file mode 100644
index 38f87d98bfcc..000000000000
--- a/app-admin/sysstat/sysstat-8.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.2.ebuild,v 1.2 2008/07/15 18:04:59 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.3.ebuild b/app-admin/sysstat/sysstat-8.1.3.ebuild
deleted file mode 100644
index 8e7b15088338..000000000000
--- a/app-admin/sysstat/sysstat-8.1.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.3.ebuild,v 1.2 2008/07/15 18:04:59 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.4.ebuild b/app-admin/sysstat/sysstat-8.1.4.ebuild
deleted file mode 100644
index 75999028196e..000000000000
--- a/app-admin/sysstat/sysstat-8.1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.4.ebuild,v 1.2 2008/07/15 18:04:59 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.5.ebuild b/app-admin/sysstat/sysstat-8.1.5.ebuild
deleted file mode 100644
index ef93f18bf413..000000000000
--- a/app-admin/sysstat/sysstat-8.1.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.5.ebuild,v 1.1 2008/07/15 17:24:12 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.6.ebuild b/app-admin/sysstat/sysstat-8.1.6.ebuild
deleted file mode 100644
index d43adb457bff..000000000000
--- a/app-admin/sysstat/sysstat-8.1.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.6.ebuild,v 1.1 2008/10/02 14:07:16 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.7.ebuild b/app-admin/sysstat/sysstat-8.1.7.ebuild
deleted file mode 100644
index 5d24bda4b870..000000000000
--- a/app-admin/sysstat/sysstat-8.1.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-8.1.7.ebuild,v 1.1 2008/11/13 20:24:41 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-8.1.8.ebuild b/app-admin/sysstat/sysstat-8.1.8.ebuild
deleted file mode 100644
index f2453b612714..000000000000
--- a/app-admin/sysstat/sysstat-8.1.8.ebuild
+++ /dev/null
@@ -1,43 +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-8.1.8.ebuild,v 1.1 2009/01/12 03:43:46 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}
diff --git a/app-admin/sysstat/sysstat-9.0.0.ebuild b/app-admin/sysstat/sysstat-9.0.0.ebuild
deleted file mode 100644
index ab68a58701b8..000000000000
--- a/app-admin/sysstat/sysstat-9.0.0.ebuild
+++ /dev/null
@@ -1,43 +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.0.ebuild,v 1.1 2009/03/02 17:14:24 jer Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e 's| -pipe -O2||g' -i Makefile.in || die "sed failed"
-}
-
-src_compile() {
- sa_lib_dir=/usr/$(get_libdir)/sa \
- econf $(use_enable nls) conf_dir=/etc || die "econf failed"
- 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"
-}