public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/
Date: Tue, 12 Mar 2019 06:48:05 +0000 (UTC)	[thread overview]
Message-ID: <1552373199.5162aec5c90b9cbcbade84a5136193a276d0be24.leio@gentoo> (raw)

commit:     5162aec5c90b9cbcbade84a5136193a276d0be24
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 06:38:20 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 06:46:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5162aec5

sci-mathematics/genius: bump to 1.0.23

Intentionally not bumping to 1.0.24, as that mainly just bundles
vte:0, and we don't need it just hiding as a copy, at least not
until we still have to have vte:0 packages anyways.
Other changes:

* Remove long unnecessary libgnome*, libglade and popt rdeps
* Remove gone rarian and gnome-doc-utils build deps
* Depend on minimum versions required by configure.ac
* Fix LICENSE to GPL3 _or later_
* Depend on virtual/yacc instead of local ORing of providers
* gettext shouldn't be optional, and it is required by gtk+ anyway,
  and it's build time for translations anyway (libintl at runtime)
* Remove gtk-update-icon-cache explicit dep - other packages don't
  add their own dep, but rely on gtk+ pulling it in, as that's what
  will actually use the cache. Do the same here

Unfortunately QA warns about unrecognized --disable-scrollkeeper
configure passing, but nothing worth doing about here - upstream has
commented that stuff out with "#" comments in configure.ac, instead
of "dnl" comments, thus it appears in configure and gnome2.eclass
greps finds it and passes the argument.

Closes: https://bugs.gentoo.org/605792
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sci-mathematics/genius/Manifest             |  1 +
 sci-mathematics/genius/genius-1.0.23.ebuild | 48 +++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sci-mathematics/genius/Manifest b/sci-mathematics/genius/Manifest
index ac41674e7f7..b530a96a482 100644
--- a/sci-mathematics/genius/Manifest
+++ b/sci-mathematics/genius/Manifest
@@ -1,2 +1,3 @@
 DIST genius-1.0.21.tar.xz 2539784 BLAKE2B c4b6451c422c5f5a6a41d8af9ee003f69c4d813202eedba8eccabdcb2eb2405df552487e11f4ebd546968a04b2e6da2244452871d58fcef68d68105415f6ef98 SHA512 d4f5e80e1cc6216d7f460f7de86d232566eeb30fec90b93b2e6ccb8d2d0c14aaadf9b969c9a4f940a036e246f085edd02298c769504b620d2eb97ef2a3a852da
+DIST genius-1.0.23.tar.xz 2910332 BLAKE2B 8c9822737dfd0b445092c6b96376249093f3cfece4f0b98cb1bf62e9066336875fc014798b301686a9ffcaf5e37c1f324771c5b9e86c1578455874964427cca6 SHA512 8c64235d22734a7653468d39500ebbaa38b0ba7c25e292b4e96ddf825082584bf8c70e7ddc463b685ea01d51d3e08233b4e0cf8816a9a0e3357badb90d8e43c7
 DIST genius-reference.pdf 1024944 BLAKE2B e0058fbd266a4ed4bf29306520ac64b7ff9a970fa79b5132f5556b61a97dd985fe916c888d0d5a678528ef231a9c66310dc2affe01491c7848451b3d54f58274 SHA512 04af3870104d2320b1d4b345d74d713a0dfcdf8a228002506508f437659b3ef6037ead0b1f6b37cc335692150750b58c4007fdaaddd9540233474ccd10dac285

diff --git a/sci-mathematics/genius/genius-1.0.23.ebuild b/sci-mathematics/genius/genius-1.0.23.ebuild
new file mode 100644
index 00000000000..ee3c65d9455
--- /dev/null
+++ b/sci-mathematics/genius/genius-1.0.23.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Genius Mathematics Tool and the GEL Language"
+HOMEPAGE="https://www.jirka.org/genius.html"
+SRC_URI="${SRC_URI}
+	doc? ( https://www.jirka.org/${PN}-reference.pdf )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gnome"
+
+RDEPEND="
+	>=dev-libs/glib-2.16:2
+	dev-libs/gmp:0=
+	dev-libs/mpfr:0=
+	sys-libs/ncurses:0=
+	sys-libs/readline:0=
+	gnome? (
+		>=x11-libs/gtk+-2.18:2
+		x11-libs/gtksourceview:2.0
+		>=x11-libs/vte-0.26.0:0 )
+"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	virtual/yacc
+	sys-devel/flex
+" # eautoreconf needs autoconf-archive
+
+src_configure() {
+	# Unrecognized --disable-scrollkeeper warning comes from gnome2.eclass adding it based on grep, but upstream has them commented out in .ac with "#" instead of "dnl"
+	gnome2_src_configure \
+		$(use_enable gnome) \
+		--enable-nls \
+		--disable-extra-gcc-optimization \
+		--disable-static
+}
+
+src_install() {
+	use doc && DOCS+=" ${DISTDIR}/${PN}-reference.pdf"
+	gnome2_src_install
+}


             reply	other threads:[~2019-03-12  6:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  6:48 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-12  1:49 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/ Sam James
2021-11-11 12:59 Pacho Ramos
2021-05-16 18:54 Sam James
2020-07-18 21:50 Sam James
2019-03-12 21:06 Mart Raudsepp
2019-03-12  6:48 Mart Raudsepp
2019-02-27  4:25 Aaron Bauman
2017-12-15 10:27 Andrey Grozin
2016-11-27 15:04 Pacho Ramos
2016-11-04 10:48 Pacho Ramos
2016-11-04 10:48 Pacho Ramos
2016-05-14 23:32 David Seifert
2016-05-14 23:32 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552373199.5162aec5c90b9cbcbade84a5136193a276d0be24.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox