summaryrefslogtreecommitdiff
path: root/app-misc/cstream
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /app-misc/cstream
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'app-misc/cstream')
-rw-r--r--app-misc/cstream/Manifest2
-rw-r--r--app-misc/cstream/cstream-3.1.1-r1.ebuild (renamed from app-misc/cstream/cstream-3.1.1.ebuild)13
2 files changed, 6 insertions, 9 deletions
diff --git a/app-misc/cstream/Manifest b/app-misc/cstream/Manifest
index 044fb50c8c61..1f6cb923f084 100644
--- a/app-misc/cstream/Manifest
+++ b/app-misc/cstream/Manifest
@@ -1,3 +1,3 @@
DIST cstream-3.1.1.tar.gz 96609 BLAKE2B 360183c215e4aaf536d6455393b8e5a27fcfb15dc581205e53c0a160c97d028165cd9c24feea13f9a4ed11de1710ffbd1d548cadaa7fdef912eb1ee932a49ee6 SHA512 8d6364da622711f6888fd221b2f36f5da23d2a562d5a797d58d7ef361415481de8ab9ae55ae856d47c2d0141d570e22a61ab0ce9954c043877196df168f2f43a
-EBUILD cstream-3.1.1.ebuild 589 BLAKE2B 31d37e60f992ea54f3a47968d1c05e4d62f5294ddc5d539f91b14bd985a72b9d518b7dfafdef156a5cbfb1ec4ffde26bd0a985c92754fa826340b52723b9c10c SHA512 861a2f99e48c7bf55d9c45c3a691e56bfbf26c0994004a57cfa799c5ae4d0cc98d3783c6477556b5a913c186a6a128bcca2c6eae80a6d6cb125bb1dd165244d9
+EBUILD cstream-3.1.1-r1.ebuild 455 BLAKE2B a2885f659ddf5f8d7e47bf2d2757e05e9749c0822d0a6afd7e5b8047409c7b4f81b31bd12477020dd4b2d773c416c2638c32c637eef7c2031b081f00801aa802 SHA512 5d1b2608e8eede8e810d042c47101b149a6fd8b8b97b231cd63a7d2db46a9cb3e13ff1b7a11c046ec3858faff24e91bc06c40270e9c8efc6b214fcd9edaf7bbe
MISC metadata.xml 1733 BLAKE2B e33cd8b44e4d1dc0f37c60d95d1bda270d3ce7533dc2e031bb23b6a73c1a362091ab780d0a541eaac1572fa2987a30026877f91e48189818218ab8ac75285c1e SHA512 c3609fb6e7fa87dcdd924cdad07d5d9121ace333ca87fac64ae701d97f74a09d4f6788cf82793f8ce579f54b6872fe379d9f758da170ae80d770c1306106b882
diff --git a/app-misc/cstream/cstream-3.1.1.ebuild b/app-misc/cstream/cstream-3.1.1-r1.ebuild
index 17353ea486d6..dc7409c52f67 100644
--- a/app-misc/cstream/cstream-3.1.1.ebuild
+++ b/app-misc/cstream/cstream-3.1.1-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
-AT_M4DIR="auxdir"
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools
DESCRIPTION="general-purpose stream-handling tool like UNIX dd"
HOMEPAGE="http://www.cons.org/cracauer/cstream.html"
@@ -16,8 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
src_prepare() {
- # this file does not regenerated automatically by autotools-utils eclass
+ default
rm auxdir/missing || die 'failed to remove auxdir/missing'
-
- autotools-utils_src_prepare
+ eautoreconf
}