public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/
@ 2021-03-12 17:28 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-03-12 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     acd2dc08556a1a0c3f4c60205eb0d41570afab07
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 12 16:59:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 17:28:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd2dc08

net-misc/sipcalc: EAPI7 bump, take maintainership

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19872
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/sipcalc/metadata.xml            |  9 ++++++++-
 net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild | 13 +++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/net-misc/sipcalc/metadata.xml b/net-misc/sipcalc/metadata.xml
index 6f49eba8f49..78e1c2f9528 100644
--- a/net-misc/sipcalc/metadata.xml
+++ b/net-misc/sipcalc/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>mmk@levelnine.at</email>
+		<name>Michael Mair-Keimberger</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
new file mode 100644
index 00000000000..17eccb499d6
--- /dev/null
+++ b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
+HOMEPAGE="http://www.routemeister.net/projects/sipcalc/
+	https://github.com/sii/sipcalc"
+SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/
@ 2021-04-03 21:58 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     50d778f49f96ec5b1de41d862ea510811e9d37ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 21:33:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 21:33:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d778f4

net-misc/sipcalc: update EAPI 5 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sipcalc/sipcalc-1.1.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
index 25bc9b8a9cd..4d992820870 100644
--- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild
+++ b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
 HOMEPAGE="http://www.routemeister.net/projects/sipcalc/"
 SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/
@ 2021-07-16  1:34 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-07-16  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4f4ffd4947cd2160e535ea5f8d1f8350ad97a2f7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul 14 06:35:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 01:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4ffd49

net-misc/sipcalc: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21631
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sipcalc/sipcalc-1.1.6.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
deleted file mode 100644
index 4d992820870..00000000000
--- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
-HOMEPAGE="http://www.routemeister.net/projects/sipcalc/"
-SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/
@ 2021-07-16  1:34 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-07-16  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5f8e4b053351090131d9d299ab8df1ab4c55ae24
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul 14 06:35:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 01:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8e4b05

net-misc/sipcalc: move stable keywords to -r1, update DESCRIPTION

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
index 17eccb499d6..421b296d349 100644
--- a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
+++ b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
+DESCRIPTION="Advanced console-based IPv4/IPv6 subnet calculator"
 HOMEPAGE="http://www.routemeister.net/projects/sipcalc/
 	https://github.com/sii/sipcalc"
 SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-16  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 21:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/sipcalc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-07-16  1:34 Sam James
2021-07-16  1:34 Sam James
2021-03-12 17:28 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox