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>[email protected]</email> + <name>Michael Mair-Keimberger</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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"
