summaryrefslogtreecommitdiff
path: root/net-misc/netmask
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /net-misc/netmask
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'net-misc/netmask')
-rw-r--r--net-misc/netmask/Manifest2
-rw-r--r--net-misc/netmask/metadata.xml19
-rw-r--r--net-misc/netmask/netmask-2.4.4.ebuild19
-rw-r--r--net-misc/netmask/netmask-2.5.0.ebuild22
4 files changed, 62 insertions, 0 deletions
diff --git a/net-misc/netmask/Manifest b/net-misc/netmask/Manifest
new file mode 100644
index 000000000000..fa101bd29e52
--- /dev/null
+++ b/net-misc/netmask/Manifest
@@ -0,0 +1,2 @@
+DIST netmask-2.4.4.tar.gz 45775 BLAKE2B e928924eac3b004b3e3b98c19050a2d2b8bf8c1c261db947a27ac7b5329b040842f379398b5fc5a91a6f882639cb07c4e72894f29688488a823f664b22f7f4b9 SHA512 57beddd0671dfa8102a68a2e8194d04405358b188b10da215768580f022d040ab990089013816500aafe2090eba8a79aef1fafbd160526c985fbbf09ff69ffce
+DIST netmask-2.5.0.tar.gz 35979 BLAKE2B 8fe0a4df162717c17afb8413175492a4413224a0488aa0afb152406b29c9c2bce5041eefc472b28dcae5a94b79936f99ec90a24f1d4d74794da4d143f85bb691 SHA512 a9ea08ff0f27c5b74bb3ab3a0f2b8760e4b60fd1a675bab285312a62f0329de553ce19853975fd5299d93a9b117680404320fdb8093dbd490b8273ed5bc8dc12
diff --git a/net-misc/netmask/metadata.xml b/net-misc/netmask/metadata.xml
new file mode 100644
index 000000000000..a4fbf77169af
--- /dev/null
+++ b/net-misc/netmask/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Kenton Groombridge</name>
+ <email>concord@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tlby/netmask</remote-id>
+ <bugs-to>https://github.com/tlby/netmask/issues</bugs-to>
+ </upstream>
+ <longdescription>
+ This is a handy tool for generating terse netmasks in several common
+ formats. If you've ever maintained a firewall with more than a few rules in
+ it, you might use netmask to clean up and generalize sloppy rules left by
+ the netadmin before you. It will also convert netmasks from one format to
+ another for the day you change your firewall software.
+ </longdescription>
+</pkgmetadata>
diff --git a/net-misc/netmask/netmask-2.4.4.ebuild b/net-misc/netmask/netmask-2.4.4.ebuild
new file mode 100644
index 000000000000..ceb6a4c7c815
--- /dev/null
+++ b/net-misc/netmask/netmask-2.4.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="An IP address formatting tool"
+HOMEPAGE="https://github.com/tlby/netmask"
+SRC_URI="https://github.com/tlby/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/net-misc/netmask/netmask-2.5.0.ebuild b/net-misc/netmask/netmask-2.5.0.ebuild
new file mode 100644
index 000000000000..642b5a0126ef
--- /dev/null
+++ b/net-misc/netmask/netmask-2.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="An IP address formatting tool"
+HOMEPAGE="https://github.com/tlby/netmask"
+SRC_URI="https://github.com/tlby/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ # Drop unneeded dependency on dev-libs/check
+ sed -i /^PKG_CHECK_MODULES/d configure.ac || die
+
+ default
+ eautoreconf
+}