Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137631 - ebuild: net-misc/uucp-1.07
Summary: ebuild: net-misc/uucp-1.07
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 137633 137635 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-22 11:29 UTC by R Stephan
Modified: 2006-06-22 12:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R Stephan 2006-06-22 11:29:09 UTC
please provide this ebuild to the well-known uucp package

# 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-dependemncy-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
*** Bug 137635 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 11:49:50 UTC
*** Bug 137633 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 12:09:11 UTC
Erm, has been in portage for only 4 years now... :=)

*  net-misc/taylor-uucp
      Latest version available: 1.07-r1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 989 kB
      Homepage:    http://www.airs.com/ian/uucp.html
      Description: Taylor UUCP
      License:     GPL-2