diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/netmask | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-misc/netmask')
| -rw-r--r-- | net-misc/netmask/Manifest | 2 | ||||
| -rw-r--r-- | net-misc/netmask/metadata.xml | 19 | ||||
| -rw-r--r-- | net-misc/netmask/netmask-2.4.4.ebuild | 19 | ||||
| -rw-r--r-- | net-misc/netmask/netmask-2.5.0.ebuild | 22 |
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 a4fbf77169af..000000000000 --- a/net-misc/netmask/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 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 -} |
