mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -1 +0,0 @@
|
||||
DIST yencode-0.46.tar.gz 241762 BLAKE2B 39b11860154dca90afa755aed393ea9639033afe5261680d470653d1884ff2e4b4fd0bfb5a94bad209f01815a59cf1f5f5b8921c1d1606935090e4fee5472ed6 SHA512 5883ec76f2ef3b857f09c79c63f47e2a1cf0354dbc06ff11cafecfda1112c638283ea3a987f906286ccc9dbe9d57f5f35b06ec1c3404dfc46465e722410d34a8
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user