From f426a6055d1f69cd7b84ef9780ab119badae3c69 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 5 Nov 2019 23:27:58 +0100 Subject: net-irc/dircproxy: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny --- net-irc/dircproxy/Manifest | 1 - net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild | 23 ----------------------- net-irc/dircproxy/metadata.xml | 8 -------- 3 files changed, 32 deletions(-) delete mode 100644 net-irc/dircproxy/Manifest delete mode 100644 net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild delete mode 100644 net-irc/dircproxy/metadata.xml (limited to 'net-irc/dircproxy') diff --git a/net-irc/dircproxy/Manifest b/net-irc/dircproxy/Manifest deleted file mode 100644 index 58de55677e41..000000000000 --- a/net-irc/dircproxy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dircproxy-1.2.0-RC1.tar.gz 811366 BLAKE2B b6ecc5f5e9e464cf7d3c781194a36437492527b2953ac817995c9795e9a3ffa5b911c122a5befbe52652bd1fa7b49802a90c9c0ec9f1a9a2fa71ad75e1c53451 SHA512 edc4234a5249d06e7342250401c79f3f2190b38ca54f9e7fb4b93a093a7e383057043dc42039fb90f9a012f8cb4fe7a6587d35c045bb58d500ecdbcd16354c17 diff --git a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild b/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild deleted file mode 100644 index 05455c8e9abc..000000000000 --- a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -MY_P="${P/_rc/-RC}" -DESCRIPTION="an IRC proxy server" -HOMEPAGE="https://code.google.com/p/dircproxy" -SRC_URI="https://dircproxy.googlecode.com/files/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog FAQ NEWS HACKING README* TODO INSTALL -} diff --git a/net-irc/dircproxy/metadata.xml b/net-irc/dircproxy/metadata.xml deleted file mode 100644 index 4e7582a957f8..000000000000 --- a/net-irc/dircproxy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - dircproxy - - -- cgit v1.2.3-65-gdbad