diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-03 08:59:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-03 08:59:05 +0000 |
commit | e6ba529df30e3fc9dfdf55ec5797f2f764df6e54 (patch) | |
tree | 6b38c918c796f792ef4b18b57437c05a1fd46ae8 /app-mobilephone | |
parent | fbe7acf59ebf6dc3f04a6ef108ff3887fa5d7972 (diff) |
gentoo auto-resync : 03:12:2022 - 08:59:05
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/Manifest.gz | bin | 2057 -> 2053 bytes | |||
-rw-r--r-- | app-mobilephone/scmxx/Manifest | 2 | ||||
-rw-r--r-- | app-mobilephone/scmxx/scmxx-0.9.0-r1.ebuild (renamed from app-mobilephone/scmxx/scmxx-0.9.0.ebuild) | 17 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz Binary files differindex b9f5179d6cab..fa7300498c07 100644 --- a/app-mobilephone/Manifest.gz +++ b/app-mobilephone/Manifest.gz 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.ebuild b/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 |