public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemtool/
@ 2020-08-29 12:30 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-08-29 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     edc73d00652fc9746ec7e2b5fa0ed5f282778e4f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 12:30:06 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 12:30:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc73d00

sci-chemistry/chemtool: Remove old

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

 sci-chemistry/chemtool/Manifest               |  1 -
 sci-chemistry/chemtool/chemtool-1.6.13.ebuild | 56 ---------------------------
 2 files changed, 57 deletions(-)

diff --git a/sci-chemistry/chemtool/Manifest b/sci-chemistry/chemtool/Manifest
index 79f89d06591..17ef99cab66 100644
--- a/sci-chemistry/chemtool/Manifest
+++ b/sci-chemistry/chemtool/Manifest
@@ -1,2 +1 @@
-DIST chemtool-1.6.13.tar.gz 838868 BLAKE2B 18bca95fafae69de98e0507d820d596a62f4fdd923f6bd79964c7561b732b53bb0bede0f2b6db2ab2d834fa229af7ac3b4b8051895bb53c964ad185b5283813c SHA512 6c248321f73b6eab4ad21e810639a1f0b14cc30db9c9fdc8fe66ee218bd88ead5e74f1f047f5badcb91b515827c2eddc64b28ead380d9b14ab5b76777e7134dd
 DIST chemtool-1.6.14.tar.gz 817735 BLAKE2B 065c5069402b5960fc2c9b686a9c0e9954b98c43a1d70385ca56e8407fffbe09fd87023f1f7177140745987c69731766f64a8b8015370ef38593bbcd3f073e64 SHA512 066c83c61aced3134b081767e788143a047889a2fee4b6535c2b0a3166bccc73d75981e1cf35b7bcaa5b8fe2e0227b28693b659decd82f7783cb4082ac6ed2bd

diff --git a/sci-chemistry/chemtool/chemtool-1.6.13.ebuild b/sci-chemistry/chemtool/chemtool-1.6.13.ebuild
deleted file mode 100644
index 8eb6ec996db..00000000000
--- a/sci-chemistry/chemtool/chemtool-1.6.13.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils eutils
-
-DESCRIPTION="A GTK program for drawing organic molecules"
-HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
-SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="emf gnome nls"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/transfig
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/pango
-	emf? ( media-libs/libemf )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-	"${FILESDIR}"/${PV}-no-underlinking.patch
-	)
-
-src_configure() {
-	local myeconfargs=(
-		--without-kdedir
-		$(use_with gnome gnomedir /usr)
-		$(use_enable emf)
-		--enable-undo
-		--enable-menu
-		)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-
-	insinto /usr/share/${PN}/examples
-	doins "${S}"/examples/*
-	if ! use nls; then rm -rf "${ED}"/usr/share/locale || die; fi
-
-	insinto /usr/share/pixmaps
-	doins chemtool.xpm
-	make_desktop_entry ${PN} Chemtool ${PN} "Education;Science;Chemistry"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemtool/
@ 2023-11-12 12:28 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2023-11-12 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a261106159eb12c438a339ecaed0587dd4fe1197
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 12:15:05 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 12:28:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2611061

sci-chemistry/chemtool: Use transfig from fig2dev

Also use a better icon for Adamantane and drop useless USE flags.

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/chemtool/Manifest                  |  1 +
 sci-chemistry/chemtool/chemtool-1.6.14-r1.ebuild | 55 ++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sci-chemistry/chemtool/Manifest b/sci-chemistry/chemtool/Manifest
index 17ef99cab669..60ea9764c148 100644
--- a/sci-chemistry/chemtool/Manifest
+++ b/sci-chemistry/chemtool/Manifest
@@ -1 +1,2 @@
 DIST chemtool-1.6.14.tar.gz 817735 BLAKE2B 065c5069402b5960fc2c9b686a9c0e9954b98c43a1d70385ca56e8407fffbe09fd87023f1f7177140745987c69731766f64a8b8015370ef38593bbcd3f073e64 SHA512 066c83c61aced3134b081767e788143a047889a2fee4b6535c2b0a3166bccc73d75981e1cf35b7bcaa5b8fe2e0227b28693b659decd82f7783cb4082ac6ed2bd
+DIST chemtool.png 1601 BLAKE2B f443547954baf296b15ae8604b84df0a5a23c3bb92df3c0f6f7e8f1d7b7ae67a90a39b9e0a50a4c5105d1f6de2796caf37d67d7a8e872dc026386486109b185b SHA512 3402a3e096dc0f8a40bced0259992478950e5bddd16281cf6b2c8f819f45964d2fd30644f5d6e81c6d72028d5d298c39621369433670f3733d8940be14044a21

diff --git a/sci-chemistry/chemtool/chemtool-1.6.14-r1.ebuild b/sci-chemistry/chemtool/chemtool-1.6.14-r1.ebuild
new file mode 100644
index 000000000000..cddf65f0df6c
--- /dev/null
+++ b/sci-chemistry/chemtool/chemtool-1.6.14-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools desktop
+
+DESCRIPTION="A GTK program for drawing organic molecules"
+HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
+SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz
+	https://upload.wikimedia.org/wikipedia/commons/5/58/Adamantane_acsv.svg -> chemtool.png"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="emf"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=media-gfx/fig2dev-3.2.9-r1
+	x11-libs/gtk+:2
+	x11-libs/libX11
+	x11-libs/pango
+	emf? ( media-libs/libemf )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-no-underlinking.patch
+	"${FILESDIR}"/${P}-fno-common.patch
+	"${FILESDIR}"/${P}-fix-tests.patch
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-undo \
+		--enable-menu \
+		--without-kdedir \
+		$(use_enable emf)
+}
+
+src_install() {
+	default
+
+	insinto /usr/share/chemtool/examples
+	doins -r examples/.
+
+	doicon "${DISTDIR}"/chemtool.png
+	make_desktop_entry chemtool Chemtool chemtool "Education;Science;Chemistry"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemtool/
@ 2025-04-12 14:52 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-04-12 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     75387ccd7c463ca4ef93b0f4ed1e5a30666d6111
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Feb 25 18:14:18 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 14:51:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75387ccd

sci-chemistry/chemtool: drop 1.6.14

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-chemistry/chemtool/chemtool-1.6.14.ebuild | 61 ---------------------------
 1 file changed, 61 deletions(-)

diff --git a/sci-chemistry/chemtool/chemtool-1.6.14.ebuild b/sci-chemistry/chemtool/chemtool-1.6.14.ebuild
deleted file mode 100644
index 3d2d12c9a70c..000000000000
--- a/sci-chemistry/chemtool/chemtool-1.6.14.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="A GTK program for drawing organic molecules"
-HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
-SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="emf gnome nls"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-gfx/transfig
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/pango
-	emf? ( media-libs/libemf )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-no-underlinking.patch
-	"${FILESDIR}"/${P}-fno-common.patch
-	"${FILESDIR}"/${P}-fix-tests.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-undo \
-		--enable-menu \
-		--without-kdedir \
-		$(use_with gnome gnomedir "${EPREFIX}"/usr) \
-		$(use_enable emf)
-}
-
-src_install() {
-	default
-
-	insinto /usr/share/chemtool/examples
-	doins -r examples/.
-
-	insinto /usr/share/pixmaps
-	doins chemtool.xpm
-
-	if ! use nls; then
-		rm -rf "${ED}"/usr/share/locale || die
-	fi
-
-	make_desktop_entry chemtool Chemtool chemtool "Education;Science;Chemistry"
-}


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

end of thread, other threads:[~2025-04-12 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12 14:52 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemtool/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12 12:28 Pacho Ramos
2020-08-29 12:30 David Seifert

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