summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2009-03-02 15:52:50 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2009-03-02 15:52:50 +0000
commit4ed7808b3cdcfe81c5aa76e4a081b9870fd0e4dd (patch)
treefac8fb103792d8b7346602046da0f4f62e62ad58 /sci-chemistry/openbabel
parentremove -Werror for bug #260900 (diff)
downloadgentoo-2-4ed7808b3cdcfe81c5aa76e4a081b9870fd0e4dd.tar.gz
gentoo-2-4ed7808b3cdcfe81c5aa76e4a081b9870fd0e4dd.tar.bz2
gentoo-2-4ed7808b3cdcfe81c5aa76e4a081b9870fd0e4dd.zip
Version bump, removed old beta.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog8
-rw-r--r--sci-chemistry/openbabel/openbabel-2.2.1.ebuild (renamed from sci-chemistry/openbabel/openbabel-2.2.1_beta3-r1.ebuild)8
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index 9cebb2efbee9..6b7e4e1333c6 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.22 2009/03/01 13:26:44 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.23 2009/03/02 15:52:50 cryos Exp $
+
+*openbabel-2.2.1 (02 Mar 2009)
+
+ 02 Mar 2009; Marcus D. Hanwell <cryos@gentoo.org>
+ -openbabel-2.2.1_beta3-r1.ebuild, +openbabel-2.2.1.ebuild:
+ Version bump, removed old beta.
01 Mar 2009; Marcus D. Hanwell <cryos@gentoo.org>
+files/openbabel-2.2.0-doxyfile.patch:
diff --git a/sci-chemistry/openbabel/openbabel-2.2.1_beta3-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild
index d2c526d6160c..fc4cdc19437e 100644
--- a/sci-chemistry/openbabel/openbabel-2.2.1_beta3-r1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild
@@ -1,16 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1_beta3-r1.ebuild,v 1.1 2009/02/28 20:49:33 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1.ebuild,v 1.1 2009/03/02 15:52:50 cryos Exp $
EAPI=1
inherit eutils
-MY_PV="2.2.1b3-20090215-r2890"
-
DESCRIPTION="interconverts file formats used in molecular modeling"
HOMEPAGE="http://openbabel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openbabel/${PN}-${MY_PV}.tar.gz"
+SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
@@ -26,8 +24,6 @@ DEPEND="${RDEPEND}
dev-lang/perl
doc? ( app-doc/doxygen )"
-S=${WORKDIR}/${PN}-${MY_PV}
-
src_unpack() {
unpack ${A}
cd "${S}"