From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/
Date: Mon, 26 Dec 2022 15:49:23 +0000 (UTC) [thread overview]
Message-ID: <1672069720.ea510208f6da75d9e87b6f7ac7305645ac04dbb1.soap@gentoo> (raw)
commit: ea510208f6da75d9e87b6f7ac7305645ac04dbb1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:48:40 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:48:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea510208
sci-calculators/tilp2: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{tilp2-1.18.ebuild => tilp2-1.18-r1.ebuild} | 26 ++++++++++------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
similarity index 76%
rename from sci-calculators/tilp2/tilp2-1.18.ebuild
rename to sci-calculators/tilp2/tilp2-1.18-r1.ebuild
index 5cad6f355541..ff566c357e29 100644
--- a/sci-calculators/tilp2/tilp2-1.18.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.18-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools xdg
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls static-libs"
+IUSE="nls"
RDEPEND="
dev-libs/glib:2
@@ -22,32 +22,30 @@ RDEPEND="
>=sci-libs/libtifiles2-1.1.7
>=sci-libs/libticonv-1.1.5
x11-libs/gtk+:2
- nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-PATCHES=(
- "${FILESDIR}"/${PN}-1.18-nonbash.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-1.18-nonbash.patch )
src_prepare() {
default
# The ac macro AC_PATH_KDE was provided by "acinclude.m4" in 1.17.
# This file is missing in the current version which will cause an autoconf error.
# But since we don't build with kde support, we may safely remove all its reverse dependencies.
- sed -i -e '/AC_PATH_KDE/d' configure.ac
+ sed -i -e '/AC_PATH_KDE/d' configure.ac || die
sed -i \
-e 's/@[^@]*\(KDE\|QT\|KIO\)[^@]*@//g' \
-e 's/@X_LDFLAGS@//g' \
- src/Makefile.am
+ src/Makefile.am || die
eautoreconf
}
src_configure() {
# kde seems to be kde3 only
- econf --without-kde \
- $(use_enable nls) \
- $(use_enable static-libs static)
+ econf \
+ --without-kde \
+ $(use_enable nls)
}
next reply other threads:[~2022-12-26 15:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 15:49 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-28 7:47 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/ Arthur Zamarin
2021-03-05 20:27 Sam James
2020-09-20 13:51 David Seifert
2017-01-19 12:35 David Seifert
2017-01-15 13:34 David Seifert
2016-10-23 17:47 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=1672069720.ea510208f6da75d9e87b6f7ac7305645ac04dbb1.soap@gentoo \
--to=soap@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