From aa6868de04c1f1530693dc661c024707ee8004a5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 Nov 2008 07:46:39 +0000 Subject: Add ppc64 love for KDE 4. (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64) --- sci-chemistry/openbabel/ChangeLog | 7 +++++-- sci-chemistry/openbabel/openbabel-2.2.0.ebuild | 20 +++++++++++--------- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'sci-chemistry/openbabel') diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index e1e989b296b4..43656cf8b173 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.18 2008/07/06 21:00:29 markusle Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.19 2008/11/02 07:46:39 vapier Exp $ + + 02 Nov 2008; Mike Frysinger openbabel-2.2.0.ebuild: + Add ppc64 love for KDE 4. *openbabel-2.2.0 (06 Jul 2008) diff --git a/sci-chemistry/openbabel/openbabel-2.2.0.ebuild b/sci-chemistry/openbabel/openbabel-2.2.0.ebuild index 321eee097a0f..9886092c905a 100644 --- a/sci-chemistry/openbabel/openbabel-2.2.0.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.2.0.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0.ebuild,v 1.1 2008/07/06 21:00:29 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0.ebuild,v 1.2 2008/11/02 07:46:39 vapier Exp $ inherit eutils -DESCRIPTION="Open Babel interconverts file formats used in molecular modeling" -SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz" +DESCRIPTION="interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.sourceforge.net/" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" + RDEPEND="!sci-chemistry/babel - dev-libs/libxml2" + dev-libs/libxml2" DEPEND="${RDEPEND} - dev-libs/boost - dev-lang/perl" + dev-libs/boost + dev-lang/perl" -src_install () { - make DESTDIR="${D}" install || die "make install failed." +src_install() { + emake DESTDIR="${D}" install || die "make install failed." dodoc AUTHORS ChangeLog NEWS README THANKS cd doc dohtml *.html *.png -- cgit v1.2.3-65-gdbad