diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:27:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:27:58 +0100 |
commit | f426a6055d1f69cd7b84ef9780ab119badae3c69 (patch) | |
tree | a9da3abfd3fcb1bbd53384355b680a75ebdd1dd5 /net-irc/dircproxy | |
parent | net-irc/jircii: Remove last-rited pkg (diff) | |
download | gentoo-f426a6055d1f69cd7b84ef9780ab119badae3c69.tar.gz gentoo-f426a6055d1f69cd7b84ef9780ab119badae3c69.tar.bz2 gentoo-f426a6055d1f69cd7b84ef9780ab119badae3c69.zip |
net-irc/dircproxy: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc/dircproxy')
-rw-r--r-- | net-irc/dircproxy/Manifest | 1 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild | 23 | ||||
-rw-r--r-- | net-irc/dircproxy/metadata.xml | 8 |
3 files changed, 0 insertions, 32 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="google-code">dircproxy</remote-id> - </upstream> -</pkgmetadata> |