* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2020-03-11 15:52 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2020-03-11 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 70a45b71b83152429cd5dd09f5997b314a201450
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 15:50:57 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 15:52:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a45b71
sci-chemistry/gnome-chemistry-utils: Needs gnome-common
Closes: https://bugs.gentoo.org/711500
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17.ebuild
index a4cf565e9ce..40a653132cd 100644
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17.ebuild
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17.ebuild
@@ -30,8 +30,9 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
- virtual/pkgconfig
app-doc/doxygen
+ gnome-base/gnome-common
+ virtual/pkgconfig
"
src_prepare() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-02-14 16:23 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-02-14 16:23 UTC (permalink / raw
To: gentoo-commits
commit: ec86b524ccd6a624413ca7fa18982a5747a5a852
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 16:00:48 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 16:23:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec86b524
sci-chemistry/gnome-chemistry-utils: Many fixes from Debian
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/gnome-chemistry-utils/Manifest | 1 +
.../gnome-chemistry-utils-0.14.17_p5.ebuild | 70 ++++++++++++++++++++++
2 files changed, 71 insertions(+)
diff --git a/sci-chemistry/gnome-chemistry-utils/Manifest b/sci-chemistry/gnome-chemistry-utils/Manifest
index 26178430558..16dad10fb3d 100644
--- a/sci-chemistry/gnome-chemistry-utils/Manifest
+++ b/sci-chemistry/gnome-chemistry-utils/Manifest
@@ -1 +1,2 @@
DIST gnome-chemistry-utils-0.14.17.tar.xz 5911248 BLAKE2B 5d3bb4afbe3d3f620912e810717f08674d56a11c384b1fb239788cfbbb625797e8c52de2b6d940ae7f3d83847533afedd6ed961b1fa0ea1cec62dda88de1a6df SHA512 01bb964e1484e028c5965f1de74798422b448823047fcadf668dc76e98b3e214939a2f031d0182c717c4376f490e5969a4604ee66d1763e6b480032d7ae97468
+DIST gnome-chemistry-utils_0.14.17-5.debian.tar.xz 67836 BLAKE2B af9365a25740d11f798daaf38880e040c6d66b5ba0b27f52da9bc4f1391568f572eeefa6360089382a966c630b9e362276a535553faa0c0d1a498619fb500543 SHA512 15bb81b1a03c778807dd16d98bc8608fb4d0488ea33d277a048487b3b440abd0ba64edb907a57650e9b0be9dc1a6826a9baaf4a74fc140836f38baf790a767ec
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
new file mode 100644
index 00000000000..f9bcba2440c
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools xdg
+
+DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
+HOMEPAGE="http://gchemutils.nongnu.org/"
+SRC_URI="
+ http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+IUSE="gnumeric"
+
+RDEPEND="
+ >=dev-libs/glib-2.36.0:2
+ >=dev-libs/libxml2-2.4.16:2
+ >=gnome-extra/libgsf-1.14.9
+ >=sci-chemistry/bodr-5
+ >=sci-chemistry/chemical-mime-data-0.1.94
+ >=sci-chemistry/openbabel-2.3.0:0
+ >=x11-libs/cairo-1.6.0
+ >=x11-libs/gdk-pixbuf-2.22.0
+ >=x11-libs/goffice-0.10.12
+ x11-libs/gtk+:3
+ >=x11-libs/libX11-1.0.0
+ gnumeric? ( >=app-office/gnumeric-1.12.42:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-doc/doxygen
+ app-text/yelp-tools
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/_p*}"
+
+src_prepare() {
+ xdg_src_prepare
+
+ # We don't have openbabel3 yet
+ sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
+ # Debian patches
+ for p in $(<"${WORKDIR}"/debian/patches/series) ; do
+ eapply -p1 "${WORKDIR}/debian/patches/${p}"
+ done
+
+ eautoreconf
+}
+
+src_configure() {
+ # lasem is not in the tree
+ econf \
+ --without-lasem \
+ --disable-mozilla-plugin \
+ --disable-update-databases
+}
+
+src_install() {
+ default
+
+ mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
+ rm -rf "${ED}"/usr/share/mimelnk/ || die
+
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-02-14 16:23 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-02-14 16:23 UTC (permalink / raw
To: gentoo-commits
commit: c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 16:01:26 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 16:23:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c454a3
sci-chemistry/gnome-chemistry-utils: Make repoman happy
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
index f9bcba2440c..a2d0737c7d3 100644
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
@@ -44,9 +44,9 @@ src_prepare() {
# We don't have openbabel3 yet
sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
- # Debian patches
- for p in $(<"${WORKDIR}"/debian/patches/series) ; do
- eapply -p1 "${WORKDIR}/debian/patches/${p}"
+ # Debian patches
+ for p in $(<"${WORKDIR}"/debian/patches/series) ; do
+ eapply -p1 "${WORKDIR}/debian/patches/${p}"
done
eautoreconf
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-05-30 20:14 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-05-30 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 17939da0000be6d0110aed8515035e83b8c205f1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:10:54 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:10:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17939da0
sci-chemistry/gnome-chemistry-utils: Needs glu library
Closes: https://bugs.gentoo.org/792600
Thanks-to: Agostino Sarubbo
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
...tils-0.14.17_p5.ebuild => gnome-chemistry-utils-0.14.17_p5-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild
similarity index 99%
rename from sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
rename to sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild
index a2d0737c7d3..39ccfb1ca63 100644
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
>=x11-libs/goffice-0.10.12
x11-libs/gtk+:3
>=x11-libs/libX11-1.0.0
+ virtual/glu
gnumeric? ( >=app-office/gnumeric-1.12.42:= )
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-07-08 12:51 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-07-08 12:51 UTC (permalink / raw
To: gentoo-commits
commit: a20885e18041f72998e170f9f89faef764516c8c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 12:46:56 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 12:51:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20885e1
sci-chemistry/gnome-chemistry-utils: Version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/gnome-chemistry-utils/Manifest | 1 +
.../gnome-chemistry-utils-0.14.17_p6.ebuild | 71 ++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/sci-chemistry/gnome-chemistry-utils/Manifest b/sci-chemistry/gnome-chemistry-utils/Manifest
index 16dad10fb3d..78dc5b8b10e 100644
--- a/sci-chemistry/gnome-chemistry-utils/Manifest
+++ b/sci-chemistry/gnome-chemistry-utils/Manifest
@@ -1,2 +1,3 @@
DIST gnome-chemistry-utils-0.14.17.tar.xz 5911248 BLAKE2B 5d3bb4afbe3d3f620912e810717f08674d56a11c384b1fb239788cfbbb625797e8c52de2b6d940ae7f3d83847533afedd6ed961b1fa0ea1cec62dda88de1a6df SHA512 01bb964e1484e028c5965f1de74798422b448823047fcadf668dc76e98b3e214939a2f031d0182c717c4376f490e5969a4604ee66d1763e6b480032d7ae97468
DIST gnome-chemistry-utils_0.14.17-5.debian.tar.xz 67836 BLAKE2B af9365a25740d11f798daaf38880e040c6d66b5ba0b27f52da9bc4f1391568f572eeefa6360089382a966c630b9e362276a535553faa0c0d1a498619fb500543 SHA512 15bb81b1a03c778807dd16d98bc8608fb4d0488ea33d277a048487b3b440abd0ba64edb907a57650e9b0be9dc1a6826a9baaf4a74fc140836f38baf790a767ec
+DIST gnome-chemistry-utils_0.14.17-6.debian.tar.xz 68528 BLAKE2B 2e4d318a5b91ca7963829c40c5d732a0ffa7fd9f4a32a6727f4926d2d4ec57989f50bd6839da49b4fa71dc533830bd0926205e952f08d04c08320e76ab51914c SHA512 8c6fad95c5d5e0895666fb9fb880364a9e3ab89761893b812c2cf835265acb40abe6b40def0960e1b38a0eea441310a3c1af608a2bcea37d5558533c9151e309
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
new file mode 100644
index 00000000000..39ccfb1ca63
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools xdg
+
+DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
+HOMEPAGE="http://gchemutils.nongnu.org/"
+SRC_URI="
+ http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+IUSE="gnumeric"
+
+RDEPEND="
+ >=dev-libs/glib-2.36.0:2
+ >=dev-libs/libxml2-2.4.16:2
+ >=gnome-extra/libgsf-1.14.9
+ >=sci-chemistry/bodr-5
+ >=sci-chemistry/chemical-mime-data-0.1.94
+ >=sci-chemistry/openbabel-2.3.0:0
+ >=x11-libs/cairo-1.6.0
+ >=x11-libs/gdk-pixbuf-2.22.0
+ >=x11-libs/goffice-0.10.12
+ x11-libs/gtk+:3
+ >=x11-libs/libX11-1.0.0
+ virtual/glu
+ gnumeric? ( >=app-office/gnumeric-1.12.42:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-doc/doxygen
+ app-text/yelp-tools
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/_p*}"
+
+src_prepare() {
+ xdg_src_prepare
+
+ # We don't have openbabel3 yet
+ sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
+ # Debian patches
+ for p in $(<"${WORKDIR}"/debian/patches/series) ; do
+ eapply -p1 "${WORKDIR}/debian/patches/${p}"
+ done
+
+ eautoreconf
+}
+
+src_configure() {
+ # lasem is not in the tree
+ econf \
+ --without-lasem \
+ --disable-mozilla-plugin \
+ --disable-update-databases
+}
+
+src_install() {
+ default
+
+ mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
+ rm -rf "${ED}"/usr/share/mimelnk/ || die
+
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-07-08 12:51 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-07-08 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 119001a3ccb42eb0fa3a88e02b03744b0e23a99a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 12:47:10 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 12:51:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119001a3
sci-chemistry/gnome-chemistry-utils: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/gnome-chemistry-utils/Manifest | 1 -
.../gnome-chemistry-utils-0.14.17_p5-r1.ebuild | 71 ----------------------
2 files changed, 72 deletions(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/Manifest b/sci-chemistry/gnome-chemistry-utils/Manifest
index 78dc5b8b10e..fc4b980a082 100644
--- a/sci-chemistry/gnome-chemistry-utils/Manifest
+++ b/sci-chemistry/gnome-chemistry-utils/Manifest
@@ -1,3 +1,2 @@
DIST gnome-chemistry-utils-0.14.17.tar.xz 5911248 BLAKE2B 5d3bb4afbe3d3f620912e810717f08674d56a11c384b1fb239788cfbbb625797e8c52de2b6d940ae7f3d83847533afedd6ed961b1fa0ea1cec62dda88de1a6df SHA512 01bb964e1484e028c5965f1de74798422b448823047fcadf668dc76e98b3e214939a2f031d0182c717c4376f490e5969a4604ee66d1763e6b480032d7ae97468
-DIST gnome-chemistry-utils_0.14.17-5.debian.tar.xz 67836 BLAKE2B af9365a25740d11f798daaf38880e040c6d66b5ba0b27f52da9bc4f1391568f572eeefa6360089382a966c630b9e362276a535553faa0c0d1a498619fb500543 SHA512 15bb81b1a03c778807dd16d98bc8608fb4d0488ea33d277a048487b3b440abd0ba64edb907a57650e9b0be9dc1a6826a9baaf4a74fc140836f38baf790a767ec
DIST gnome-chemistry-utils_0.14.17-6.debian.tar.xz 68528 BLAKE2B 2e4d318a5b91ca7963829c40c5d732a0ffa7fd9f4a32a6727f4926d2d4ec57989f50bd6839da49b4fa71dc533830bd0926205e952f08d04c08320e76ab51914c SHA512 8c6fad95c5d5e0895666fb9fb880364a9e3ab89761893b812c2cf835265acb40abe6b40def0960e1b38a0eea441310a3c1af608a2bcea37d5558533c9151e309
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild
deleted file mode 100644
index 39ccfb1ca63..00000000000
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools xdg
-
-DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
-HOMEPAGE="http://gchemutils.nongnu.org/"
-SRC_URI="
- http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-IUSE="gnumeric"
-
-RDEPEND="
- >=dev-libs/glib-2.36.0:2
- >=dev-libs/libxml2-2.4.16:2
- >=gnome-extra/libgsf-1.14.9
- >=sci-chemistry/bodr-5
- >=sci-chemistry/chemical-mime-data-0.1.94
- >=sci-chemistry/openbabel-2.3.0:0
- >=x11-libs/cairo-1.6.0
- >=x11-libs/gdk-pixbuf-2.22.0
- >=x11-libs/goffice-0.10.12
- x11-libs/gtk+:3
- >=x11-libs/libX11-1.0.0
- virtual/glu
- gnumeric? ( >=app-office/gnumeric-1.12.42:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-doc/doxygen
- app-text/yelp-tools
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${P/_p*}"
-
-src_prepare() {
- xdg_src_prepare
-
- # We don't have openbabel3 yet
- sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
- # Debian patches
- for p in $(<"${WORKDIR}"/debian/patches/series) ; do
- eapply -p1 "${WORKDIR}/debian/patches/${p}"
- done
-
- eautoreconf
-}
-
-src_configure() {
- # lasem is not in the tree
- econf \
- --without-lasem \
- --disable-mozilla-plugin \
- --disable-update-databases
-}
-
-src_install() {
- default
-
- mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
- rm -rf "${ED}"/usr/share/mimelnk/ || die
-
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-07-27 20:35 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-27 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 9bada83e359843ce1cbd6dedb4ec78ba056b3223
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 18:28:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 20:34:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bada83e
sci-chemistry/gnome-chemistry-utils: workaround build failure with GCC 11
Closes: https://bugs.gentoo.org/790023
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
index 39ccfb1ca63..c7f9cff1105 100644
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools xdg
+inherit autotools flag-o-matic xdg
DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
HOMEPAGE="http://gchemutils.nongnu.org/"
@@ -54,6 +54,9 @@ src_prepare() {
}
src_configure() {
+ # bug #790023
+ append-cxxflags -std=c++14
+
# lasem is not in the tree
econf \
--without-lasem \
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-12-16 18:22 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-12-16 18:22 UTC (permalink / raw
To: gentoo-commits
commit: f470fda2a3db1c7940161baadde276dd9d801465
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:22:35 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:22:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f470fda2
sci-chemistry/gnome-chemistry-utils: Drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-chemistry-utils-0.14.17_p6.ebuild | 74 ----------------------
1 file changed, 74 deletions(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
deleted file mode 100644
index c7f9cff11050..000000000000
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools flag-o-matic xdg
-
-DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
-HOMEPAGE="http://gchemutils.nongnu.org/"
-SRC_URI="
- http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-IUSE="gnumeric"
-
-RDEPEND="
- >=dev-libs/glib-2.36.0:2
- >=dev-libs/libxml2-2.4.16:2
- >=gnome-extra/libgsf-1.14.9
- >=sci-chemistry/bodr-5
- >=sci-chemistry/chemical-mime-data-0.1.94
- >=sci-chemistry/openbabel-2.3.0:0
- >=x11-libs/cairo-1.6.0
- >=x11-libs/gdk-pixbuf-2.22.0
- >=x11-libs/goffice-0.10.12
- x11-libs/gtk+:3
- >=x11-libs/libX11-1.0.0
- virtual/glu
- gnumeric? ( >=app-office/gnumeric-1.12.42:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-doc/doxygen
- app-text/yelp-tools
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${P/_p*}"
-
-src_prepare() {
- xdg_src_prepare
-
- # We don't have openbabel3 yet
- sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
- # Debian patches
- for p in $(<"${WORKDIR}"/debian/patches/series) ; do
- eapply -p1 "${WORKDIR}/debian/patches/${p}"
- done
-
- eautoreconf
-}
-
-src_configure() {
- # bug #790023
- append-cxxflags -std=c++14
-
- # lasem is not in the tree
- econf \
- --without-lasem \
- --disable-mozilla-plugin \
- --disable-update-databases
-}
-
-src_install() {
- default
-
- mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
- rm -rf "${ED}"/usr/share/mimelnk/ || die
-
- find "${D}" -name '*.la' -type f -delete || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2021-12-16 18:22 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2021-12-16 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 1250be122d5f8d1a3787d94e4b99b7ac3da7713c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:22:18 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:22:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1250be12
sci-chemistry/gnome-chemistry-utils: Fix compat with openbabel
Bump eapi too
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-chemistry-utils-0.14.17_p6-r1.ebuild | 76 ++++++++++++++++++++++
1 file changed, 76 insertions(+)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild
new file mode 100644
index 000000000000..28d4cf3e6b85
--- /dev/null
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools flag-o-matic xdg
+
+DESCRIPTION="Programs and library containing GTK widgets and C++ classes related to chemistry"
+HOMEPAGE="http://gchemutils.nongnu.org/"
+SRC_URI="
+ http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+IUSE="gnumeric"
+
+RDEPEND="
+ >=dev-libs/glib-2.36.0:2
+ >=dev-libs/libxml2-2.4.16:2
+ >=gnome-extra/libgsf-1.14.9
+ >=sci-chemistry/bodr-5
+ >=sci-chemistry/chemical-mime-data-0.1.94
+ >=sci-chemistry/openbabel-2.3.0:0=
+ >=x11-libs/cairo-1.6.0
+ >=x11-libs/gdk-pixbuf-2.22.0
+ >=x11-libs/goffice-0.10.12
+ x11-libs/gtk+:3
+ >=x11-libs/libX11-1.0.0
+ virtual/glu
+ gnumeric? ( >=app-office/gnumeric-1.12.42:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-doc/doxygen
+ app-text/yelp-tools
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${P/_p*}"
+
+src_prepare() {
+ default
+
+ if has_version '<sci-chemistry/openbabel-3'; then
+ sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die
+ fi
+
+ # Debian patches
+ for p in $(<"${WORKDIR}"/debian/patches/series) ; do
+ eapply -p1 "${WORKDIR}/debian/patches/${p}"
+ done
+
+ eautoreconf
+}
+
+src_configure() {
+ # bug #790023
+ append-cxxflags -std=c++14
+
+ # lasem is not in the tree
+ econf \
+ --without-lasem \
+ --disable-mozilla-plugin \
+ --disable-update-databases
+}
+
+src_install() {
+ default
+
+ mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
+ rm -rf "${ED}"/usr/share/mimelnk/ || die
+
+ find "${D}" -name '*.la' -type f -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/
@ 2023-01-28 13:29 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2023-01-28 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 642aae338e845ef577100a29b40ae1004c1a3ff1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 12:21:30 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 13:28:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642aae33
sci-chemistry/gnome-chemistry-utils: Fix dependency
Closes: https://bugs.gentoo.org/891811
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
....14.17_p6-r1.ebuild => gnome-chemistry-utils-0.14.17_p6-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild
similarity index 96%
rename from sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild
rename to sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild
index 28d4cf3e6b85..1016b0732c17 100644
--- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r1.ebuild
+++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,7 @@ RDEPEND="
>=x11-libs/cairo-1.6.0
>=x11-libs/gdk-pixbuf-2.22.0
>=x11-libs/goffice-0.10.12
- x11-libs/gtk+:3
+ x11-libs/gtk+:3[X]
>=x11-libs/libX11-1.0.0
virtual/glu
gnumeric? ( >=app-office/gnumeric-1.12.42:= )
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-01-28 13:29 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 20:14 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-01-28 13:29 Pacho Ramos
2021-12-16 18:22 Pacho Ramos
2021-12-16 18:22 Pacho Ramos
2021-07-27 20:35 Sam James
2021-07-08 12:51 Pacho Ramos
2021-07-08 12:51 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2020-03-11 15:52 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox