Mercurial > hg > portage
changeset 83:004e5a953d71
cleanups
author | holger@hoho.dyndns.org |
---|---|
date | Wed, 03 Dec 2008 03:09:22 +0100 |
parents | 5b1ff66ecc7f |
children | 49f1b15fc148 |
files | dev-util/hgsvn/Manifest dev-util/hgsvn/hgsvn-0.1.5.ebuild sys-libs/libstatgrab/Manifest sys-libs/libstatgrab/libstatgrab-0.16.ebuild |
diffstat | 4 files changed, 0 insertions(+), 56 deletions(-) [+] |
line wrap: on
line diff
--- a/dev-util/hgsvn/Manifest Wed Dec 03 02:54:44 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -DIST hgsvn-0.1.5.tar.gz 38621 RMD160 bcb6e40522e2e1cf5dd18b416b45d1f4f1fefb77 SHA1 7a4bb4651875025082633e7b39a707ed2c938ac5 SHA256 a56f5cce308e455fc6ec913355c3d5dd82c1f87b68b62828962b371469db9376 -EBUILD hgsvn-0.1.5.ebuild 639 RMD160 a2e08eb61b3bdf6a324dd6768ca10fec3eada7fd SHA1 fa94c0ed00f0ef353d1d8fd45061ab7c346d7054 SHA256 247e420151129379cd09a832be3f4206c0d63e2e34a57f123a3c56e2bbf493bf
--- a/dev-util/hgsvn/hgsvn-0.1.5.ebuild Wed Dec 03 02:54:44 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2008/01/19 18:21:08 cedk Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" -HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn" -SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND} - dev-util/subversion - || ( >=dev-lang/python-2.5 dev-python/elementtree )"
--- a/sys-libs/libstatgrab/Manifest Wed Dec 03 02:54:44 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -DIST libstatgrab-0.16.tar.gz 462691 RMD160 1ded8eb8b213b9c86ad89031e4501e0546181f9a SHA1 233c752dd26e0cc16e88b3da13bcf63d733637c8 SHA256 8a7adb6f3e322c6974d7ca70abd16dd5d5755d108689f6c77f3b42a1ad3aa184 -EBUILD libstatgrab-0.16.ebuild 967 RMD160 70064d425e388a435a6d0ae501a3dfa393f1c8f5 SHA1 59166713f3ff8562d5c439a672e07c224c45f16f SHA256 c82e10ac31686acc095a0a14552dc3cfeefd0f9864da628321e39001ef42e3ba
--- a/sys-libs/libstatgrab/libstatgrab-0.16.ebuild Wed Dec 03 02:54:44 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.11.ebuild,v 1.1 2004/12/07 13:55:38 dragonheart Exp $ - -DESCRIPTION="Provides cross platform 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" - -LICENSE="|| ( GPL-2 LGPL-2.1 )" -SLOT=0 -KEYWORDS="~x86 ~ppc" -IUSE="" -RDEPEND=">=sys-libs/ncurses-5.4-r1 - virtual/libc" - -DEPEND="${RDEPEND} - sys-apps/gawk - sys-apps/grep - sys-devel/gcc - dev-util/pkgconfig" - -src_compile() { - econf --disable-setgid-binaries --disable-setuid-binaries \ - --disable-deprecated --with-ncurses || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR=${D} install || die "einstall failed" - dodoc ChangeLog PLATFORMS NEWS AUTHORS README -}