public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2017-05-24 13:46 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-05-24 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1415c2fa5afd77b2869fb1ba9642c44506bd97d3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 13:45:33 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 24 13:45:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1415c2fa

sci-chemistry/ghemical: ppc stable wrt bug #615566

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index db6ef73b880..81926c8cc7b 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="openbabel seamonkey threads"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2019-06-23 13:11 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2019-06-23 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e6ab14d4a9ed77993f1934a7b4aff74ae393ef79
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 13:10:42 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 13:10:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ab14d4

sci-chemistry/ghemical: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index 5704b7df145..4186af7e725 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools desktop
 
@@ -18,12 +18,12 @@ RDEPEND="
 	dev-libs/glib:2
 	gnome-base/libglade:2.0
 	sci-chemistry/mpqc
-	>=sci-libs/libghemical-3.0.0
-	>=x11-libs/liboglappth-1.0.0
+	>=sci-libs/libghemical-3.0.0:=
+	>=x11-libs/liboglappth-1.0.0:=
 	virtual/opengl
-	x11-libs/pango
+	x11-libs/pango:0=
 	x11-libs/gtk+:2
-	x11-libs/gtkglext
+	x11-libs/gtkglext:0=
 	openbabel? ( sci-chemistry/openbabel )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
@@ -39,11 +39,8 @@ src_configure() {
 	# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now.
 
 	# Change the built-in help browser.
-	if use seamonkey ; then
-		sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed failed for seamonkey!"
-	else
-		sed -i -e 's|mozilla|firefox|g' src/gtk_app.cpp || die "sed failed for firefox!"
-	fi
+	sed -e "s|mozilla|$(usex seamonkey seamonkey firefox)|g" \
+		-i src/gtk_app.cpp || die "sed failed for $(usex seamonkey seamonkey firefox)!"
 
 	econf \
 		$(use_enable openbabel) \
@@ -51,6 +48,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	make_desktop_entry /usr/bin/ghemical Ghemical /usr/share/ghemical/${PV}/pixmaps/ghemical.png
+	default
+	make_desktop_entry ghemical Ghemical /usr/share/ghemical/${PV}/pixmaps/ghemical.png
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2018-11-28  9:58 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-11-28  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     65ab6ebc2e0ed4f287f7787deeebc8064f73b075
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 11:58:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 09:58:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ab6ebc

sci-chemistry/ghemical: Make USE=seamonkey local

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-chemistry/ghemical/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-chemistry/ghemical/metadata.xml b/sci-chemistry/ghemical/metadata.xml
index 05b56d91546..90f25b17693 100644
--- a/sci-chemistry/ghemical/metadata.xml
+++ b/sci-chemistry/ghemical/metadata.xml
@@ -15,5 +15,6 @@ visualization tools are currently available.
   <use>
     <flag name="openbabel">Use <pkg>sci-chemistry/openbabel</pkg> for file
     conversions</flag>
+    <flag name="seamonkey">Add support for the Seamonkey web-browser</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2018-04-17 20:25 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2018-04-17 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cba6e37aeb123daf38678d90bb2fd26b2d5a599a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 09:54:25 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:25:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba6e37a

sci-chemistry/ghemical: Drop stable keywords

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index ed816b7a549..5704b7df145 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools desktop
 
 DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
 HOMEPAGE="http://bioinformatics.org/ghemical/"
@@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="openbabel seamonkey threads"
 
 RDEPEND="
@@ -36,9 +36,9 @@ src_prepare() {
 }
 
 src_configure() {
-# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now.
+	# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now.
 
-# Change the built-in help browser.
+	# Change the built-in help browser.
 	if use seamonkey ; then
 		sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed failed for seamonkey!"
 	else


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2017-09-12 23:16 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2017-09-12 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c261b703de83c002aef87d8f422ed3bf5e465cbc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 23:16:37 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 23:16:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c261b703

sci-chemistry/ghemical: dropped ppc keywords

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index 81926c8cc7b..ed816b7a549 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="openbabel seamonkey threads"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2017-06-03  8:39 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2017-06-03  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1db7877b9c10b4857bced16c60fda6dde2910713
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 19:33:38 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:39:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db7877b

sci-chemistry/ghemical: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/ghemical/Manifest                  |  1 -
 sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild | 54 ------------------------
 2 files changed, 55 deletions(-)

diff --git a/sci-chemistry/ghemical/Manifest b/sci-chemistry/ghemical/Manifest
index 1f09b8d3774..0484dffeab7 100644
--- a/sci-chemistry/ghemical/Manifest
+++ b/sci-chemistry/ghemical/Manifest
@@ -1,2 +1 @@
-DIST ghemical-2.99.2.tar.gz 2168844 SHA256 dbe4796582f8a125121e70c0171bc834d4a8121200354f2ef620583b767e6c4d SHA512 bb336c93f052992d3e878aec224d9b19a0cf524a9685e087c50eb6070ab555ac79a1ffe26c117fbcf961a156f2f245f0912675f33a9d2c3c4230a53faa366e1f WHIRLPOOL e3cbaa396315ab886dab46d8bec9aae7c09b12cbc4e626c42b8ef064b92b44566ebcfc72cb876c0efb2edae91260707beef85260e202263f202d6779885b187c
 DIST ghemical-3.0.0.tar.gz 2196716 SHA256 babb2bda93cf0c20f234452eeb7d19d1d8c0e4c4d611734f110f8de066a1bcb2 SHA512 d4dd0b063a4dea33fa7430e77a2da253c74079fd8b5f21e8c2b5da1383f3689b93305417e1bf0d4908b87c91afb33c3266dd6bd6fbcd768cc98614a3f730ee94 WHIRLPOOL 80dcc426bbd17d57a346d6703d2b5366c7489666f33bb9ec2a1f36cf0e133e2b6c944a5f328cd3882241812b0856c59b3b3cd1648d59498ca80467ea65fe7971

diff --git a/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild b/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild
deleted file mode 100644
index ff0023847e7..00000000000
--- a/sci-chemistry/ghemical/ghemical-2.99.2-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit autotools eutils
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="openbabel seamonkey threads"
-
-RDEPEND="
-	dev-libs/glib:2
-	gnome-base/libglade:2.0
-	sci-chemistry/mpqc
-	>=sci-libs/libghemical-2.99
-	>=x11-libs/liboglappth-0.98
-	virtual/opengl
-	x11-libs/pango
-	x11-libs/gtk+:2
-	x11-libs/gtkglext
-	openbabel? ( sci-chemistry/openbabel )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}-docs.patch
-	eautoreconf
-}
-
-src_configure() {
-# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now.
-
-# Change the built-in help browser.
-	if use seamonkey ; then
-		sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed failed for seamonkey!"
-	else
-		sed -i -e 's|mozilla|firefox|g' src/gtk_app.cpp || die "sed failed for firefox!"
-	fi
-
-	econf \
-		$(use_enable openbabel) \
-		$(use_enable threads)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
-	make_desktop_entry /usr/bin/ghemical Ghemical /usr/share/ghemical/${PV}/pixmaps/ghemical.png
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2017-05-20  8:49 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-05-20  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d1d78205755a99f094c5febbb41463b5289a9227
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 08:46:54 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 20 08:46:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d78205

sci-chemistry/ghemical: amd64 stable wrt bug #615566

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index abe9e85c6ed..f0fc6456b56 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="openbabel seamonkey threads"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/
@ 2017-04-14 19:00 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2017-04-14 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6c14143f8197188bdba449ef800f12c19ee34a67
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 18:16:53 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 18:59:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c14143f

sci-chemistry/ghemical: Bump EAPI to 6

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 10 ++++++----
 sci-chemistry/ghemical/metadata.xml          | 16 ++++++++--------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
index 4c2d4ebec07..abe9e85c6ed 100644
--- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
+++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
 inherit autotools eutils
 
@@ -28,8 +28,10 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}"/2.99.2-docs.patch )
+
 src_prepare() {
-	epatch "${FILESDIR}"/2.99.2-docs.patch
+	default
 	eautoreconf
 }
 
@@ -49,6 +51,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
+	emake DESTDIR="${D}" install
 	make_desktop_entry /usr/bin/ghemical Ghemical /usr/share/ghemical/${PV}/pixmaps/ghemical.png
 }

diff --git a/sci-chemistry/ghemical/metadata.xml b/sci-chemistry/ghemical/metadata.xml
index 8dbe075a6c0..05b56d91546 100644
--- a/sci-chemistry/ghemical/metadata.xml
+++ b/sci-chemistry/ghemical/metadata.xml
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>sci-chemistry@gentoo.org</email>
-  <name>Gentoo Chemistry Project</name>
-</maintainer>
-<longdescription>
+  <maintainer type="project">
+    <email>sci-chemistry@gentoo.org</email>
+    <name>Gentoo Chemistry Project</name>
+  </maintainer>
+  <longdescription>
 Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models 
 and molecular mechanics models (there is an experimental Tripos 5.2-like force 
 field for organic molecules). Also a tool for reduced protein models is 
 included. Geometry optimization, molecular dynamics and a large set of 
 visualization tools are currently available.
 </longdescription>
-<use>
-  <flag name="openbabel">Use <pkg>sci-chemistry/openbabel</pkg> for file
+  <use>
+    <flag name="openbabel">Use <pkg>sci-chemistry/openbabel</pkg> for file
     conversions</flag>
-</use>
+  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-23 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24 13:46 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2019-06-23 13:11 David Seifert
2018-11-28  9:58 Michał Górny
2018-04-17 20:25 David Seifert
2017-09-12 23:16 Matt Turner
2017-06-03  8:39 Justin Lecher
2017-05-20  8:49 Agostino Sarubbo
2017-04-14 19:00 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox