commit: a0688a112bd2094c1821d73980eff241174babf1 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Sun Oct 28 13:07:23 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Nov 8 22:28:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0688a11
net-misc/mcproxy: drop old version. Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-misc/mcproxy/mcproxy-1.1.1.ebuild | 55 ----------------------------------- 1 file changed, 55 deletions(-) diff --git a/net-misc/mcproxy/mcproxy-1.1.1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1.ebuild deleted file mode 100644 index 463944737b3..00000000000 --- a/net-misc/mcproxy/mcproxy-1.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit linux-info qmake-utils systemd - -DESCRIPTION="A multicast proxy for IGMP/MLD" -HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2+" -SLOT="0" -IUSE="doc" - -DEPEND="dev-qt/qtcore:5 - doc? ( app-doc/doxygen )" - -S="${WORKDIR}/${P}/${PN}" - -PATCHES=( "${FILESDIR}/fix_checksum_calculation.patch" ) - -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" - -src_prepare() { - # Change install path from '/usr/local/bin' to '/usr/bin' - sed -e 's/local//' -i mcproxy.pro || die - - default -} - -src_configure() { - eqmake5 -} - -src_compile() { - default - - use doc && emake doc -} - -src_install() { - emake INSTALL_ROOT="${ED%/}" install - - insinto /etc - doins mcproxy.conf - - newinitd "${FILESDIR}"/mcproxy.initd mcproxy - systemd_dounit "${FILESDIR}"/mcproxy.service - - newconfd "${FILESDIR}"/mcproxy.confd mcproxy - - use doc && dodoc -r ../docs/. -}
