* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2019-08-15 15:27 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-08-15 15:27 UTC (permalink / raw
To: gentoo-commits
commit: c480d7cea37f7a647e02bbd1e857f15dde3e51d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 15:23:12 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:27:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c480d7ce
net-misc/netsed: EAPI 7, version the distfile
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/netsed/Manifest | 1 +
net-misc/netsed/netsed-0.01b-r1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/net-misc/netsed/Manifest b/net-misc/netsed/Manifest
index 35f610b29de..194d9be217c 100644
--- a/net-misc/netsed/Manifest
+++ b/net-misc/netsed/Manifest
@@ -1,2 +1,3 @@
+DIST netsed-0.01b.tgz 6352 BLAKE2B 0aa8ed9f282f32d139e50af1a1c8d1aae118ff6e892475774125b45c229707c40544199ea70708827636a50e43b8f652138b244cb2f3857c854d49018b996fb7 SHA512 edef6ef6e39a17a46a3b4d8019ba2e742b2b5852f804df5e952461a792e3ba7a49fcc33353abf7e532e51586927f28f4b7c6da4f4fbd34a32cdf093f26163dd7
DIST netsed.tgz 6352 BLAKE2B 0aa8ed9f282f32d139e50af1a1c8d1aae118ff6e892475774125b45c229707c40544199ea70708827636a50e43b8f652138b244cb2f3857c854d49018b996fb7 SHA512 edef6ef6e39a17a46a3b4d8019ba2e742b2b5852f804df5e952461a792e3ba7a49fcc33353abf7e532e51586927f28f4b7c6da4f4fbd34a32cdf093f26163dd7
DIST netsed_0.01c-2.diff.gz 3140 BLAKE2B 211c7f71a76b74fc47cc32dbd5e9ad05a2c7c67bd95de73b0bdb09249f245ab8b0190ee79b51cf1d2f2bc99cc0b7fdf8d358851fddafb2815adc640260122c77 SHA512 5a729e9800051449f7f52989cb65232e262ac6023f21b8ec688f3ce33ed4be79f9d00993aed7773d83dbe109927a5fc6c64e4775d4958136e5c891b6b82e6b83
diff --git a/net-misc/netsed/netsed-0.01b-r1.ebuild b/net-misc/netsed/netsed-0.01b-r1.ebuild
new file mode 100644
index 00000000000..d1c95a06907
--- /dev/null
+++ b/net-misc/netsed/netsed-0.01b-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small tool for altering forwarded network data in real time"
+HOMEPAGE="http://freshmeat.net/projects/netsed"
+SRC_URI="mirror://gentoo/${PN}.tgz -> ${P}.tgz
+ mirror://gentoo/${PN}_0.01c-2.diff.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+PATCHES=(
+ netsed_0.01c-2.diff
+)
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ dobin netsed
+ doman debian/netsed.1
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2019-08-18 17:39 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-08-18 17:39 UTC (permalink / raw
To: gentoo-commits
commit: e4f36835f11c55f02c2a35c5f60d7c3ddea439e3
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 17:38:49 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 17:39:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f36835
net-misc/netsed: drop old EAPI=0 with QA issues
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/netsed/Manifest | 1 -
net-misc/netsed/netsed-0.01b.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/net-misc/netsed/Manifest b/net-misc/netsed/Manifest
index 194d9be217c..e8a114c09dc 100644
--- a/net-misc/netsed/Manifest
+++ b/net-misc/netsed/Manifest
@@ -1,3 +1,2 @@
DIST netsed-0.01b.tgz 6352 BLAKE2B 0aa8ed9f282f32d139e50af1a1c8d1aae118ff6e892475774125b45c229707c40544199ea70708827636a50e43b8f652138b244cb2f3857c854d49018b996fb7 SHA512 edef6ef6e39a17a46a3b4d8019ba2e742b2b5852f804df5e952461a792e3ba7a49fcc33353abf7e532e51586927f28f4b7c6da4f4fbd34a32cdf093f26163dd7
-DIST netsed.tgz 6352 BLAKE2B 0aa8ed9f282f32d139e50af1a1c8d1aae118ff6e892475774125b45c229707c40544199ea70708827636a50e43b8f652138b244cb2f3857c854d49018b996fb7 SHA512 edef6ef6e39a17a46a3b4d8019ba2e742b2b5852f804df5e952461a792e3ba7a49fcc33353abf7e532e51586927f28f4b7c6da4f4fbd34a32cdf093f26163dd7
DIST netsed_0.01c-2.diff.gz 3140 BLAKE2B 211c7f71a76b74fc47cc32dbd5e9ad05a2c7c67bd95de73b0bdb09249f245ab8b0190ee79b51cf1d2f2bc99cc0b7fdf8d358851fddafb2815adc640260122c77 SHA512 5a729e9800051449f7f52989cb65232e262ac6023f21b8ec688f3ce33ed4be79f9d00993aed7773d83dbe109927a5fc6c64e4775d4958136e5c891b6b82e6b83
diff --git a/net-misc/netsed/netsed-0.01b.ebuild b/net-misc/netsed/netsed-0.01b.ebuild
deleted file mode 100644
index 4072aa1d056..00000000000
--- a/net-misc/netsed/netsed-0.01b.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Small tool for altering forwarded network data in real time"
-HOMEPAGE="http://freshmeat.net/projects/netsed"
-SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz
- http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- mkdir -p "${S}"
- cd "${S}"
- unpack ${A}
-}
-
-src_compile() {
- epatch "${DISTDIR}"/${PN}_0.01c-2.diff.gz
- make CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin netsed
- doman debian/netsed.1
- dodoc README
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2019-08-18 17:39 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-08-18 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 5ecfce4dc4195437237474107e81d5ef32cb818f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 17:38:27 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 17:39:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecfce4d
net-misc/netsed: amd64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/netsed/netsed-0.01b-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netsed/netsed-0.01b-r1.ebuild b/net-misc/netsed/netsed-0.01b-r1.ebuild
index d1c95a06907..e47d88888bc 100644
--- a/net-misc/netsed/netsed-0.01b-r1.ebuild
+++ b/net-misc/netsed/netsed-0.01b-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${PN}.tgz -> ${P}.tgz
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2020-07-20 9:01 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-07-20 9:01 UTC (permalink / raw
To: gentoo-commits
commit: c1f10860bbf7b542937bb2100e23046b86da4779
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 6 14:35:49 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 09:01:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f10860
net-misc/netsed: update to 1.3
Updated HOMEPAGE and SRC_URI.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/netsed/Manifest | 1 +
net-misc/netsed/metadata.xml | 3 ---
net-misc/netsed/netsed-1.3.ebuild | 21 +++++++++++++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/net-misc/netsed/Manifest b/net-misc/netsed/Manifest
index f70f0907f00..73fd0903c11 100644
--- a/net-misc/netsed/Manifest
+++ b/net-misc/netsed/Manifest
@@ -1,3 +1,4 @@
DIST netsed-0.01b.tgz 6352 BLAKE2B 0aa8ed9f282f32d139e50af1a1c8d1aae118ff6e892475774125b45c229707c40544199ea70708827636a50e43b8f652138b244cb2f3857c854d49018b996fb7 SHA512 edef6ef6e39a17a46a3b4d8019ba2e742b2b5852f804df5e952461a792e3ba7a49fcc33353abf7e532e51586927f28f4b7c6da4f4fbd34a32cdf093f26163dd7
DIST netsed-0.01c.tgz 12987 BLAKE2B 9d31a2cde79adc944f69cc2bf522a615201fd48dd1b46152b39368f36657ebebbfa5dbdecd91c965fb63d6e06a2a37317e005483a0c60be30a3ad178157418c2 SHA512 de1a1f38698cdcfa3b39975eb7b701abb97fd5035e306b63a6d5a459e4180cf8bb49dc2430acf4767e6d9f9c673f3e1e83040edfb8f331b9b1e10b0036058c57
+DIST netsed-1.3.tar.gz 28850 BLAKE2B 3349f9266f96bc397a85f52cf8515f0c0cb047496704ab1c1605cd479016a411662b0e7b08f3b14aa53bac250ea801b88ffcbd3ecd2609eecb1596cd41fec24a SHA512 5ffed86b462c6f89dac9d19184917b5b0759b49862ba0b34701ff2d3aa8cfe55502abb0b09594eb993c50a18962f0ca30c8e9cb96d2445f8c2877189b9a9ac79
DIST netsed_0.01c-2.diff.gz 3140 BLAKE2B 211c7f71a76b74fc47cc32dbd5e9ad05a2c7c67bd95de73b0bdb09249f245ab8b0190ee79b51cf1d2f2bc99cc0b7fdf8d358851fddafb2815adc640260122c77 SHA512 5a729e9800051449f7f52989cb65232e262ac6023f21b8ec688f3ce33ed4be79f9d00993aed7773d83dbe109927a5fc6c64e4775d4958136e5c891b6b82e6b83
diff --git a/net-misc/netsed/metadata.xml b/net-misc/netsed/metadata.xml
index 40f04073415..1b2becffa26 100644
--- a/net-misc/netsed/metadata.xml
+++ b/net-misc/netsed/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <upstream>
- <remote-id type="freshmeat">netsed</remote-id>
- </upstream>
</pkgmetadata>
diff --git a/net-misc/netsed/netsed-1.3.ebuild b/net-misc/netsed/netsed-1.3.ebuild
new file mode 100644
index 00000000000..ff0fe3ff743
--- /dev/null
+++ b/net-misc/netsed/netsed-1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small tool for altering forwarded network data in real time"
+HOMEPAGE="http://silicone.homelinux.org/projects/netsed/"
+SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ dobin netsed
+ dodoc NEWS README
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2023-01-12 14:07 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-01-12 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 24249f846ad9e7c801d5fdd213d461b95e9d5391
Author: Marco Scardovi <mscardovi <AT> icloud <DOT> com>
AuthorDate: Wed Dec 28 20:59:53 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 14:07:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24249f84
net-misc/netsed: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/740806
Signed-off-by: Marco Scardovi <mscardovi <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/28879
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/netsed/{netsed-1.3.ebuild => netsed-1.3-r1.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-misc/netsed/netsed-1.3.ebuild b/net-misc/netsed/netsed-1.3-r1.ebuild
similarity index 78%
rename from net-misc/netsed/netsed-1.3.ebuild
rename to net-misc/netsed/netsed-1.3-r1.ebuild
index ff0fe3ff7439..417929a0f491 100644
--- a/net-misc/netsed/netsed-1.3.ebuild
+++ b/net-misc/netsed/netsed-1.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Small tool for altering forwarded network data in real time"
HOMEPAGE="http://silicone.homelinux.org/projects/netsed/"
@@ -10,6 +10,10 @@ SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-lang/ruby )"
src_compile() {
emake CFLAGS="${CFLAGS}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/
@ 2025-02-03 16:04 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2025-02-03 16:04 UTC (permalink / raw
To: gentoo-commits
commit: b9575807eb15b54a047bfde35f8894889218b4e3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 15:17:01 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 16:04:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9575807
net-misc/netsed: Stabilize 1.3-r1 amd64, #828306
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/netsed/netsed-1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/netsed/netsed-1.3-r1.ebuild b/net-misc/netsed/netsed-1.3-r1.ebuild
index 417929a0f491..a5cf3661a43b 100644
--- a/net-misc/netsed/netsed-1.3-r1.ebuild
+++ b/net-misc/netsed/netsed-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="http://silicone.homelinux.org/release/netsed/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-03 16:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 17:39 [gentoo-commits] repo/gentoo:master commit in: net-misc/netsed/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 16:04 Jakov Smolić
2023-01-12 14:07 Joonas Niilola
2020-07-20 9:01 Joonas Niilola
2019-08-18 17:39 Aaron Bauman
2019-08-15 15:27 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox