summaryrefslogtreecommitdiff
path: root/net-misc/bgpq3/bgpq3-0.1.22.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /net-misc/bgpq3/bgpq3-0.1.22.ebuild
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'net-misc/bgpq3/bgpq3-0.1.22.ebuild')
-rw-r--r--net-misc/bgpq3/bgpq3-0.1.22.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/bgpq3/bgpq3-0.1.22.ebuild b/net-misc/bgpq3/bgpq3-0.1.22.ebuild
deleted file mode 100644
index c2b0ceab0697..000000000000
--- a/net-misc/bgpq3/bgpq3-0.1.22.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq"
-HOMEPAGE="http://snar.spb.ru/prog/bgpq3/"
-SRC_URI="http://snar.spb.ru/prog/bgpq3/${P}.tgz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-src_prepare() {
- # Respect CFLAGS
- sed -i \
- -e '/^CFLAGS=/s/-g //' \
- -e '/^CFLAGS=/s/ -O0//' \
- Makefile.in || die 'sed on Makefile.in failed'
-
- epatch_user
-}
-
-src_install() {
- dobin bgpq3
- doman bgpq3.8
- dodoc CHANGES
- dohtml *.html
-}