Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 137635

Summary: ebuild: net-misc/uucp-1.07
Product: Gentoo Linux Reporter: R Stephan <ralf>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description R Stephan 2006-06-22 11:40:52 UTC
please provide this ebuild to the well-known uucp package
(there was an unimportant typo in my last attempt, sorry)

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Taylor UUCP: Unix-to-Unix Protocol implementation"
HOMEPAGE="http://www.airs.com/ian/uucp.html/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/uucp/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"

# this is a well tested package, certainly works on many machines
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc"
RDEPEND="virtual/libc"

src_compile() {
	LDFLAGS='-Wl,-z,now' econf --with-newconfigdir=/etc/${PN} --disable-dependency-tracking || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	einstall || die "einstall failed"
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 11:49:28 UTC

*** This bug has been marked as a duplicate of 137631 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 11:50:35 UTC
.