summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-24 14:57:21 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-24 15:53:18 -0400
commit4d3dacc0168e43901fcfd7e250535bb38bb669a1 (patch)
tree80f8f59f0f36640aa760940047af8e8171ce2147 /net-misc/vrrpd
parentnet-mail/sendEmail: drop old EAPI=5 (diff)
downloadgentoo-4d3dacc0168e43901fcfd7e250535bb38bb669a1.tar.gz
gentoo-4d3dacc0168e43901fcfd7e250535bb38bb669a1.tar.bz2
gentoo-4d3dacc0168e43901fcfd7e250535bb38bb669a1.zip
net-misc/vrrpd: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/vrrpd')
-rw-r--r--net-misc/vrrpd/Manifest1
-rw-r--r--net-misc/vrrpd/vrrpd-1.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/vrrpd/Manifest b/net-misc/vrrpd/Manifest
index 3bda38162396..9a753e86eb47 100644
--- a/net-misc/vrrpd/Manifest
+++ b/net-misc/vrrpd/Manifest
@@ -1,2 +1 @@
-DIST vrrpd-1.0.tar.gz 68819 BLAKE2B 96d5d7b4e5aaf6670c48c472a6e886c7a78502b3c3f3c83192e865f3a6784790484ac30358a1f593dd3dfa46bdfa73288e17fda2ae21b0d04dc67d2e59fd2021 SHA512 bf855d4d196fe7ee2d6fb8db02d86941ce6e0ddac59896c649df99eb20002d23a42a60dc11ddb1a35da6bb6b20099df81e2e6114915e71d06cbc82d93a0ff82f
DIST vrrpd-1.9.tar.gz 542249 BLAKE2B a412559be70791515c6b82639a8e1d5fc33954963fbf00aa3c549434ac0748b9d0ea657b2d02b1a3537a30742c18fe6d6db832a11c23b6989151c5f04c771d05 SHA512 8c719cabbd6a799e4e439dbb698af9d6e24cf2635cfbd71a204b46bd2b65c1384e53f130b663d0fcfc903d89080ff25d9c97ae4cd9f6b2434d5462cf678a306b
diff --git a/net-misc/vrrpd/vrrpd-1.0.ebuild b/net-misc/vrrpd/vrrpd-1.0.ebuild
deleted file mode 100644
index 34654623edac..000000000000
--- a/net-misc/vrrpd/vrrpd-1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual Router Redundancy Protocol Daemon"
-HOMEPAGE="http://www.sourceforge.net/projects/vrrpd"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/1.0/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="sys-devel/gcc"
-RDEPEND=""
-
-src_compile() {
- emake DBG_OPT="" MACHINEOPT="${CFLAGS}" PROF_OPT="${LDFLAGS}"
-}
-
-src_install() {
- dosbin vrrpd
- doman vrrpd.8
- dodoc FAQ Changes TODO scott_example doc/draft-ietf-vrrp-spec-v2-05.txt doc/rfc2338.txt.vrrp doc/draft-jou-duplicate-ip-address-02.txt
-}