diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-08-26 16:18:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-08-26 16:18:55 +0000 |
commit | 0eb874887df48b5878da4c15df8a758bec221abd (patch) | |
tree | e4017a5e0884e10373c537e151ca5c51a6457b1b /sci-libs | |
parent | http://my.opera.com/desktopteam/blog/2011/08/26/opera-11-51-swordfish-release... (diff) | |
download | gentoo-2-0eb874887df48b5878da4c15df8a758bec221abd.tar.gz gentoo-2-0eb874887df48b5878da4c15df8a758bec221abd.tar.bz2 gentoo-2-0eb874887df48b5878da4c15df8a758bec221abd.zip |
Add missing deps on flex and bison #380651
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cifparse-obj/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild | 16 | ||||
-rw-r--r-- | sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild | 17 | ||||
-rw-r--r-- | sci-libs/cifparse-obj/metadata.xml | 2 |
4 files changed, 30 insertions, 13 deletions
diff --git a/sci-libs/cifparse-obj/ChangeLog b/sci-libs/cifparse-obj/ChangeLog index cd419751003e..e580fb83cc94 100644 --- a/sci-libs/cifparse-obj/ChangeLog +++ b/sci-libs/cifparse-obj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cifparse-obj -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.12 2010/04/05 18:18:41 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.13 2011/08/26 16:18:55 jlec Exp $ + + 26 Aug 2011; Justin Lecher <jlec@gentoo.org> cifparse-obj-6.302.ebuild, + cifparse-obj-7.025.ebuild, metadata.xml: + Add missing deps on flex and bison #380651 05 Apr 2010; Justin Lecher <jlec@gentoo.org> cifparse-obj-7.025.ebuild: Keyworded for ~x86-linux ~amd64-linux, tested by me diff --git a/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild b/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild index ef7886482f7d..49f71cc103c0 100644 --- a/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild +++ b/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild @@ -1,19 +1,25 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild,v 1.4 2008/04/08 08:01:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild,v 1.5 2011/08/26 16:18:55 jlec Exp $ inherit eutils toolchain-funcs MY_P="${PN}-v${PV}-prod-src" + DESCRIPTION="Provides an object-oriented application interface to information in mmCIF format" HOMEPAGE="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/index.html" SRC_URI="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/${MY_P}.tar.gz" + LICENSE="PDB" SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" + RDEPEND="" -DEPEND="${RDEPEND}" +DEPEND=" + sys-devel/bison + sys-devel/flex" + S="${WORKDIR}/${MY_P}" src_unpack() { @@ -21,9 +27,9 @@ src_unpack() { epatch "${FILESDIR}"/respect-flags-and-add-gcc4.patch cd "${S}" - sed -i \ + sed \ -e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \ - "${S}"/etc/make.* + -i "${S}"/etc/make.* } src_compile() { diff --git a/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild b/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild index 5cef6342b6f2..0dc290bc7a8d 100644 --- a/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild +++ b/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild @@ -1,27 +1,34 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.5 2010/04/05 18:18:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.6 2011/08/26 16:18:55 jlec Exp $ inherit eutils toolchain-funcs MY_P="${PN}-v${PV}-prod-src" + DESCRIPTION="Provides an object-oriented application interface to information in mmCIF format" HOMEPAGE="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/index.html" SRC_URI="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/source/${MY_P}.tar.gz" + LICENSE="PDB" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" + RDEPEND="" -DEPEND="${RDEPEND}" +DEPEND=" + sys-devel/bison + sys-devel/flex" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-gcc4.3.patch + + epatch \ + "${FILESDIR}"/${P}-makefile.patch \ + "${FILESDIR}"/${P}-gcc4.3.patch sed -i \ -e "s:^\(CC=\).*:\1$(tc-getCC):g" \ diff --git a/sci-libs/cifparse-obj/metadata.xml b/sci-libs/cifparse-obj/metadata.xml index 9ac9ffdb3a41..e42d0af60f42 100644 --- a/sci-libs/cifparse-obj/metadata.xml +++ b/sci-libs/cifparse-obj/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-chemistry</herd> + <herd>sci-chemistry</herd> </pkgmetadata> |