diff options
-rw-r--r-- | sci-chemistry/babel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/babel/babel-1.6.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/sci-chemistry/babel/ChangeLog b/sci-chemistry/babel/ChangeLog index a829584adee4..52e050b61ed9 100644 --- a/sci-chemistry/babel/ChangeLog +++ b/sci-chemistry/babel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/babel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.13 2012/03/06 16:11:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.14 2012/03/06 17:58:31 jlec Exp $ + + 06 Mar 2012; Justin Lecher <jlec@gentoo.org> -babel-1.6.ebuild: + Drop Old 06 Mar 2012; Brent Baude <ranger@gentoo.org> babel-1.6-r1.ebuild: Marking babel-1.6-r1 ppc for bug 393887 diff --git a/sci-chemistry/babel/babel-1.6.ebuild b/sci-chemistry/babel/babel-1.6.ebuild deleted file mode 100644 index 9bafecc8a5e0..000000000000 --- a/sci-chemistry/babel/babel-1.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild,v 1.7 2011/06/25 18:08:12 jlec Exp $ - -inherit eutils - -DESCRIPTION="Interconvert file formats used in molecular modeling" -SRC_URI="http://smog.com/chem/babel/files/${P}.tar.Z" -HOMEPAGE="http://smog.com/chem/babel/" - -KEYWORDS="~amd64 ppc x86" -SLOT="0" -LICENSE="as-is" -IUSE="" - -#Doesn't really seem to depend on anything (?) -DEPEND="!sci-chemistry/openbabel" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${P}.tar.Z - cd "${S}" -#Patch the Makefile for gentoo-isms - epatch \ - "${FILESDIR}"/${P}-gentoo.diff\ - "${FILESDIR}"/${P}-gcc32.diff -} - -src_compile() { - emake || die -} - -src_install () { - emake DESTDIR="${D}"/usr/bin install || die - - insinto /usr/share/${PN} - doins "${S}"/*.lis - - doenvd "${FILESDIR}"/10babel - dodoc README.1ST -} |