diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-01-02 02:55:57 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-01-02 02:55:57 +0000 |
commit | dd7bb65e335cc250e30b324ff3df25879fb65814 (patch) | |
tree | 333532d1ae7ab17060b972683100a3089571517c /dev-libs/libelf | |
parent | initial release (diff) | |
download | historical-dd7bb65e335cc250e30b324ff3df25879fb65814.tar.gz historical-dd7bb65e335cc250e30b324ff3df25879fb65814.tar.bz2 historical-dd7bb65e335cc250e30b324ff3df25879fb65814.zip |
do not install with elfutils present
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r-- | dev-libs/libelf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libelf/libelf-0.7.0.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/libelf/libelf-0.8.2.ebuild | 7 |
3 files changed, 13 insertions, 8 deletions
diff --git a/dev-libs/libelf/ChangeLog b/dev-libs/libelf/ChangeLog index f8b792a2ecdb..0528fb4d2388 100644 --- a/dev-libs/libelf/ChangeLog +++ b/dev-libs/libelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libelf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.5 2002/12/18 16:37:47 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.6 2003/01/02 02:55:57 azarah Exp $ + + 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org> : + Add "!dev-libs/elfutils" to DEPEND, as elfutils replaces libelf ... 18 Dec 2002; Mark Guertin <gerk@gentoo.org> libelf-0.8.2.ebuild : set ppc in keywords diff --git a/dev-libs/libelf/libelf-0.7.0.ebuild b/dev-libs/libelf/libelf-0.7.0.ebuild index 74668c8a12c7..03718647dbdf 100644 --- a/dev-libs/libelf/libelf-0.7.0.ebuild +++ b/dev-libs/libelf/libelf-0.7.0.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.7.0.ebuild,v 1.8 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.7.0.ebuild,v 1.9 2003/01/02 02:55:57 azarah Exp $ IUSE="nls" -S=${WORKDIR}/${P} +S="${WORKDIR}/${P}" DESCRIPTION="A ELF object file access library" SRC_URI="http://www.stud.uni-hannover.de/~michael/software/libelf-0.7.0.tar.gz" HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" -DEPEND="nls? ( sys-devel/gettext )" +DEPEND="!dev-libs/elfutils + nls? ( sys-devel/gettext )" src_compile() { local myconf diff --git a/dev-libs/libelf/libelf-0.8.2.ebuild b/dev-libs/libelf/libelf-0.8.2.ebuild index 75dc736fb8c6..f89eef45edf6 100644 --- a/dev-libs/libelf/libelf-0.8.2.ebuild +++ b/dev-libs/libelf/libelf-0.8.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.7 2002/12/18 16:37:47 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.8 2003/01/02 02:55:57 azarah Exp $ IUSE="nls" -S=${WORKDIR}/${P} +S="${WORKDIR}/${P}" DESCRIPTION="A ELF object file access library" SRC_URI="http://www.stud.uni-hannover.de/~michael/software/${P}.tar.gz" HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" @@ -13,7 +13,8 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" -DEPEND="nls? ( sys-devel/gettext )" +DEPEND="!dev-libs/elfutils + nls? ( sys-devel/gettext )" src_compile() { local myconf="" |