summaryrefslogtreecommitdiff
path: root/net-misc/netmask
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-misc/netmask
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
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, 0 insertions, 62 deletions
diff --git a/net-misc/netmask/Manifest b/net-misc/netmask/Manifest
deleted file mode 100644
index fa101bd29e52..000000000000
--- a/net-misc/netmask/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 868cf32bc316..000000000000
--- a/net-misc/netmask/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Kenton Groombridge</name>
- <email>concord@gentoo.org</email>
- </maintainer>
- <upstream>
- <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>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/net-misc/netmask/netmask-2.4.4.ebuild b/net-misc/netmask/netmask-2.4.4.ebuild
deleted file mode 100644
index ceb6a4c7c815..000000000000
--- a/net-misc/netmask/netmask-2.4.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
deleted file mode 100644
index 642b5a0126ef..000000000000
--- a/net-misc/netmask/netmask-2.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}