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

Collapse All | Expand All

(-)Manifest (-4 / +4 lines)
Lines 1-7 Link Here
1
MD5 480474336414d1a7f92e33f628fb9a8e librep-0.17.ebuild 1281
1
MD5 cb0797d43ae9e4509e2103ffa7426a7d librep-0.16.2.ebuild 1224
2
MD5 82b281cc612d53824bbcb73c67d0a6da librep-0.17.ebuild 1446
2
MD5 2ee6de1fcf9d584fa9ee5cdd1828ddac ChangeLog 3541
3
MD5 2ee6de1fcf9d584fa9ee5cdd1828ddac ChangeLog 3541
3
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
4
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
4
MD5 cb0797d43ae9e4509e2103ffa7426a7d librep-0.16.2.ebuild 1224
5
MD5 36a3c9591610f9d8009387551e7b7cfb files/digest-librep-0.17 128
5
MD5 93ba6a49abdce2a3efd71bcb47bc6ca2 files/digest-librep-0.16.2 64
6
MD5 07a234e62724c3d45a1b69f1c04cd0a9 files/digest-librep-0.17 64
7
MD5 8c655620e7f5d0dc0ee9b8ef6351158d files/librep-0.15.2-exec.patch 425
6
MD5 8c655620e7f5d0dc0ee9b8ef6351158d files/librep-0.15.2-exec.patch 425
7
MD5 93ba6a49abdce2a3efd71bcb47bc6ca2 files/digest-librep-0.16.2 64
(-)librep-0.17.ebuild (-3 / +12 lines)
Lines 4-13 Link Here
4
4
5
IUSE="readline"
5
IUSE="readline"
6
6
7
inherit libtool
7
inherit libtool eutils
8
9
DEB_PV=5
8
10
9
DESCRIPTION="Shared library implementing a Lisp dialect"
11
DESCRIPTION="Shared library implementing a Lisp dialect"
10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
12
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
13
	http://ftp.debian.org/debian/pool/main/libr/librep/${PN}_${PV}-${DEB_PV}.diff.gz"
11
HOMEPAGE="http://librep.sourceforge.net/"
14
HOMEPAGE="http://librep.sourceforge.net/"
12
15
13
SLOT="0"
16
SLOT="0"
Lines 21-29 Link Here
21
	sys-apps/texinfo
24
	sys-apps/texinfo
22
	>=sys-devel/automake-1.6.1-r5"
25
	>=sys-devel/automake-1.6.1-r5"
23
26
27
src_unpack() {
28
	unpack ${A}
29
	epatch ${PN}_${PV}-${DEB_PV}.diff || die
30
}
31
24
src_compile() {
32
src_compile() {
25
	elibtoolize
33
	elibtoolize
26
34
	export CC=gcc
27
	local myconf
35
	local myconf
28
36
29
	use readline \
37
	use readline \
Lines 56-59 Link Here
56
	dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC TREE
64
	dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC TREE
57
	docinto doc
65
	docinto doc
58
	dodoc doc/*
66
	dodoc doc/*
67
	doman debian/*.1
59
}
68
}
(-)files/digest-librep-0.17 (+1 lines)
Line 1 Link Here
1
MD5 ad4ad851ff9f82a5d61024cd96bc2998 librep-0.17.tar.gz 1195890
1
MD5 ad4ad851ff9f82a5d61024cd96bc2998 librep-0.17.tar.gz 1195890
2
MD5 7b77d3205bcb8da4212082f08cefbed9 librep_0.17-5.diff.gz 8955

Return to bug 70514