summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-08-23 04:14:12 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-09-16 11:04:11 +0300
commitd9749c0d69cc840082baa103ec6ae450317c38b2 (patch)
treea28b36112058712f77066337afeb1a72c98b9811 /net-dns/mdns-repeater/mdns-repeater-20110921.ebuild
parentnet-dns/mdns-repeater: update version (diff)
downloadgentoo-d9749c0d69cc840082baa103ec6ae450317c38b2.tar.gz
gentoo-d9749c0d69cc840082baa103ec6ae450317c38b2.tar.bz2
gentoo-d9749c0d69cc840082baa103ec6ae450317c38b2.zip
net-dns/mdns-repeater: remove old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17221 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-dns/mdns-repeater/mdns-repeater-20110921.ebuild')
-rw-r--r--net-dns/mdns-repeater/mdns-repeater-20110921.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-dns/mdns-repeater/mdns-repeater-20110921.ebuild b/net-dns/mdns-repeater/mdns-repeater-20110921.ebuild
deleted file mode 100644
index 262d90f35c60..000000000000
--- a/net-dns/mdns-repeater/mdns-repeater-20110921.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Multicast DNS repeater"
-HOMEPAGE="https://bitbucket.org/geekman/mdns-repeater/"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-
-REV="28ecc2ab9a0e"
-SRC_URI="https://bitbucket.org/geekman/mdns-repeater/get/${REV}.tar.gz -> ${PN}-${REV}.tar.gz"
-S="${WORKDIR}/geekman-mdns-repeater-${REV}"
-
-src_configure() {
- tc-export CC
-}
-
-src_compile() {
- emake HGVERSION="${REV}"
-}
-
-src_install() {
- dobin "${PN}"
-}