diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 17:37:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-10 17:37:51 +0000 |
commit | 574363305eb155b7048093790c38b40974d4d017 (patch) | |
tree | b3882e34a7752c8eead9aec6d7331fc08e21da3f /net-p2p/dclib/dclib-0.3.7.ebuild | |
parent | Dependency update: dev-util/guile -> dev-scheme/guile. (diff) | |
download | gentoo-2-574363305eb155b7048093790c38b40974d4d017.tar.gz gentoo-2-574363305eb155b7048093790c38b40974d4d017.tar.bz2 gentoo-2-574363305eb155b7048093790c38b40974d4d017.zip |
Drop old, version bump, bug 156051
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p/dclib/dclib-0.3.7.ebuild')
-rw-r--r-- | net-p2p/dclib/dclib-0.3.7.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net-p2p/dclib/dclib-0.3.7.ebuild b/net-p2p/dclib/dclib-0.3.7.ebuild index 743a415b7bd2..cb918a2c50a0 100644 --- a/net-p2p/dclib/dclib-0.3.7.ebuild +++ b/net-p2p/dclib/dclib-0.3.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.7.ebuild,v 1.10 2006/10/01 16:35:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.7.ebuild,v 1.11 2007/01/10 17:37:51 armin76 Exp $ -inherit toolchain-funcs eutils +inherit eutils DESCRIPTION="DirectConnect client library" HOMEPAGE="http://dcgui.berlios.de/" @@ -16,13 +16,12 @@ DEPEND=">=app-arch/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" src_unpack() { - unpack ${A} - cd ${S} - [ `gcc-major-version` == 2 ] && epatch ${FILESDIR}/${P}-gcc2.patch - epatch ${FILESDIR}/${P}-hashfix.patch + unpack ${A} && cd "${S}" + + epatch "${FILESDIR}/${P}-hashfix.patch" } src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |