public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscap/, net-dns/dnscap/files/
Date: Thu, 19 Sep 2019 16:21:15 +0000 (UTC)	[thread overview]
Message-ID: <1568909460.d403815bc52b2380b45824b6927bcedd999115c5.juippis@gentoo> (raw)

commit:     d403815bc52b2380b45824b6927bcedd999115c5
Author:     Daniel Heule <nerve <AT> ipwar <DOT> ch>
AuthorDate: Wed Sep 18 18:35:15 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 16:11:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403815b

net-dns/dnscap: drop old versions

Closes: https://bugs.gentoo.org/694650
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule <nerve <AT> ipwar.ch>
Closes: https://github.com/gentoo/gentoo/pull/12961
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-dns/dnscap/Manifest                            |  1 -
 net-dns/dnscap/dnscap-0_p20130814.ebuild           | 24 ----------------------
 .../dnscap/files/dnscap-0_p20130814.install.patch  | 22 --------------------
 3 files changed, 47 deletions(-)

diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest
index 99b77056733..6e0eaf5aeab 100644
--- a/net-dns/dnscap/Manifest
+++ b/net-dns/dnscap/Manifest
@@ -1,3 +1,2 @@
-DIST dnscap-0_p20130814.tar.gz 99609 BLAKE2B 5881d0d98d664246dd79272cb52f2afbd1261002c70951e33288b09e105b802f55bb0b639c20f1b008e10ceb13f7c81d646ba54db7c30204c1a0a92eb9c69bf2 SHA512 135b6498013bf4a12882ed5cf89cf2df480a357b16a65e99b1c8c1b3b400217611a4c16d1b34ffc521f7eedfdda61662180801c89d80cbbc8719dcec50128531
 DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b SHA512 b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791
 DIST dnscap-1.10.2.tar.gz 655932 BLAKE2B 317547e9d7b8f87d08e954639b62e1894e4d8e37eb9612a984dc10deb674c35973f03f94843df0e9eeb74c94904de00b2718e7121f3dddb9e343b3519d13e02e SHA512 22df8068a17b202b1dfed2dc4ce1c4178abf32af16a3b15a76ae8f46510b3979d44c62eac673afd8452abda69a49e3da133f740217b7ab64631d2c18657a9a8b

diff --git a/net-dns/dnscap/dnscap-0_p20130814.ebuild b/net-dns/dnscap/dnscap-0_p20130814.ebuild
deleted file mode 100644
index 63d02bf19d6..00000000000
--- a/net-dns/dnscap/dnscap-0_p20130814.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="network capture utility designed specifically for DNS traffic"
-HOMEPAGE="https://dnscap.dns-oarc.net/"
-
-## github commit tarball
-MY_GIT_COMMIT="727ed7d5e46625abc2c8d988689a300589e948b6"
-MY_P="DNS-OARC-${PN}-${MY_GIT_COMMIT:0:7}"
-SRC_URI="https://github.com/DNS-OARC/${PN}/tarball/${MY_GIT_COMMIT} -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="ISC"
-IUSE=""
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}.install.patch" )

diff --git a/net-dns/dnscap/files/dnscap-0_p20130814.install.patch b/net-dns/dnscap/files/dnscap-0_p20130814.install.patch
deleted file mode 100644
index b09c7cfdbfc..00000000000
--- a/net-dns/dnscap/files/dnscap-0_p20130814.install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN verisign-dnscap-727ed7d.orig/Makefile.in verisign-dnscap-727ed7d/Makefile.in
---- verisign-dnscap-727ed7d.orig/Makefile.in	2013-08-14 01:31:33.000000000 +0200
-+++ verisign-dnscap-727ed7d/Makefile.in	2014-04-26 22:04:35.438580361 +0200
-@@ -45,13 +45,11 @@
- all: ${prog} ${prog}.cat1
- 
- install: all
--	install -d -m 755 ${bindir}
--	if [ -f ${bindir}/${prog} ]; then \
--		mv -f ${bindir}/${prog} ${bindir}/${prog}.old; fi
--	install -m 755 ${prog} ${bindir}/
--	install -d -m 755 ${mandir}
--	install -d -m 755 ${mandir}/cat1
--	install -m 644 ${prog}.cat1 ${mandir}/cat1/${prog}.1
-+	install -d -m 755 $(DESTDIR)${bindir}
-+	install -m 755 ${prog} $(DESTDIR)${bindir}/
-+	install -d -m 755 $(DESTDIR)${mandir}
-+	install -d -m 755 $(DESTDIR)${mandir}/cat1
-+	install -m 644 ${prog}.cat1 $(DESTDIR)${mandir}/cat1/${prog}.1
- 
- .c.o:
- 	${CC} ${CFLAGS} -c $<


             reply	other threads:[~2019-09-19 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 16:21 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-29 16:09 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscap/, net-dns/dnscap/files/ Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1568909460.d403815bc52b2380b45824b6927bcedd999115c5.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox