Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260550 | Differences between
and this patch

Collapse All | Expand All

(-)taylor-uucp-1.07-r2.ebuild (-2 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.2 2008/06/21 08:53:01 mrness Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.2 2008/06/21 08:53:01 mrness Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic autotools
6
6
7
DESCRIPTION="Taylor UUCP"
7
DESCRIPTION="Taylor UUCP"
8
HOMEPAGE="http://www.airs.com/ian/uucp.html"
8
HOMEPAGE="http://www.airs.com/ian/uucp.html"
Lines 11-17 SRC_URI="mirror://gnu/uucp/uucp-${PV}.ta Link Here
11
IUSE=""
11
IUSE=""
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
14
KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
15
15
16
DEPEND=">=sys-apps/sed-4"
16
DEPEND=">=sys-apps/sed-4"
17
RDEPEND=""
17
RDEPEND=""
Lines 20-27 S="${WORKDIR}/uucp-1.07" Link Here
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
24
24
	epatch "${FILESDIR}/${P}-gentoo.patch"
25
	epatch "${FILESDIR}/${P}-gentoo.patch"
26
27
	eautoreconf
25
}
28
}
26
29
27
src_compile() {
30
src_compile() {

Return to bug 260550