summaryrefslogtreecommitdiff
path: root/app-mobilephone
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /app-mobilephone
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/Manifest.gzbin3548 -> 3548 bytes
-rw-r--r--app-mobilephone/scmxx/Manifest2
-rw-r--r--app-mobilephone/scmxx/scmxx-0.9.0.ebuild6
3 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz
index 0c19ff2e3de8..7bd9df52dd63 100644
--- a/app-mobilephone/Manifest.gz
+++ b/app-mobilephone/Manifest.gz
Binary files differ
diff --git a/app-mobilephone/scmxx/Manifest b/app-mobilephone/scmxx/Manifest
index f5225d3c36d5..0970fad39db9 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 640 BLAKE2B 4a0f820a99fd5e093c0736947828b9b8fab0605b2669410d9b820bda1aba3fb1a0741353318c4dbcba76b44edb87d7b2c44cb35e35e48efe762f4d57e83c49c4 SHA512 2b59d037ed9f270575533c286d117a2d4c8cb1eeb51435de03b9764effaef730919f3b6a751b2ea3ebbf0c8986f368713126b8a4d3002fa10e0f88958ff49280
+EBUILD scmxx-0.9.0.ebuild 598 BLAKE2B 8f9dd65cca771acc7787f863407d0ceeca4fc4fd5907a44a49c9bcac9cf5418f0b2189d11d493f1999ba4df5cb42e133591dfc9e346fd37e6516b16d4dc91395 SHA512 6541bd9a4d4620b1ed373ec785ba208f436fc96b573d613ba4007cb944de5b05aa5cf6b501536fe92e5fb518653b43f910700418690f62be193611b77055aff6
MISC metadata.xml 242 BLAKE2B 1a91514a9e6d19922b92abfd1e5594337c6d665c2e66d8679ff62adf411fa6bf7137f2159a822c89c76f55e23299a5a3e8c32af9e82c1d5b1afa23bafd3976fc SHA512 d0c351265118151d9fba7777f52e66caf64edd684b9b7262536a19e227acd994c7ca7188579ff7aac7a64bf3aed1faa476494c2873359db2be3031284899d7ef
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
index f3a692ef9605..2df2b2dcf4ea 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
}