diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 17:16:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-12 17:16:12 +0000 |
commit | 9bc21016c16cad6b1b2de65b47643dbf7da5b3a2 (patch) | |
tree | 8de65108771a7fbeb556221e2c671d38ce3fbb65 /dev-util/diffball/diffball-0.6.5.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-9bc21016c16cad6b1b2de65b47643dbf7da5b3a2.tar.gz gentoo-2-9bc21016c16cad6b1b2de65b47643dbf7da5b3a2.tar.bz2 gentoo-2-9bc21016c16cad6b1b2de65b47643dbf7da5b3a2.zip |
Fix repoman issues
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/diffball/diffball-0.6.5.ebuild')
-rw-r--r-- | dev-util/diffball/diffball-0.6.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/diffball/diffball-0.6.5.ebuild b/dev-util/diffball/diffball-0.6.5.ebuild deleted file mode 100644 index 837467130760..000000000000 --- a/dev-util/diffball/diffball-0.6.5.ebuild +++ /dev/null @@ -1,29 +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/diffball/diffball-0.6.5.ebuild,v 1.6 2008/10/13 21:05:46 zmedico Exp $ - -IUSE="debug" - -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" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ~sparc x86" - -DEPEND=">=dev-libs/openssl-0.9.6j - >=sys-libs/zlib-1.1.4 - >=app-arch/bzip2-1.0.2" - -src_compile() { - econf $(use_enable debug asserts) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - cd ${S} - einstall || die - - dodoc AUTHORS ChangeLog README TODO -} |