net-news/yencode: Remove last-rited pkg

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-05 23:21:56 +01:00
parent 0ea1598583
commit 2db71682dc
4 changed files with 0 additions and 49 deletions

View File

@@ -1 +0,0 @@
DIST yencode-0.46.tar.gz 241762 BLAKE2B 39b11860154dca90afa755aed393ea9639033afe5261680d470653d1884ff2e4b4fd0bfb5a94bad209f01815a59cf1f5f5b8921c1d1606935090e4fee5472ed6 SHA512 5883ec76f2ef3b857f09c79c63f47e2a1cf0354dbc06ff11cafecfda1112c638283ea3a987f906286ccc9dbe9d57f5f35b06ec1c3404dfc46465e722410d34a8

View File

@@ -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="sourceforge">yencode</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
DESCRIPTION="yEnc encoder/decoder package"
HOMEPAGE="http://www.yencode.org"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 arm ppc ~sparc x86"
IUSE="nls"
DEPEND=""
src_compile() {
local myconf
use nls || myconf="--disable-nls"
./configure \
--host=${CHOST} \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
${myconf} || die "./configure failed"
emake || die
}
src_install () {
make \
prefix=${D}/usr \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die
dodoc AUTHORS NEWS README ChangeLog
doman doc/ydecode.1 doc/yencode.1 doc/ypost.1 doc/ypostrc.5
}

View File

@@ -416,7 +416,6 @@ net-misc/clockspeed-conf
net-misc/fmirror
net-misc/ng-utils
net-misc/sendfile
net-news/yencode
sys-auth/pam_require
# Michał Górny <mgorny@gentoo.org> (2019-10-04)