* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2018-05-09 10:28 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-05-09 10:28 UTC (permalink / raw
To: gentoo-commits
commit: c76c03a0c8bc987f83a7b8eb9a95734d59ac115a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 9 10:28:13 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 9 10:28:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76c03a0
net-misc/ipsorcery: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild | 31 ----------------------------
1 file changed, 31 deletions(-)
diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild
deleted file mode 100644
index 092da8b8b03..00000000000
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-S=${WORKDIR}/ipsorc-${PV}
-
-src_prepare() {
- sed -i \
- -e 's:-g -O2:$(LDFLAGS) $(CFLAGS):' \
- Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" con || die
-}
-
-src_install() {
- dosbin ipmagic || die
- dodoc BUGS changelog HOWTO README
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2020-02-08 14:18 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-02-08 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 5e4015338af9264e5e6b33a1c50ea2ed11f0b887
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 14:17:42 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 14:17:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e401533
net-misc/ipsorcery: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
index 3598a8d8e95..515c5f784c8 100644
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
+++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets"
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2020-02-04 17:30 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2020-02-04 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 29eb6d9689cb18494c32a24bf03b25bfc1168b65
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 17:30:10 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 17:30:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eb6d96
net-misc/ipsorcery: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=708232
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
index f937dc446a4..3598a8d8e95 100644
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
+++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets"
HOMEPAGE="https://www.gentoo.org/"
@@ -29,6 +29,7 @@ PATCHES=(
)
src_compile() {
+ append-cflags -fcommon
emake \
CC="$(tc-getCC)" \
PKG_CONFIG=$(tc-getPKG_CONFIG) \
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2018-05-09 10:28 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-05-09 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 7fa3e70dbc8f49899561d27afdf2a980ad711abd
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 9 10:27:22 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 9 10:28:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa3e70d
net-misc/ipsorcery ppc stable wrt bug #648372
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
index 8771173f252..f937dc446a4 100644
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
+++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="gtk"
DEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2018-03-11 2:16 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-03-11 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 40e1b04e06ed609cd0dfd01f1c3cc4d3226326e9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 02:09:12 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 02:16:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e1b04e
net-misc/ipsorcery: x86 stable (bug #648372)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
index 21d2e184dab..8771173f252 100644
--- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
+++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="gtk"
DEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/
@ 2017-10-07 10:22 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-10-07 10:22 UTC (permalink / raw
To: gentoo-commits
commit: d1749067df318c755dd39ef098412b11b196889f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 10:22:00 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 10:22:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1749067
net-misc/ipsorcery: Set maintainer.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
net-misc/ipsorcery/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ipsorcery/metadata.xml b/net-misc/ipsorcery/metadata.xml
index 6f49eba8f49..e0c359c11cc 100644
--- a/net-misc/ipsorcery/metadata.xml
+++ b/net-misc/ipsorcery/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+<maintainer type="project"><email>netmon@gentoo.org</email></maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-02-08 14:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 10:28 [gentoo-commits] repo/gentoo:master commit in: net-misc/ipsorcery/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2020-02-08 14:18 David Seifert
2020-02-04 17:30 Jeroen Roovers
2018-05-09 10:28 Mikle Kolyada
2018-03-11 2:16 Thomas Deutschmann
2017-10-07 10:22 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox