diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 02:47:36 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-10-14 02:47:36 +0000 |
commit | 507a2b73c1c8f27fca47a91fdd4ff8f5190c9976 (patch) | |
tree | daae3c4cc24db292f3503ce27f30ff5bb72e7d74 /dev-util/elfsh | |
parent | treecleaner removal of app-cdr/mp3burn, bug #227143. remove it from p.mask (diff) | |
download | gentoo-2-507a2b73c1c8f27fca47a91fdd4ff8f5190c9976.tar.gz gentoo-2-507a2b73c1c8f27fca47a91fdd4ff8f5190c9976.tar.bz2 gentoo-2-507a2b73c1c8f27fca47a91fdd4ff8f5190c9976.zip |
(non maintainer commit) manually place distfile on mirrors and fix up ebuild to reflect that. based on user input on bug #232141
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-util/elfsh')
-rw-r--r-- | dev-util/elfsh/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/elfsh/elfsh-0.65_rc1.ebuild | 17 |
2 files changed, 16 insertions, 9 deletions
diff --git a/dev-util/elfsh/ChangeLog b/dev-util/elfsh/ChangeLog index 464fa7906479..14d25fceb91d 100644 --- a/dev-util/elfsh/ChangeLog +++ b/dev-util/elfsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/elfsh -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/ChangeLog,v 1.8 2007/09/25 02:38:42 solar Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/ChangeLog,v 1.9 2008/10/14 02:47:36 darkside Exp $ + + 14 Oct 2008; Jeremy Olexa <darkside@gentoo.org> elfsh-0.65_rc1.ebuild: + (non maintainer commit) manually place distfile on mirrors and fix up ebuild + to reflect that. based on user input on bug #232141 25 Sep 2007; <solar@gentoo.org> metadata.xml: - update metadata.xml diff --git a/dev-util/elfsh/elfsh-0.65_rc1.ebuild b/dev-util/elfsh/elfsh-0.65_rc1.ebuild index af400b177e1d..4990c163a4dc 100644 --- a/dev-util/elfsh/elfsh-0.65_rc1.ebuild +++ b/dev-util/elfsh/elfsh-0.65_rc1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/elfsh-0.65_rc1.ebuild,v 1.2 2007/06/24 17:48:30 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/elfsh-0.65_rc1.ebuild,v 1.3 2008/10/14 02:47:36 darkside Exp $ inherit eutils toolchain-funcs -MY_PV=${PV/_/} DESCRIPTION="scripting language to modify ELF binaries" HOMEPAGE="http://elfsh.segfault.net/" -SRC_URI="mirror://gentoo/elfsh-${MY_PV}.tgz" -#http://elfsh.segfault.net/files/elfsh-${MY_PV}-portable.tgz +SRC_URI="mirror://gentoo/${P}.zip" +#http://www.eresi-project.org/browser/tags/elfsh_0_65rc1 LICENSE="GPL-2" SLOT="0" @@ -16,9 +15,12 @@ KEYWORDS="" IUSE="readline" DEPEND=">=dev-libs/expat-1.95 - readline? ( sys-libs/readline )" + readline? ( sys-libs/readline ) + app-arch/unzip + dev-libs/libhash" +RDEPEND="" -S=${WORKDIR}/${PN}-${MY_PV} +S="${WORKDIR}/tags/elfsh_0_65rc1" src_unpack() { unpack ${A} @@ -29,6 +31,7 @@ src_unpack() { -e "/^LDFLAGS/s:=:=${LDFLAGS} :" \ $(find -name Makefile) \ || die + chmod +x configure } src_compile() { |