summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-14 11:39:16 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-14 11:39:16 +0000
commit14de6f61aea6033e59e85e41ebb4640bb0926296 (patch)
treee5f7492d821d5d9e6849553444fbb6c6effe2c53 /app-admin
parentBump dns to 1.4.4 (diff)
downloadgentoo-2-14de6f61aea6033e59e85e41ebb4640bb0926296.tar.gz
gentoo-2-14de6f61aea6033e59e85e41ebb4640bb0926296.tar.bz2
gentoo-2-14de6f61aea6033e59e85e41ebb4640bb0926296.zip
Old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/sysstat/ChangeLog7
-rw-r--r--app-admin/sysstat/files/sysstat-10.2.0-systemd.patch16
-rw-r--r--app-admin/sysstat/sysstat-10.2.0.ebuild82
-rw-r--r--app-admin/sysstat/sysstat-10.2.1-r1.ebuild84
-rw-r--r--app-admin/sysstat/sysstat-11.0.0.ebuild86
-rw-r--r--app-admin/sysstat/sysstat-11.0.1-r1.ebuild87
6 files changed, 6 insertions, 356 deletions
diff --git a/app-admin/sysstat/ChangeLog b/app-admin/sysstat/ChangeLog
index 13e57e8f1ae5..5f2a6857a919 100644
--- a/app-admin/sysstat/ChangeLog
+++ b/app-admin/sysstat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/sysstat
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.285 2014/12/05 10:14:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.286 2014/12/14 11:39:15 jer Exp $
+
+ 14 Dec 2014; Jeroen Roovers <jer@gentoo.org> -sysstat-10.2.0.ebuild,
+ -sysstat-10.2.1-r1.ebuild, -sysstat-11.0.0.ebuild, -sysstat-11.0.1-r1.ebuild,
+ -files/sysstat-10.2.0-systemd.patch:
+ Old.
05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> sysstat-11.0.2.ebuild:
Stable for x86, wrt bug #529920
diff --git a/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch b/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch
deleted file mode 100644
index f9f769908c93..000000000000
--- a/app-admin/sysstat/files/sysstat-10.2.0-systemd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -376,8 +376,8 @@ install_all: install_base cron/crontab sysstat \
- su $(CRON_OWNER) -c "crontab cron/crontab"; \
- fi
- if [ -x $(SYSTEMCTL) -a -d "$(SYSTEMD_UNIT_DIR)" ]; then \
-- $(INSTALL_DATA) sysstat.service $(SYSTEMD_UNIT_DIR); \
-- $(SYSTEMCTL) enable sysstat.service; \
-+ mkdir -p $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
-+ $(INSTALL_DATA) sysstat.service $(DESTDIR)$(SYSTEMD_UNIT_DIR); \
- elif [ -d $(DESTDIR)$(INIT_DIR) ]; then \
- $(INSTALL_BIN) sysstat $(DESTDIR)$(INIT_DIR)/sysstat; \
- if [ -x $(CHKCONFIG) ]; then \
---
-1.8.5.2
-
diff --git a/app-admin/sysstat/sysstat-10.2.0.ebuild b/app-admin/sysstat/sysstat-10.2.0.ebuild
deleted file mode 100644
index e822824bc233..000000000000
--- a/app-admin/sysstat/sysstat-10.2.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.0.ebuild,v 1.10 2014/05/17 15:08:44 swift Exp $
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="${HOMEPAGE}${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86"
-IUSE="cron debug +doc isag nls lm_sensors selinux"
-
-RDEPEND="
- cron? ( sys-process/cronbase )
- isag? (
- dev-lang/tk
- dev-vcs/rcs
- sci-visualization/gnuplot
- )
- nls? ( virtual/libintl )
- lm_sensors? ( sys-apps/lm_sensors )
- selinux? ( sec-policy/selinux-sysstat )
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- if use nls; then
- strip-linguas -i nls/
- local lingua pofile
- for pofile in nls/*.po; do
- lingua=${pofile/nls\/}
- lingua=${lingua/.po}
- if ! has ${lingua} ${LINGUAS}; then
- rm "nls/${lingua}.po" || die
- fi
- done
- fi
- epatch "${FILESDIR}"/${PN}-10.0.4-flags.patch
- epatch "${FILESDIR}"/${PN}-10.2.0-systemd.patch
-}
-
-src_configure() {
- tc-export AR
- sa_lib_dir=/usr/$(get_libdir)/sa \
- conf_dir=/etc \
- rcdir=Gentoo-does-not-use-rc.d \
- econf \
- $(use_enable cron install-cron) \
- $(use_enable debug debuginfo) \
- $(use_enable doc documentation ) \
- $(use_enable isag install-isag) \
- $(use_enable lm_sensors sensors) \
- $(use_enable nls)
-}
-
-src_compile() {
- emake LFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- keepdir /var/log/sa
-
- use cron && dodir /etc/cron.{daily,hourly}
-
- emake \
- DESTDIR="${D}" \
- DOC_DIR=/usr/share/doc/${PF} \
- install
-
- dodoc contrib/sargraph/sargraph
-
- newinitd "${FILESDIR}"/sysstat.init.d sysstat
-
- use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
-}
diff --git a/app-admin/sysstat/sysstat-10.2.1-r1.ebuild b/app-admin/sysstat/sysstat-10.2.1-r1.ebuild
deleted file mode 100644
index 7dbb15119866..000000000000
--- a/app-admin/sysstat/sysstat-10.2.1-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.1-r1.ebuild,v 1.9 2014/08/01 11:33:31 armin76 Exp $
-
-EAPI=5
-inherit eutils multilib systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="${HOMEPAGE}${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
-IUSE="cron debug +doc isag nls lm_sensors selinux"
-
-RDEPEND="
- cron? ( sys-process/cronbase )
- isag? (
- dev-lang/tk
- dev-vcs/rcs
- sci-visualization/gnuplot
- )
- nls? ( virtual/libintl )
- lm_sensors? ( sys-apps/lm_sensors )
- selinux? ( sec-policy/selinux-sysstat )
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- if use nls; then
- strip-linguas -i nls/
- local lingua pofile
- for pofile in nls/*.po; do
- lingua=${pofile/nls\/}
- lingua=${lingua/.po}
- if ! has ${lingua} ${LINGUAS}; then
- rm "nls/${lingua}.po" || die
- fi
- done
- fi
- epatch "${FILESDIR}"/${PN}-10.0.4-flags.patch
-}
-
-src_configure() {
- tc-export AR
- sa_lib_dir=/usr/$(get_libdir)/sa \
- conf_dir=/etc \
- rcdir=Gentoo-does-not-use-rc.d \
- econf \
- --enable-copy-only \
- --with-systemdsystemunitdir=$(systemd_get_unitdir) \
- $(use_enable cron install-cron) \
- $(use_enable debug debuginfo) \
- $(use_enable doc documentation ) \
- $(use_enable isag install-isag) \
- $(use_enable lm_sensors sensors) \
- $(use_enable nls)
-}
-
-src_compile() {
- emake LFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- keepdir /var/log/sa
-
- use cron && dodir /etc/cron.{daily,hourly}
-
- emake \
- DESTDIR="${D}" \
- DOC_DIR=/usr/share/doc/${PF} \
- install
-
- dodoc contrib/sargraph/sargraph
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- systemd_dounit ${PN}.service
-
- use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
-}
diff --git a/app-admin/sysstat/sysstat-11.0.0.ebuild b/app-admin/sysstat/sysstat-11.0.0.ebuild
deleted file mode 100644
index 08bd75ec29ca..000000000000
--- a/app-admin/sysstat/sysstat-11.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-11.0.0.ebuild,v 1.8 2014/11/02 08:59:39 ago Exp $
-
-EAPI=5
-inherit eutils multilib systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="${HOMEPAGE}${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86"
-IUSE="cron debug +doc isag nls lm_sensors selinux"
-
-CDEPEND="
- cron? ( sys-process/cronbase )
- isag? (
- dev-lang/tk
- dev-vcs/rcs
- sci-visualization/gnuplot
- )
- nls? ( virtual/libintl )
- lm_sensors? ( sys-apps/lm_sensors )
-"
-DEPEND="
- ${CDEPEND}
- nls? ( sys-devel/gettext )
-"
-RDEPEND="
- ${CDEPEND}
- selinux? ( sec-policy/selinux-sysstat )
-"
-src_prepare() {
- if use nls; then
- strip-linguas -i nls/
- local lingua pofile
- for pofile in nls/*.po; do
- lingua=${pofile/nls\/}
- lingua=${lingua/.po}
- if ! has ${lingua} ${LINGUAS}; then
- rm "nls/${lingua}.po" || die
- fi
- done
- fi
- epatch "${FILESDIR}"/${PN}-10.0.4-flags.patch
-}
-
-src_configure() {
- tc-export AR
- sa_lib_dir=/usr/$(get_libdir)/sa \
- conf_dir=/etc \
- rcdir=Gentoo-does-not-use-rc.d \
- econf \
- --enable-copy-only \
- --with-systemdsystemunitdir=$(systemd_get_unitdir) \
- $(use_enable cron install-cron) \
- $(use_enable debug debuginfo) \
- $(use_enable doc documentation ) \
- $(use_enable isag install-isag) \
- $(use_enable lm_sensors sensors) \
- $(use_enable nls)
-}
-
-src_compile() {
- emake LFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- keepdir /var/log/sa
-
- use cron && dodir /etc/cron.{daily,hourly}
-
- emake \
- DESTDIR="${D}" \
- DOC_DIR=/usr/share/doc/${PF} \
- install
-
- dodoc contrib/sargraph/sargraph
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- systemd_dounit ${PN}.service
-
- use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
-}
diff --git a/app-admin/sysstat/sysstat-11.0.1-r1.ebuild b/app-admin/sysstat/sysstat-11.0.1-r1.ebuild
deleted file mode 100644
index a58a33d7fd87..000000000000
--- a/app-admin/sysstat/sysstat-11.0.1-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-11.0.1-r1.ebuild,v 1.2 2014/11/02 07:50:36 swift Exp $
-
-EAPI=5
-inherit eutils multilib systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/"
-SRC_URI="${HOMEPAGE}${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="cron debug +doc isag nls lm_sensors selinux"
-
-CDEPEND="
- cron? ( sys-process/cronbase )
- isag? (
- dev-lang/tk
- dev-vcs/rcs
- sci-visualization/gnuplot
- )
- nls? ( virtual/libintl )
- lm_sensors? ( sys-apps/lm_sensors )
-"
-DEPEND="
- ${CDEPEND}
- nls? ( sys-devel/gettext )
-"
-RDEPEND="
- ${CDEPEND}
- selinux? ( sec-policy/selinux-sysstat )
-"
-
-src_prepare() {
- if use nls; then
- strip-linguas -i nls/
- local lingua pofile
- for pofile in nls/*.po; do
- lingua=${pofile/nls\/}
- lingua=${lingua/.po}
- if ! has ${lingua} ${LINGUAS}; then
- rm "nls/${lingua}.po" || die
- fi
- done
- fi
- epatch "${FILESDIR}"/${PN}-10.0.4-flags.patch
-}
-
-src_configure() {
- tc-export AR
- sa_lib_dir=/usr/$(get_libdir)/sa \
- conf_dir=/etc \
- rcdir=Gentoo-does-not-use-rc.d \
- econf \
- --enable-copy-only \
- --with-systemdsystemunitdir=$(systemd_get_unitdir) \
- $(use_enable cron install-cron) \
- $(use_enable debug debuginfo) \
- $(use_enable doc documentation ) \
- $(use_enable isag install-isag) \
- $(use_enable lm_sensors sensors) \
- $(use_enable nls)
-}
-
-src_compile() {
- emake LFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- keepdir /var/log/sa
-
- use cron && dodir /etc/cron.d
-
- emake \
- DESTDIR="${D}" \
- DOC_DIR=/usr/share/doc/${PF} \
- install
-
- dodoc contrib/sargraph/sargraph
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- systemd_dounit ${PN}.service
-
- use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
-}