summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-08 20:34:40 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-08 20:34:40 +0200
commite23b6d201d950bff19d516e1667fb5ca6aa16f44 (patch)
tree192bf7300df226df4d3240a2849e7b034d0a9b7d /net-dns/tinystats/tinystats-1.1.ebuild
parentnet-dialup/dgcmodem: Remove last-rited pkg (diff)
downloadgentoo-e23b6d201d950bff19d516e1667fb5ca6aa16f44.tar.gz
gentoo-e23b6d201d950bff19d516e1667fb5ca6aa16f44.tar.bz2
gentoo-e23b6d201d950bff19d516e1667fb5ca6aa16f44.zip
net-dns/tinystats: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693812 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dns/tinystats/tinystats-1.1.ebuild')
-rw-r--r--net-dns/tinystats/tinystats-1.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-dns/tinystats/tinystats-1.1.ebuild b/net-dns/tinystats/tinystats-1.1.ebuild
deleted file mode 100644
index 5e6ccf0dfae9..000000000000
--- a/net-dns/tinystats/tinystats-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tinydns logging helper app"
-HOMEPAGE="http://www.morettoni.net/tinystats.en.html"
-SRC_URI="http://www.morettoni.net/bsd/${P}.tar.gz"
-IUSE="ipv6"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~x86"
-RDEPEND="net-dns/djbdns"
-S=${WORKDIR}/${PN}
-
-src_compile() {
- use ipv6 && IPV6="-D WITH_IPV6"
- $(tc-getCC) ${CFLAGS} ${IPV6} -o tinystats ${LDFLAGS} tinystats.c || \
- die "compile failed"
-}
-
-src_install() {
- dobin tinystats || die 'dobin failed'
- dodoc README
- docinto sample
- dodoc start_slave.sh.sample update_slave.sh.sample \
- tinydns.log.run.sample tinydns.sh.sample
-}