diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:21:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-05 23:21:36 +0100 |
commit | 762e2c40fa2f4996e223aa122323e348bfbf8523 (patch) | |
tree | 17ecaa5e9695e2806e647a02dfd82f8232eb8d00 /net-nntp/ubh/ubh-2.5.ebuild | |
parent | net-p2p/ctcs: Remove last-rited pkg (diff) | |
download | gentoo-762e2c40fa2f4996e223aa122323e348bfbf8523.tar.gz gentoo-762e2c40fa2f4996e223aa122323e348bfbf8523.tar.bz2 gentoo-762e2c40fa2f4996e223aa122323e348bfbf8523.zip |
net-nntp/ubh: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp/ubh/ubh-2.5.ebuild')
-rw-r--r-- | net-nntp/ubh/ubh-2.5.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild deleted file mode 100644 index b58673274550..000000000000 --- a/net-nntp/ubh/ubh-2.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="The Usenet Binary Harvester" -HOMEPAGE="http://ubh.sourceforge.net/" -SRC_URI="http://ubh.sourceforge.net/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" -DEPEND=">=virtual/perl-libnet-1.0607 - >=dev-perl/News-Newsrc-1.07 - >=dev-perl/IO-stringy-1.220 - >=virtual/perl-MIME-Base64-2.12 - >=dev-perl/MailTools-1.15 - >=dev-perl/MIME-tools-5.411 - >=dev-perl/String-CRC32-1.2" - -src_install() { - dobin ubh || die "dobin failed" - dohtml doc/ubh.html || die "dohtml failed" - insinto /usr/share/${P} - doins examples/{newsrc,ubhrc} || die "doins failed" -} |