diff options
author | 2009-10-12 17:16:12 +0000 | |
---|---|---|
committer | 2009-10-12 17:16:12 +0000 | |
commit | fed1f991a76119d1c1ffd2865211f976d75974e0 (patch) | |
tree | 77d85c99175a11f462212816f1d2a64463c4ab21 /dev-util/diffball/diffball-1.0.ebuild | |
parent | x11-libs/libXcomposite: add "doc" USE flag (fixes bug #288738) (diff) | |
download | historical-fed1f991a76119d1c1ffd2865211f976d75974e0.tar.gz historical-fed1f991a76119d1c1ffd2865211f976d75974e0.tar.bz2 historical-fed1f991a76119d1c1ffd2865211f976d75974e0.zip |
Fix repoman issues
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-util/diffball/diffball-1.0.ebuild')
-rw-r--r-- | dev-util/diffball/diffball-1.0.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-util/diffball/diffball-1.0.ebuild b/dev-util/diffball/diffball-1.0.ebuild index ee35bbcacf05..68696c1d7d74 100644 --- a/dev-util/diffball/diffball-1.0.ebuild +++ b/dev-util/diffball/diffball-1.0.ebuild @@ -1,19 +1,20 @@ -# 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/dev-util/diffball/diffball-1.0.ebuild,v 1.9 2008/10/13 21:05:46 zmedico Exp $ - -IUSE="debug" +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.ebuild,v 1.10 2009/10/12 17:16:12 ssuominen Exp $ DESCRIPTION="Delta compression suite for using/generating binary patches" HOMEPAGE="http://developer.berlios.de/projects/diffball/" SRC_URI="mirror://berlios/diffball/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 mips ppc ~sparc x86" +IUSE="debug" DEPEND=">=sys-libs/zlib-1.1.4 >=app-arch/bzip2-1.0.2" + +# Invalid RESTRICT for source package. Investigate. RESTRICT="strip" src_compile() { @@ -22,8 +23,6 @@ src_compile() { } src_install() { - cd ${S} - make install DESTDIR="${D}" || die - + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO } |