* [gentoo-commits] gentoo-x86 commit in app-admin/sysstat: ChangeLog sysstat-9.1.1.ebuild sysstat-9.0.6.1.ebuild
@ 2010-02-28 17:40 99% Jeroen Roovers (jer)
0 siblings, 0 replies; 1+ results
From: Jeroen Roovers (jer) @ 2010-02-28 17:40 UTC (permalink / raw
To: gentoo-commits
jer 10/02/28 17:40:03
Modified: ChangeLog
Added: sysstat-9.1.1.ebuild sysstat-9.0.6.1.ebuild
Log:
Version bumps.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.172 app-admin/sysstat/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 11 Jan 2010 19:04:16 -0000 1.171
+++ ChangeLog 28 Feb 2010 17:40:02 -0000 1.172
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/sysstat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.171 2010/01/11 19:04:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/ChangeLog,v 1.172 2010/02/28 17:40:02 jer Exp $
+
+*sysstat-9.1.1 (28 Feb 2010)
+*sysstat-9.0.6.1 (28 Feb 2010)
+
+ 28 Feb 2010; Jeroen Roovers <jer@gentoo.org> +sysstat-9.0.6.1.ebuild,
+ +sysstat-9.1.1.ebuild:
+ Version bumps.
11 Jan 2010; Jeroen Roovers <jer@gentoo.org> -sysstat-9.0.5.ebuild:
Remove old.
1.1 app-admin/sysstat/sysstat-9.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/sysstat-9.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/sysstat-9.1.1.ebuild?rev=1.1&content-type=text/plain
Index: sysstat-9.1.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-9.1.1.ebuild,v 1.1 2010/02/28 17:40:02 jer Exp $
EAPI="2"
inherit eutils multilib
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 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="cron +doc isag nls"
RDEPEND="
cron? ( sys-process/cronbase )
isag? (
app-text/rcs
dev-lang/tk
sci-visualization/gnuplot
)
nls? ( virtual/libintl )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_configure() {
local myconf=""
use doc || myconf="--disable-documentation"
sa_lib_dir=/usr/$(get_libdir)/sa \
econf ${myconf} \
rcdir="Gentoo-does-not-use-rc.d" \
$(use_enable cron install-cron) \
$(use_enable isag install-isag) \
$(use_enable nls) \
conf_dir=/etc || die "econf failed"
}
src_compile() {
emake LFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {
keepdir /var/log/sa
use cron && dodir /etc/cron.{daily,hourly}
emake \
DESTDIR="${D}" \
DOC_DIR=/usr/share/doc/${PF} \
install || die "make install failed"
dodoc contrib/sargraph/sargraph
newinitd "${FILESDIR}"/sysstat.init.d sysstat
use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
}
1.1 app-admin/sysstat/sysstat-9.0.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/sysstat-9.0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/sysstat/sysstat-9.0.6.1.ebuild?rev=1.1&content-type=text/plain
Index: sysstat-9.0.6.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-9.0.6.1.ebuild,v 1.1 2010/02/28 17:40:02 jer Exp $
EAPI="2"
inherit eutils multilib
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 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="cron +doc isag nls"
RDEPEND="
cron? ( sys-process/cronbase )
isag? (
app-text/rcs
dev-lang/tk
sci-visualization/gnuplot
)
nls? ( virtual/libintl )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_configure() {
local myconf=""
use doc || myconf="--disable-documentation"
sa_lib_dir=/usr/$(get_libdir)/sa \
econf ${myconf} \
rcdir="Gentoo-does-not-use-rc.d" \
$(use_enable cron install-cron) \
$(use_enable isag install-isag) \
$(use_enable nls) \
conf_dir=/etc || die "econf failed"
}
src_compile() {
emake LFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {
keepdir /var/log/sa
use cron && dodir /etc/cron.{daily,hourly}
emake \
DESTDIR="${D}" \
DOC_DIR=/usr/share/doc/${PF} \
install || die "make install failed"
dodoc contrib/sargraph/sargraph
newinitd "${FILESDIR}"/sysstat.init.d sysstat
use doc && rm -f "${D}"usr/share/doc/${PF}/COPYING
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 17:40 99% [gentoo-commits] gentoo-x86 commit in app-admin/sysstat: ChangeLog sysstat-9.1.1.ebuild sysstat-9.0.6.1.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox