* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-03-26 15:31 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-26 15:31 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/26 15:31:01
Modified: ChangeLog
Added: openbabel-2.3.0.ebuild
Log:
Version Bump, mainly prepared by rei4dan, #345093
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.47 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 2 Mar 2011 17:48:24 -0000 1.46
+++ ChangeLog 26 Mar 2011 15:31:01 -0000 1.47
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.46 2011/03/02 17:48:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.47 2011/03/26 15:31:01 jlec Exp $
+
+*openbabel-2.3.0 (26 Mar 2011)
+
+ 26 Mar 2011; Justin Lecher <jlec@gentoo.org> +openbabel-2.3.0.ebuild,
+ +files/openbabel-2.3.0-test_lib_path.patch:
+ Version Bump, mainly prepared by rei4dan, #345093
02 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.2.3.ebuild:
Correct Slots for gtk 3 introduction to tree
1.1 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.1&content-type=text/plain
Index: openbabel-2.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.1 2011/03/26 15:31:01 jlec Exp $
EAPI="3"
WX_GTK_VER="2.8"
inherit cmake-utils eutils wxwidgets
DESCRIPTION="Interconverts file formats used in molecular modeling"
HOMEPAGE="http://openbabel.sourceforge.net/"
SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="GPL-2"
IUSE="doc wxwidgets"
RDEPEND="
dev-cpp/eigen:2
dev-libs/libxml2:2
!sci-chemistry/babel
sci-libs/inchi
sys-libs/zlib
wxwidgets? ( x11-libs/wxGTK:2.8[X] )"
DEPEND="${RDEPEND}
>=dev-util/cmake-2.4.8"
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2"
src_prepare() {
epatch "${FILESDIR}"/${P}-test_lib_path.patch
}
src_configure() {
local mycmakeargs=""
mycmakeargs="${mycmakeargs}
-DOPENBABEL_USE_SYSTEM_INCHI=ON
$(cmake-utils_use wxwidgets BUILD_GUI)"
cmake-utils_src_configure
}
src_install() {
dohtml doc/{*.html,*.png} || die
if use doc ; then
insinto /usr/share/doc/${PF}/API/html
doins doc/API/html/* || die
fi
cmake-utils_src_install
}
src_test() {
local mycmakeargs=""
mycmakeargs="${mycmakeargs}
-DOPENBABEL_USE_SYSTEM_INCHI=ON
$(cmake-utils_use wxwidgets BUILD_GUI)
$(cmake-utils_use_enable test TESTS)"
cmake-utils_src_configure
cmake-utils_src_compile
cmake-utils_src_test
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-03-26 15:54 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-26 15:54 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/26 15:54:29
Modified: ChangeLog openbabel-2.3.0.ebuild
Log:
Added perl & python USE
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.48 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 26 Mar 2011 15:31:01 -0000 1.47
+++ ChangeLog 26 Mar 2011 15:54:29 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.47 2011/03/26 15:31:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.48 2011/03/26 15:54:29 jlec Exp $
+
+ 26 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild:
+ Added perl & python USE
*openbabel-2.3.0 (26 Mar 2011)
1.2 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?r1=1.1&r2=1.2
Index: openbabel-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbabel-2.3.0.ebuild 26 Mar 2011 15:31:01 -0000 1.1
+++ openbabel-2.3.0.ebuild 26 Mar 2011 15:54:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.1 2011/03/26 15:31:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.2 2011/03/26 15:54:29 jlec Exp $
EAPI="3"
@@ -15,7 +15,7 @@
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="GPL-2"
-IUSE="doc wxwidgets"
+IUSE="doc perl python wxwidgets"
RDEPEND="
dev-cpp/eigen:2
@@ -23,6 +23,8 @@
!sci-chemistry/babel
sci-libs/inchi
sys-libs/zlib
+ perl? ( sci-chemistry/openbabel-perl )
+ python? ( sci-chemistry/openbabel-python )
wxwidgets? ( x11-libs/wxGTK:2.8[X] )"
DEPEND="${RDEPEND}
>=dev-util/cmake-2.4.8"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-03-28 19:30 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-28 19:30 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/28 19:30:52
Modified: ChangeLog openbabel-2.3.0.ebuild
Log:
Sane check for swig version, https://sourceforge.net/tracker/?func=detail&aid=3253693&group_id=40728&atid=428740
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.50 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 26 Mar 2011 16:23:04 -0000 1.49
+++ ChangeLog 28 Mar 2011 19:30:52 -0000 1.50
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.49 2011/03/26 16:23:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.50 2011/03/28 19:30:52 jlec Exp $
+
+ 28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild,
+ +files/openbabel-2.3.0-swig.patch:
+ Sane check for swig version,
+ https://sourceforge.net/tracker/?func=detail&aid=3253693&group_id=40728&atid=
+ 428740
26 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.2.3.ebuild:
Block sci-chemistry/openbabel-{python,perl}
1.3 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?r1=1.2&r2=1.3
Index: openbabel-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openbabel-2.3.0.ebuild 26 Mar 2011 15:54:29 -0000 1.2
+++ openbabel-2.3.0.ebuild 28 Mar 2011 19:30:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.2 2011/03/26 15:54:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.3 2011/03/28 19:30:52 jlec Exp $
EAPI="3"
@@ -32,7 +32,9 @@
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2"
src_prepare() {
- epatch "${FILESDIR}"/${P}-test_lib_path.patch
+ epatch \
+ "${FILESDIR}"/${P}-test_lib_path.patch \
+ "${FILESDIR}"/${P}-swig.patch
}
src_configure() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-04-28 18:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-28 18:17 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/28 18:17:28
Modified: ChangeLog openbabel-2.3.0.ebuild
Log:
Fix circular dependencies.
(Portage version: 2.2.0_alpha30_p13/cvs/Linux x86_64)
Revision Changes Path
1.51 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 28 Mar 2011 19:30:52 -0000 1.50
+++ ChangeLog 28 Apr 2011 18:17:28 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.50 2011/03/28 19:30:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.51 2011/04/28 18:17:28 arfrever Exp $
+
+ 28 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ openbabel-2.3.0.ebuild:
+ Fix circular dependencies.
28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild,
+files/openbabel-2.3.0-swig.patch:
1.4 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?r1=1.3&r2=1.4
Index: openbabel-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openbabel-2.3.0.ebuild 28 Mar 2011 19:30:52 -0000 1.3
+++ openbabel-2.3.0.ebuild 28 Apr 2011 18:17:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.3 2011/03/28 19:30:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.4 2011/04/28 18:17:28 arfrever Exp $
EAPI="3"
@@ -23,11 +23,12 @@
!sci-chemistry/babel
sci-libs/inchi
sys-libs/zlib
- perl? ( sci-chemistry/openbabel-perl )
- python? ( sci-chemistry/openbabel-python )
wxwidgets? ( x11-libs/wxGTK:2.8[X] )"
DEPEND="${RDEPEND}
>=dev-util/cmake-2.4.8"
+PDEPEND="
+ perl? ( sci-chemistry/openbabel-perl )
+ python? ( sci-chemistry/openbabel-python )"
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-05-07 9:18 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-05-07 9:18 UTC (permalink / raw
To: gentoo-commits
jlec 11/05/07 09:18:00
Modified: ChangeLog openbabel-2.3.0.ebuild
Log:
Do not test things which are installed as PDEPEND like openbabel-python
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Revision Changes Path
1.53 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 30 Apr 2011 18:01:39 -0000 1.52
+++ ChangeLog 7 May 2011 09:18:00 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.52 2011/04/30 18:01:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.53 2011/05/07 09:18:00 jlec Exp $
+
+ 07 May 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild:
+ Do not test things which are installed as PDEPEND like openbabel-python
30 Apr 2011; Raúl Porcel <armin76@gentoo.org> openbabel-2.2.3.ebuild:
Drop sparc keywords
1.5 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?r1=1.4&r2=1.5
Index: openbabel-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openbabel-2.3.0.ebuild 28 Apr 2011 18:17:28 -0000 1.4
+++ openbabel-2.3.0.ebuild 7 May 2011 09:18:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.4 2011/04/28 18:17:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.5 2011/05/07 09:18:00 jlec Exp $
EAPI="3"
@@ -60,6 +60,7 @@
local mycmakeargs=""
mycmakeargs="${mycmakeargs}
-DOPENBABEL_USE_SYSTEM_INCHI=ON
+ -DPYTHON_EXECUTABLE=false
$(cmake-utils_use wxwidgets BUILD_GUI)
$(cmake-utils_use_enable test TESTS)"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild
@ 2011-11-21 15:36 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-21 15:36 UTC (permalink / raw
To: gentoo-commits
jlec 11/11/21 15:36:34
Modified: ChangeLog openbabel-2.3.0.ebuild
Log:
keyworded for ~ppc-macos, tested by Johan Hattne #352642
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Revision Changes Path
1.56 sci-chemistry/openbabel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 16 Jun 2011 23:56:29 -0000 1.55
+++ ChangeLog 21 Nov 2011 15:36:34 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.55 2011/06/16 23:56:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.56 2011/11/21 15:36:34 jlec Exp $
+
+ 21 Nov 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild:
+ keyworded for ~ppc-macos, tested by Johan Hattne #352642
16 Jun 2011; Jeroen Roovers <jer@gentoo.org> openbabel-2.2.3.ebuild:
Drop HPPA keywording (bug #360573).
1.6 sci-chemistry/openbabel/openbabel-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild?r1=1.5&r2=1.6
Index: openbabel-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openbabel-2.3.0.ebuild 7 May 2011 09:18:00 -0000 1.5
+++ openbabel-2.3.0.ebuild 21 Nov 2011 15:36:34 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.5 2011/05/07 09:18:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.6 2011/11/21 15:36:34 jlec Exp $
EAPI="3"
@@ -12,7 +12,7 @@
HOMEPAGE="http://openbabel.sourceforge.net/"
SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE="doc perl python wxwidgets"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-21 15:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 15:31 [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.0.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-03-26 15:54 Justin Lecher (jlec)
2011-03-28 19:30 Justin Lecher (jlec)
2011-04-28 18:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-05-07 9:18 Justin Lecher (jlec)
2011-11-21 15:36 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox