* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2015-12-19 10:10 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2015-12-19 10:10 UTC (permalink / raw
To: gentoo-commits
commit: e1c4d6fb35c17323b97db0b34253568ae437dd10
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 09:36:01 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 10:09:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4d6fb
sci-chemistry/gelemental: Fix building with latest glibmm/libsigc++ (#566450)
Package-Manager: portage-2.2.26
sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
index 78bfcff..457cb47 100644
--- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
-inherit autotools-utils fdo-mime gnome2-utils eutils
+inherit autotools-utils fdo-mime flag-o-matic gnome2-utils eutils
DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements"
HOMEPAGE="http://freecode.com/projects/gelemental/"
@@ -45,6 +45,7 @@ PATCHES=(
AUTOTOOLS_IN_SOURCE_BUILD=1
src_configure() {
+ append-cxxflags -std=c++11 #566450
local myeconfargs=( $(use_enable doc api-docs) )
autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2015-12-25 15:13 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 15:13 UTC (permalink / raw
To: gentoo-commits
commit: f93152943f7129ddd9b9b000fcda97a9ca78bf3b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:11:58 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:11:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9315294
sci-chemistry/gelemental: amd64 stable wrt bug #568744
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
index 457cb47..841f96f 100644
--- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
LICENSE="GPL-3 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2015-12-27 16:47 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-12-27 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 888c7651025ae448b2225af9338dd8c1bfb255b3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:37:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:47:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888c7651
sci-chemistry/gelemental: Drop old
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-1.2.0.ebuild | 51 ------------------------
1 file changed, 51 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0.ebuild
deleted file mode 100644
index fe562c2..0000000
--- a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools-utils fdo-mime gnome2-utils eutils
-
-DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements"
-HOMEPAGE="http://freecode.com/projects/gelemental/"
-SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3 MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-cpp/gtkmm:2.4
- dev-cpp/glibmm:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- dev-util/intltool
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc4.3.patch
- "${FILESDIR}"/${P}-glib-2.32.patch
- "${FILESDIR}"/${P}-doxygen.patch )
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_configure() {
- local myeconfargs=( $(use_enable doc api-docs) )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install apidir="/usr/share/doc/${PF}/html"
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2015-12-27 16:47 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-12-27 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 7791140e5347ddd18705ba65c8f84215368971f0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:46:59 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:47:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7791140e
sci-chemistry/gelemental: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
index deb84c5..e85ddb0 100644
--- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils fdo-mime flag-o-matic gnome2-utils eutils
-DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements"
+DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
HOMEPAGE="http://freecode.com/projects/gelemental/"
SRC_URI="
http://www.kdau.com/files/${P}.tar.bz2
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2019-08-08 16:12 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2019-08-08 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 558d2f4b3993d9efed5b206405166115d1d3b2c3
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 16:09:24 2019 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 16:12:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558d2f4b
sci-chemistry/gelemental: version bump to 2.0.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-chemistry/gelemental/Manifest | 1 +
sci-chemistry/gelemental/gelemental-2.0.0.ebuild | 51 ++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/sci-chemistry/gelemental/Manifest b/sci-chemistry/gelemental/Manifest
index 246ba2eb9a8..c6a12eecca4 100644
--- a/sci-chemistry/gelemental/Manifest
+++ b/sci-chemistry/gelemental/Manifest
@@ -1,2 +1,3 @@
DIST gelemental-1.2.0.tar.bz2 460757 BLAKE2B 53fd40cdc37909495cd9051c83418ace482fdf17930df2a94d8cb7f44a8eff2a5e7c37e54dac4e72810b1420d0bf2722eca47eb8c375fc05ecf26b753beb4e9d SHA512 2e6ef2c22b389cff69728b01e1eb397578974362356f5132098f29a9e01a64be228a24686738bd84ea575cee5aef068d9ab3d6c20233f995ccc5f1a1cb5d5673
DIST gelemental_1.2.0-8.debian.tar.gz 29877 BLAKE2B a19c853cd426e1abdf73b48a21d1d7c830a613dc5802b1478d699d21b3211060b150c25bd525414147d02972dd9ac0940468a2f873aad03f9b7c522e862f29a7 SHA512 83c236e3b91af304c96f28c0f12577821ee2f47c9e01fb1f3664228afb002dc19b1a71e6dcd6040d09ea991d131b147ea5b36283d8ead290d50014c15e69878c
+DIST v2.0.0.tar.gz 779052 BLAKE2B 86f98a97acaf84c2bd6e03e991e226f19e65ed9c06fc43c809278d5e6d8b93645aa64ac4983166fad6b6b9b3d0ad5bba7a7cbfe2dccbbe2ea093deaaa8bdfabd SHA512 86b0f59a3508560e3882f40b820d7b24b780bb4d1619df94f3410b0832255deec8e55d11c5ad960f96fc3e16d8a624279bf53bf178bf1dacdfe80a72181e48d6
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
new file mode 100644
index 00000000000..6d8bf194fd9
--- /dev/null
+++ b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools fdo-mime flag-o-matic gnome2-utils eutils
+
+DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
+HOMEPAGE="https://github.com/ginggs/gelemental/"
+SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+ dev-cpp/gtkmm:2.4
+ dev-cpp/glibmm:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ sys-devel/gettext
+ dev-util/intltool
+ doc? ( app-doc/doxygen )"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ append-cxxflags -std=c++11 #566450
+ local myeconfargs=( $(use_enable doc api-docs) )
+
+ default
+}
+
+# src_install() {
+# de
+# autotools-utils_src_install apidir="/usr/share/doc/${PF}/html"
+# }
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ fdo-mime_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2019-08-08 16:12 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2019-08-08 16:12 UTC (permalink / raw
To: gentoo-commits
commit: d7ee508bbc62df43b7b4bbd321ac2506ecfaee12
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 15:41:47 2019 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 16:12:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ee508b
sci-chemistry/gelemental: update upstream
The package has been recently adopted by a new upstream maintainer and
is now hosted on github. Update the metadata accordingly.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild | 4 ++--
sci-chemistry/gelemental/metadata.xml | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
index 3aa41751023..27588692bfb 100644
--- a/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils fdo-mime flag-o-matic gnome2-utils eutils
DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
-HOMEPAGE="http://freecode.com/projects/gelemental/"
+HOMEPAGE="https://github.com/ginggs/gelemental/"
SRC_URI="
http://www.kdau.com/files/${P}.tar.bz2
mirror://debian/pool/main/g/${PN}/${PN}_${PV}-8.debian.tar.gz"
diff --git a/sci-chemistry/gelemental/metadata.xml b/sci-chemistry/gelemental/metadata.xml
index eb677830c9f..091878c90ab 100644
--- a/sci-chemistry/gelemental/metadata.xml
+++ b/sci-chemistry/gelemental/metadata.xml
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>tamiko@gentoo.org</email>
+ <name>Matthias Maier</name>
+ </maintainer>
<maintainer type="project">
<email>sci-chemistry@gentoo.org</email>
<name>Gentoo Chemistry Project</name>
</maintainer>
<upstream>
- <remote-id type="freecode">gelemental</remote-id>
+ <remote-id type="github">ginggs/gelemental</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2019-08-11 1:21 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2019-08-11 1:21 UTC (permalink / raw
To: gentoo-commits
commit: 2bf4112ed7ccc38496ced2b7a4aa364afd554aac
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 01:21:13 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 01:21:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf4112e
sci-chemistry/gelemental: fix SRC_URI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
sci-chemistry/gelemental/Manifest | 2 +-
sci-chemistry/gelemental/gelemental-2.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/gelemental/Manifest b/sci-chemistry/gelemental/Manifest
index c6a12eecca4..988825456b9 100644
--- a/sci-chemistry/gelemental/Manifest
+++ b/sci-chemistry/gelemental/Manifest
@@ -1,3 +1,3 @@
DIST gelemental-1.2.0.tar.bz2 460757 BLAKE2B 53fd40cdc37909495cd9051c83418ace482fdf17930df2a94d8cb7f44a8eff2a5e7c37e54dac4e72810b1420d0bf2722eca47eb8c375fc05ecf26b753beb4e9d SHA512 2e6ef2c22b389cff69728b01e1eb397578974362356f5132098f29a9e01a64be228a24686738bd84ea575cee5aef068d9ab3d6c20233f995ccc5f1a1cb5d5673
+DIST gelemental-2.0.0.tar.gz 779052 BLAKE2B 86f98a97acaf84c2bd6e03e991e226f19e65ed9c06fc43c809278d5e6d8b93645aa64ac4983166fad6b6b9b3d0ad5bba7a7cbfe2dccbbe2ea093deaaa8bdfabd SHA512 86b0f59a3508560e3882f40b820d7b24b780bb4d1619df94f3410b0832255deec8e55d11c5ad960f96fc3e16d8a624279bf53bf178bf1dacdfe80a72181e48d6
DIST gelemental_1.2.0-8.debian.tar.gz 29877 BLAKE2B a19c853cd426e1abdf73b48a21d1d7c830a613dc5802b1478d699d21b3211060b150c25bd525414147d02972dd9ac0940468a2f873aad03f9b7c522e862f29a7 SHA512 83c236e3b91af304c96f28c0f12577821ee2f47c9e01fb1f3664228afb002dc19b1a71e6dcd6040d09ea991d131b147ea5b36283d8ead290d50014c15e69878c
-DIST v2.0.0.tar.gz 779052 BLAKE2B 86f98a97acaf84c2bd6e03e991e226f19e65ed9c06fc43c809278d5e6d8b93645aa64ac4983166fad6b6b9b3d0ad5bba7a7cbfe2dccbbe2ea093deaaa8bdfabd SHA512 86b0f59a3508560e3882f40b820d7b24b780bb4d1619df94f3410b0832255deec8e55d11c5ad960f96fc3e16d8a624279bf53bf178bf1dacdfe80a72181e48d6
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
index 6d8bf194fd9..7a482363201 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
@@ -7,7 +7,7 @@ inherit autotools fdo-mime flag-o-matic gnome2-utils eutils
DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
HOMEPAGE="https://github.com/ginggs/gelemental/"
-SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2020-04-30 22:38 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2020-04-30 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 655fa4da039a460c7f689735f96c1cc1f4157c1c
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 22:33:16 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 22:33:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655fa4da
sci-chemistry/gelemental: remove dead code
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.0.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
index 7a482363201..a77a5cd7a88 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,11 +35,6 @@ src_configure() {
default
}
-# src_install() {
-# de
-# autotools-utils_src_install apidir="/usr/share/doc/${PF}/html"
-# }
-
pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2020-05-01 17:42 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-05-01 17:42 UTC (permalink / raw
To: gentoo-commits
commit: e0a1f28a5ae4245d3711ecb2429bf476e2e7ff37
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 17:41:32 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 1 17:41:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a1f28a
sci-chemistry/gelemental: amd64 stable wrt bug #720198
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
index a77a5cd7a88..06bb4b35a52 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2020-05-01 17:48 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-05-01 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 068e0568396333fbb6a7b023328c201204487473
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 17:48:13 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 1 17:48:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068e0568
sci-chemistry/gelemental: x86 stable wrt bug #720198
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
index 06bb4b35a52..96fbcf235cb 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2020-05-01 17:49 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2020-05-01 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 3528ec6326b11b6dc1ed01cbcbde060ed39129a7
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 17:46:01 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri May 1 17:48:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3528ec63
sci-chemistry/gelemental: use xdg-utils eclass
Closes: https://bugs.gentoo.org/720308
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
.../{gelemental-2.0.0.ebuild => gelemental-2.0.0-r1.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
similarity index 77%
rename from sci-chemistry/gelemental/gelemental-2.0.0.ebuild
rename to sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
index 96fbcf235cb..4affe1b9171 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools fdo-mime flag-o-matic gnome2-utils eutils
+inherit autotools eutils flag-o-matic xdg-utils
DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
HOMEPAGE="https://github.com/ginggs/gelemental/"
@@ -36,11 +36,13 @@ src_configure() {
}
pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2021-05-28 9:40 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2021-05-28 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 7691caa6130fc29f01e4d09dcbeeaa25a5fd81e4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 09:40:39 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 09:40:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7691caa6
sci-chemistry/gelemental: [QA] Disable static libraries
Closes: https://bugs.gentoo.org/792603
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
index 99ac4cd0e9f..bcad4a31e18 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
@@ -33,9 +33,12 @@ src_prepare() {
src_configure() {
append-cxxflags -std=c++11 #566450
- local myeconfargs=(
+ econf \
+ --disable-static \
$(use_enable doc api-docs)
- )
+}
- econf "${myeconfargs[@]}"
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2023-07-30 21:34 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2023-07-30 21:34 UTC (permalink / raw
To: gentoo-commits
commit: dd154eedb48f8f4076cf1be54ade2c77d1bb8d15
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 21:31:13 2023 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 21:34:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd154eed
sci-chemistry/gelemental: add 2.0.2
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-chemistry/gelemental/Manifest | 1 +
sci-chemistry/gelemental/gelemental-2.0.2.ebuild | 47 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sci-chemistry/gelemental/Manifest b/sci-chemistry/gelemental/Manifest
index f10db30bd029..e143a87c6d11 100644
--- a/sci-chemistry/gelemental/Manifest
+++ b/sci-chemistry/gelemental/Manifest
@@ -1,2 +1,3 @@
DIST gelemental-2.0.0.tar.gz 779052 BLAKE2B 86f98a97acaf84c2bd6e03e991e226f19e65ed9c06fc43c809278d5e6d8b93645aa64ac4983166fad6b6b9b3d0ad5bba7a7cbfe2dccbbe2ea093deaaa8bdfabd SHA512 86b0f59a3508560e3882f40b820d7b24b780bb4d1619df94f3410b0832255deec8e55d11c5ad960f96fc3e16d8a624279bf53bf178bf1dacdfe80a72181e48d6
DIST gelemental-2.0.1.tar.gz 779930 BLAKE2B 99d4da62c10201134868241403bc3472c5d0c1d80ae2319cf4a152655eb829e9e1c4cac35e01b89176658e99ab872c74b7415d8a453f5b6970c16c88295604b5 SHA512 e3f8e1757ff3e7843f2a860ffd41413e15a8382a3d4bd41d850b629857764b1e1508de8e825d257e5232617395d56bc5f517797301d9fe13849ceb0e48a68da2
+DIST gelemental-2.0.2.tar.gz 775839 BLAKE2B 642a868400ed362539182f7ebf1b034872018e93d7d797acbdef4ca4d2faafd44a72f16ff15273cd49152caf702b1e973a35ce6f119a85400b87664351c6ed56 SHA512 52304622df0c2edc002f17a21502875a7bd6b0d98ed7109363500e122e2947f364f2457c9425740ce4c5b063903eafd92ae04cfda05ddc8a3685c1ec92fdb8b1
diff --git a/sci-chemistry/gelemental/gelemental-2.0.2.ebuild b/sci-chemistry/gelemental/gelemental-2.0.2.ebuild
new file mode 100644
index 000000000000..b440621168c2
--- /dev/null
+++ b/sci-chemistry/gelemental/gelemental-2.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic xdg
+
+DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
+HOMEPAGE="https://github.com/ginggs/gelemental/"
+SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+ dev-cpp/gtkmm:2.4
+ dev-cpp/glibmm:2"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+PATCHES=(
+ )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ append-cxxflags -std=c++11 #566450
+
+ econf \
+ --disable-static \
+ $(use_enable doc api-docs)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2023-07-30 21:34 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2023-07-30 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 2f1413af3d43fc3f30004fdb5f7eab958e5e8b4a
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 21:31:35 2023 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 21:34:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1413af
sci-chemistry/gelemental: drop 2.0.1
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-chemistry/gelemental/Manifest | 1 -
sci-chemistry/gelemental/gelemental-2.0.1.ebuild | 48 ------------------------
2 files changed, 49 deletions(-)
diff --git a/sci-chemistry/gelemental/Manifest b/sci-chemistry/gelemental/Manifest
index e143a87c6d11..3e9ffd532262 100644
--- a/sci-chemistry/gelemental/Manifest
+++ b/sci-chemistry/gelemental/Manifest
@@ -1,3 +1,2 @@
DIST gelemental-2.0.0.tar.gz 779052 BLAKE2B 86f98a97acaf84c2bd6e03e991e226f19e65ed9c06fc43c809278d5e6d8b93645aa64ac4983166fad6b6b9b3d0ad5bba7a7cbfe2dccbbe2ea093deaaa8bdfabd SHA512 86b0f59a3508560e3882f40b820d7b24b780bb4d1619df94f3410b0832255deec8e55d11c5ad960f96fc3e16d8a624279bf53bf178bf1dacdfe80a72181e48d6
-DIST gelemental-2.0.1.tar.gz 779930 BLAKE2B 99d4da62c10201134868241403bc3472c5d0c1d80ae2319cf4a152655eb829e9e1c4cac35e01b89176658e99ab872c74b7415d8a453f5b6970c16c88295604b5 SHA512 e3f8e1757ff3e7843f2a860ffd41413e15a8382a3d4bd41d850b629857764b1e1508de8e825d257e5232617395d56bc5f517797301d9fe13849ceb0e48a68da2
DIST gelemental-2.0.2.tar.gz 775839 BLAKE2B 642a868400ed362539182f7ebf1b034872018e93d7d797acbdef4ca4d2faafd44a72f16ff15273cd49152caf702b1e973a35ce6f119a85400b87664351c6ed56 SHA512 52304622df0c2edc002f17a21502875a7bd6b0d98ed7109363500e122e2947f364f2457c9425740ce4c5b063903eafd92ae04cfda05ddc8a3685c1ec92fdb8b1
diff --git a/sci-chemistry/gelemental/gelemental-2.0.1.ebuild b/sci-chemistry/gelemental/gelemental-2.0.1.ebuild
deleted file mode 100644
index d74be9286d1e..000000000000
--- a/sci-chemistry/gelemental/gelemental-2.0.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic xdg
-
-DESCRIPTION="Periodic table viewer with detailed information on the chemical elements"
-HOMEPAGE="https://github.com/ginggs/gelemental/"
-SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="
- dev-cpp/gtkmm:2.4
- dev-cpp/glibmm:2"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-pango.patch
- )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=c++11 #566450
-
- econf \
- --disable-static \
- $(use_enable doc api-docs)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
@ 2023-12-16 16:17 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-12-16 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 1e02e072471590d42d8f2cee9bb6c7315aa7f90c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 16:17:09 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 16:17:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e02e072
sci-chemistry/gelemental: Stabilize 2.0.2 amd64, #920146
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.2.ebuild b/sci-chemistry/gelemental/gelemental-2.0.2.ebuild
index b440621168c2..2f50986518a4 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.2.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ginggs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-12-16 16:17 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-08 16:12 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/ Matthias Maier
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 16:17 Arthur Zamarin
2023-07-30 21:34 Matthias Maier
2023-07-30 21:34 Matthias Maier
2021-05-28 9:40 David Seifert
2020-05-01 17:49 Matthias Maier
2020-05-01 17:48 Agostino Sarubbo
2020-05-01 17:42 Agostino Sarubbo
2020-04-30 22:38 Matthias Maier
2019-08-11 1:21 Aaron Bauman
2019-08-08 16:12 Matthias Maier
2015-12-27 16:47 Justin Lecher
2015-12-27 16:47 Justin Lecher
2015-12-25 15:13 Agostino Sarubbo
2015-12-19 10:10 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox