* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scmxx/
@ 2018-05-22 17:55 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-05-22 17:55 UTC (permalink / raw
To: gentoo-commits
commit: ba27e3e23bd1e45ff18305af5262b94e7b21006e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 17:53:59 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 17:53:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba27e3e2
app-mobilephone/scmxx: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-mobilephone/scmxx/scmxx-0.9.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
index f3a692ef960..2df2b2dcf4e 100644
--- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
+++ b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
@@ -17,13 +17,13 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ default
exeinto /usr/lib/scmxx
doexe contrib/*
doman docs/*.1
- rm docs/README_WIN32.txt
+ rm docs/README_WIN32.txt || die
dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scmxx/
@ 2022-12-03 6:06 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-12-03 6:06 UTC (permalink / raw
To: gentoo-commits
commit: dab8d4fc7e4548f2c761168f408def62a9329fc6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 05:00:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 06:06:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab8d4fc
app-mobilephone/scmxx: fix configure w/ clang 16
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../scmxx/{scmxx-0.9.0.ebuild => scmxx-0.9.0-r1.ebuild} | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild
similarity index 74%
rename from app-mobilephone/scmxx/scmxx-0.9.0.ebuild
rename to app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild
index 2df2b2dcf4ea..ee5459b3efd1 100644
--- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
+++ b/app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit autotools
DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
@@ -13,8 +15,15 @@ KEYWORDS="~amd64 x86"
IUSE="bluetooth nls"
RDEPEND="bluetooth? ( net-wireless/bluez )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ default
+
+ # Clang 16
+ eautoreconf
+}
src_install() {
default
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-03 6:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-22 17:55 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scmxx/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2022-12-03 6:06 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox