From e6ba529df30e3fc9dfdf55ec5797f2f764df6e54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Dec 2022 08:59:05 +0000 Subject: gentoo auto-resync : 03:12:2022 - 08:59:05 --- app-mobilephone/Manifest.gz | Bin 2057 -> 2053 bytes app-mobilephone/scmxx/Manifest | 2 +- app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild | 38 ++++++++++++++++++++++++++++ app-mobilephone/scmxx/scmxx-0.9.0.ebuild | 29 --------------------- 4 files changed, 39 insertions(+), 30 deletions(-) create mode 100644 app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild delete mode 100644 app-mobilephone/scmxx/scmxx-0.9.0.ebuild (limited to 'app-mobilephone') diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz index b9f5179d6cab..fa7300498c07 100644 Binary files a/app-mobilephone/Manifest.gz and b/app-mobilephone/Manifest.gz differ diff --git a/app-mobilephone/scmxx/Manifest b/app-mobilephone/scmxx/Manifest index 82ac2a184126..bd9ed3fd43b8 100644 --- a/app-mobilephone/scmxx/Manifest +++ b/app-mobilephone/scmxx/Manifest @@ -1,3 +1,3 @@ DIST scmxx-0.9.0.tar.bz2 250681 BLAKE2B b9426df1a4c3a78eae17048490a7627b6cd49e91839fa254fc1a06174337ce532228a217c911b7743bf6d87ad986c3148056b63f4f1cc6f82be948315dfdf22c SHA512 755877badfc846fa33ea29a38c9f8408f62d5343e0927438640ac923e8fccfcc1a0ffeae82f707d5ac1632022a15eaa2d9816602420212f171e29505c109f20f -EBUILD scmxx-0.9.0.ebuild 598 BLAKE2B 8f9dd65cca771acc7787f863407d0ceeca4fc4fd5907a44a49c9bcac9cf5418f0b2189d11d493f1999ba4df5cb42e133591dfc9e346fd37e6516b16d4dc91395 SHA512 6541bd9a4d4620b1ed373ec785ba208f436fc96b573d613ba4007cb944de5b05aa5cf6b501536fe92e5fb518653b43f910700418690f62be193611b77055aff6 +EBUILD scmxx-0.9.0-r1.ebuild 677 BLAKE2B 8acb4c05cc20e9b0f41c38c46acd74e13217d7d8600735a06bc06f34ca1813d092b04f419d774c4de49fd65593c5285ec495d640b8b7e4b2ab44ac6e679ab707 SHA512 d3db82946322737513090e9bc4841701f865dfc164755e501d11a6649d78b79000caee6f956d6f9e162f8d6f1c009bd9ac6dbfad7ec9f42274aa6b6528fd3996 MISC metadata.xml 243 BLAKE2B 677353d63a37a6fe365753677979c34829b8c5b6f27a21e9c346bd0fe2b273a82b289c9f5af3d427b1637ad04a1ab6c6a17ba690acdd582138886c3827c3bf2d SHA512 556345e1fae0624b1aef6cab7dc7458a8e86b1e51b17d97060dc062915a27eab2ae5083d07b35652e83f6db4358bbb327bd08c3c30d2ed68f3ba50175658acdb diff --git a/app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild new file mode 100644 index 000000000000..ee5459b3efd1 --- /dev/null +++ b/app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Exchange data with Siemens phones" +HOMEPAGE="http://www.hendrik-sattler.de/scmxx/" +SRC_URI="mirror://sourceforge/scmxx/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86" +IUSE="bluetooth nls" + +RDEPEND="bluetooth? ( net-wireless/bluez )" +DEPEND="${RDEPEND}" +BDEPEND="nls? ( sys-devel/gettext )" + +src_prepare() { + default + + # Clang 16 + eautoreconf +} + +src_install() { + default + + exeinto /usr/lib/scmxx + doexe contrib/* + + doman docs/*.1 + + rm docs/README_WIN32.txt || die + dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt +} diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild deleted file mode 100644 index 2df2b2dcf4ea..000000000000 --- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Exchange data with Siemens phones" -HOMEPAGE="http://www.hendrik-sattler.de/scmxx/" -SRC_URI="mirror://sourceforge/scmxx/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="bluetooth nls" - -RDEPEND="bluetooth? ( net-wireless/bluez )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_install() { - default - - exeinto /usr/lib/scmxx - doexe contrib/* - - doman docs/*.1 - - rm docs/README_WIN32.txt || die - dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt -} -- cgit v1.2.3