[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2022-12-18 Thread Arthur Zamarin
commit: fbc15a95f7ef7df47af4fd9e3079374d6b71bc1b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 19:58:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 19:58:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc15a95

app-misc/cstream: Stabilize 3.2.1-r1 amd64, #886669

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/cstream/cstream-3.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cstream/cstream-3.2.1-r1.ebuild 
b/app-misc/cstream/cstream-3.2.1-r1.ebuild
index 73410bbcf8c8..3b9594ce01ed 100644
--- a/app-misc/cstream/cstream-3.2.1-r1.ebuild
+++ b/app-misc/cstream/cstream-3.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.2.1-Fix-implicit-function-declaration.patch



[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2022-07-02 Thread Sam James
commit: 071635a02a465e0ecdd46e9625a0a894b1422fda
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 22:48:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 22:48:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071635a0

app-misc/cstream: add 3.2.1

Signed-off-by: Sam James  gentoo.org>

 app-misc/cstream/Manifest |  1 +
 app-misc/cstream/cstream-3.2.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/cstream/Manifest b/app-misc/cstream/Manifest
index 47c4b98b7b6c..749aab551d88 100644
--- a/app-misc/cstream/Manifest
+++ b/app-misc/cstream/Manifest
@@ -1 +1,2 @@
 DIST cstream-3.1.1.tar.gz 96609 BLAKE2B 
360183c215e4aaf536d6455393b8e5a27fcfb15dc581205e53c0a160c97d028165cd9c24feea13f9a4ed11de1710ffbd1d548cadaa7fdef912eb1ee932a49ee6
 SHA512 
8d6364da622711f6888fd221b2f36f5da23d2a562d5a797d58d7ef361415481de8ab9ae55ae856d47c2d0141d570e22a61ab0ce9954c043877196df168f2f43a
+DIST cstream-3.2.1.tar.gz 110388 BLAKE2B 
4537f2affd696620f53cfdb08d8f85ba01bdc1b5db8b3d8fa3e373a1ece96f2dc1e88efed20f1278ffde87cd1456b466d87c2c2c05480abdf79af84ca7d629f7
 SHA512 
f40819f07e27887528d9ff1abe6183e6e97fcefc60eb0b289f20449cdef73567b2cb5f40c52bf66dd3f4c8f869bdfdcbe0faa983659e6f8f427129f75ee1ee70

diff --git a/app-misc/cstream/cstream-3.2.1.ebuild 
b/app-misc/cstream/cstream-3.2.1.ebuild
new file mode 100644
index ..315ee13ddc53
--- /dev/null
+++ b/app-misc/cstream/cstream-3.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="General-purpose stream-handling tool like UNIX dd"
+HOMEPAGE="http://www.cons.org/cracauer/cstream.html;
+SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   rm auxdir/missing || die "Failed to remove auxdir/missing"
+
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2019-12-11 Thread Patrice Clement
commit: 162a898792a89ccb15c7fb845013bfa0801d7b6f
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 11 20:44:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Dec 11 20:53:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162a8987

app-misc/cstream: clean up old.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 app-misc/cstream/cstream-3.1.1.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/app-misc/cstream/cstream-3.1.1.ebuild 
b/app-misc/cstream/cstream-3.1.1.ebuild
deleted file mode 100644
index 17353ea486d..000
--- a/app-misc/cstream/cstream-3.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AT_M4DIR="auxdir"
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="general-purpose stream-handling tool like UNIX dd"
-HOMEPAGE="http://www.cons.org/cracauer/cstream.html;
-SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_prepare() {
-   # this file does not regenerated automatically by autotools-utils eclass
-   rm auxdir/missing || die 'failed to remove auxdir/missing'
-
-   autotools-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2019-12-11 Thread Patrice Clement
commit: 5004356dfb22bfb369c25ad082d0dc2d96e9c6fc
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 11 20:42:51 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Dec 11 20:53:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5004356d

app-misc/cstream: EAPI 7 bump.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement  gentoo.org>

 app-misc/cstream/cstream-3.1.1-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/app-misc/cstream/cstream-3.1.1-r1.ebuild 
b/app-misc/cstream/cstream-3.1.1-r1.ebuild
new file mode 100644
index 000..dc7409c52f6
--- /dev/null
+++ b/app-misc/cstream/cstream-3.1.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="general-purpose stream-handling tool like UNIX dd"
+HOMEPAGE="http://www.cons.org/cracauer/cstream.html;
+SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+src_prepare() {
+   default
+   rm auxdir/missing || die 'failed to remove auxdir/missing'
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2017-10-21 Thread Patrice Clement
commit: 28cae8ca06b4a5f010f06f8a01f1946f7ae684b2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 21 16:45:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 21 16:51:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cae8ca

app-misc/cstream: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/cstream/Manifest |  1 -
 app-misc/cstream/cstream-3.0.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-misc/cstream/Manifest b/app-misc/cstream/Manifest
index 03c01555a47..4c3d9fdb027 100644
--- a/app-misc/cstream/Manifest
+++ b/app-misc/cstream/Manifest
@@ -1,2 +1 @@
-DIST cstream-3.0.0.tar.gz 98286 SHA256 
3261202434d22256bb55fbcbafdfda5fac84c9c1e5589ba2c4ded45d3dad9bfc SHA512 
53d72766071b64c81f16531e894d88c2559524e539c92616737b4c7d32c268771db2657afa5e2ad62a778e9dabaf3529f83067a12824e499767e5e9cf5f07387
 WHIRLPOOL 
2caa8a1cf9dbe646dc5a385404b377af61992f4441d879497d1745ba4cbf67afb8606185af29cba62811ddbde8a6dbff242e1a18d3b4e0573b71ecdcab3092af
 DIST cstream-3.1.1.tar.gz 96609 SHA256 
95ad4a41932edda121684eaed2435a11a26104c8193cffca0f892573acc095ae SHA512 
8d6364da622711f6888fd221b2f36f5da23d2a562d5a797d58d7ef361415481de8ab9ae55ae856d47c2d0141d570e22a61ab0ce9954c043877196df168f2f43a
 WHIRLPOOL 
efebe40cf26b8defffc12ce2f6a280cc628b62314c50f22bbe73bd23bd7fa4f26484722e0c3d2b3de5d5d7828399660bcc12abdcd8be0e8a00f5b752db88df1b

diff --git a/app-misc/cstream/cstream-3.0.0.ebuild 
b/app-misc/cstream/cstream-3.0.0.ebuild
deleted file mode 100644
index 8b05f357d5b..000
--- a/app-misc/cstream/cstream-3.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="general-purpose stream-handling tool like UNIX dd"
-HOMEPAGE="http://www.cons.org/cracauer/cstream.html;
-SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/

2017-10-21 Thread Patrice Clement
commit: 46b22743efcd832879526dcf9463475c4ae6fef1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 21 16:45:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 21 16:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b22743

app-misc/cstream: stable for amd64+x86.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/cstream/cstream-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cstream/cstream-3.1.1.ebuild 
b/app-misc/cstream/cstream-3.1.1.ebuild
index 06c9ef47f30..17353ea486d 100644
--- a/app-misc/cstream/cstream-3.1.1.ebuild
+++ b/app-misc/cstream/cstream-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_prepare() {
# this file does not regenerated automatically by autotools-utils eclass