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

Collapse All | Expand All

(-)tclgpgme-1.0-r2.ebuild (-3 / +4 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/dev-tcltk/tclgpgme/tclgpgme-1.0-r2.ebuild,v 1.8 2007/11/10 16:54:34 nixnut Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclgpgme/tclgpgme-1.0-r2.ebuild,v 1.8 2007/11/10 16:54:34 nixnut Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
DESCRIPTION="Tcl/Tk libraries to gpgme."
7
DESCRIPTION="Tcl/Tk libraries to gpgme."
8
HOMEPAGE="http://beepcore-tcl.sourceforge.net/"
8
HOMEPAGE="http://beepcore-tcl.sourceforge.net/"
Lines 19-26 DEPEND=">=dev-lang/tcl-8.3.3 Link Here
19
src_unpack() {
19
src_unpack() {
20
	unpack ${A}
20
	unpack ${A}
21
	cd "${S}"
21
	cd "${S}"
22
	epatch "${FILESDIR}"/${PV}-Makefile.in.diff
22
	
23
	epatch "${FILESDIR}"/${PV}-configure.diff
23
	epatch "${FILESDIR}/${P}-build.patch"
24
	AT_M4DIR="config" eautoreconf
24
}
25
}
25
26
26
src_compile() {
27
src_compile() {

Return to bug 201021