* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2024-06-17 22:36 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 96070b8f64929d80a2b1747cf9a609e6a098470f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 30 18:17:04 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:34:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96070b8f
app-misc/cstream: add 4.0.0
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/cstream/Manifest | 1 +
app-misc/cstream/cstream-4.0.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/app-misc/cstream/Manifest b/app-misc/cstream/Manifest
index 262961147b29..6742e145125f 100644
--- a/app-misc/cstream/Manifest
+++ b/app-misc/cstream/Manifest
@@ -1 +1,2 @@
DIST cstream-3.2.1.tar.gz 110388 BLAKE2B 4537f2affd696620f53cfdb08d8f85ba01bdc1b5db8b3d8fa3e373a1ece96f2dc1e88efed20f1278ffde87cd1456b466d87c2c2c05480abdf79af84ca7d629f7 SHA512 f40819f07e27887528d9ff1abe6183e6e97fcefc60eb0b289f20449cdef73567b2cb5f40c52bf66dd3f4c8f869bdfdcbe0faa983659e6f8f427129f75ee1ee70
+DIST cstream-4.0.0.tar.gz 113042 BLAKE2B 3f9238de2c39b62c27eece6920e20b132eaf85e4455584a3bea48024bf0017338027988a3f0b7fabcb247684dc66113412d6b5077aab1f5a59142f5ce2154d00 SHA512 fe9eedcc1a63e3dd14f569bd3ee6cce60b6d6d6169eb170086d8784cb16b4a79b93913a3ecedaf2091f342e27e3bb31db042cba118ffdd847f71d51b9039072c
diff --git a/app-misc/cstream/cstream-4.0.0.ebuild b/app-misc/cstream/cstream-4.0.0.ebuild
new file mode 100644
index 000000000000..371ec1a47a59
--- /dev/null
+++ b/app-misc/cstream/cstream-4.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 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="https://www.cons.org/cracauer/cstream.html"
+SRC_URI="https://www.cons.org/cracauer/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.2.1-Fix-implicit-function-declaration.patch
+)
+
+src_prepare() {
+ default
+
+ rm auxdir/missing || die "Failed to remove auxdir/missing"
+
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2024-06-17 22:36 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
To: gentoo-commits
commit: f588ce0d3b8a06104cf55c4a51b375f6ee9c8ed1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 30 18:17:37 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:34:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f588ce0d
app-misc/cstream: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36904
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/cstream/cstream-3.2.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/cstream/cstream-3.2.1-r1.ebuild b/app-misc/cstream/cstream-3.2.1-r1.ebuild
index 3b9594ce01ed..0348aba5fad8 100644
--- a/app-misc/cstream/cstream-3.2.1-r1.ebuild
+++ b/app-misc/cstream/cstream-3.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,8 +6,8 @@ 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"
+HOMEPAGE="https://www.cons.org/cracauer/cstream.html"
+SRC_URI="https://www.cons.org/cracauer/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2022-12-18 19:59 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-12-18 19:59 UTC (permalink / raw
To: gentoo-commits
commit: fbc15a95f7ef7df47af4fd9e3079374d6b71bc1b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 19:58:59 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 19:58:59 2022 +0000
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 <arthurzam <AT> 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2022-07-02 22:48 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-07-02 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 071635a02a465e0ecdd46e9625a0a894b1422fda
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 22:48:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 22:48:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071635a0
app-misc/cstream: add 3.2.1
Signed-off-by: Sam James <sam <AT> 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 000000000000..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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2019-12-11 20:53 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2019-12-11 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 5004356dfb22bfb369c25ad082d0dc2d96e9c6fc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 20:42:51 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 20:53:39 2019 +0000
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 <monsieurp <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2019-12-11 20:53 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2019-12-11 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 162a898792a89ccb15c7fb845013bfa0801d7b6f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 20:44:13 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 20:53:40 2019 +0000
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 <monsieurp <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2017-10-21 16:52 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-10-21 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 46b22743efcd832879526dcf9463475c4ae6fef1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 16:45:13 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 16:51:53 2017 +0000
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/
@ 2017-10-21 16:52 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-10-21 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 28cae8ca06b4a5f010f06f8a01f1946f7ae684b2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 16:45:32 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 16:51:56 2017 +0000
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..00000000000
--- 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"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-17 22:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 22:36 [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 22:36 Conrad Kostecki
2022-12-18 19:59 Arthur Zamarin
2022-07-02 22:48 Sam James
2019-12-11 20:53 Patrice Clement
2019-12-11 20:53 Patrice Clement
2017-10-21 16:52 Patrice Clement
2017-10-21 16:52 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox