diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-03 15:06:57 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-03 15:06:57 +0000 |
commit | 201ce4f2c59c321731f4fc4f5e4f9ea61c9473e9 (patch) | |
tree | be6e9b562b1eae8e3f7521b333477c0dabc54ffe /sys-libs/libstatgrab/libstatgrab-0.16.ebuild | |
parent | ppc stable #252656 (diff) | |
download | gentoo-2-201ce4f2c59c321731f4fc4f5e4f9ea61c9473e9.tar.gz gentoo-2-201ce4f2c59c321731f4fc4f5e4f9ea61c9473e9.tar.bz2 gentoo-2-201ce4f2c59c321731f4fc4f5e4f9ea61c9473e9.zip |
QA: Removed unneeded dependencies (bug 236673)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'sys-libs/libstatgrab/libstatgrab-0.16.ebuild')
-rw-r--r-- | sys-libs/libstatgrab/libstatgrab-0.16.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys-libs/libstatgrab/libstatgrab-0.16.ebuild b/sys-libs/libstatgrab/libstatgrab-0.16.ebuild index 120d7345608a..8c53fcf4df5f 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.16.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.16.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.16.ebuild,v 1.1 2008/08/31 21:50:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.16.ebuild,v 1.2 2009/01/03 15:06:57 angelos Exp $ -DESCRIPTION="Provides cross platform access to statistics about the system on which it's run." +DESCRIPTION="a tool to provide access to statistics about the system on which it's run." HOMEPAGE="http://www.i-scream.org/libstatgrab/" SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" @@ -10,18 +10,14 @@ LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -RDEPEND=">=sys-libs/ncurses-5.4-r1" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" src_compile() { econf --disable-setgid-binaries --disable-setuid-binaries \ - --disable-deprecated --with-ncurses || die "econf failed" + --disable-deprecated --with-ncurses emake || die "emake failed" } src_install() { - emake DESTDIR="${D}" install || die "einstall failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog PLATFORMS NEWS AUTHORS README } |