Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210765
Collapse All | Expand All

(-)/usr/portage/dev-tcltk/itcl/itcl-3.3-r1.ebuild (-8 / +15 lines)
Lines 2-13 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/itcl/itcl-3.3-r1.ebuild,v 1.6 2006/05/24 20:15:44 hansmi Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.3-r1.ebuild,v 1.6 2006/05/24 20:15:44 hansmi Exp $
4
4
5
inherit eutils
5
inherit autotools cvs eutils
6
6
7
MY_P="${PN}${PV}"
7
MY_P="${PN}"
8
DESCRIPTION="Object Oriented Enhancements for Tcl/Tk"
8
DESCRIPTION="Object Oriented Enhancements for Tcl/Tk"
9
HOMEPAGE="http://incrtcl.sourceforge.net/"
9
HOMEPAGE="http://incrtcl.sourceforge.net/"
10
SRC_URI="mirror://sourceforge/incrtcl/${MY_P}.tar.gz"
10
SRC_URI=""
11
11
12
IUSE=""
12
IUSE=""
13
SLOT="0"
13
SLOT="0"
Lines 16-28 KEYWORDS="alpha amd64 ia64 ppc sparc x86 Link Here
16
16
17
DEPEND="dev-lang/tcl"
17
DEPEND="dev-lang/tcl"
18
18
19
S="${WORKDIR}/${MY_P}"
19
S="${WORKDIR}/incrTcl"
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	ECVS_SERVER="incrtcl.cvs.sourceforge.net:/cvsroot/incrtcl"
23
	cd "${S}"
23
	ECVS_USER="anonymous"
24
24
	ECVS_PASS=""
25
	sed -i -e "s/relid'/relid/" configure tclconfig/tcl.m4 || die
25
	ECVS_AUTH="pserver"
26
	ECVS_MODULE="incrTcl"
27
	ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_MODULE}"
28
	cvs_src_unpack
29
	cd ${S}
30
	sed -i -e "s/relid'/relid/" configure || die
31
	eaclocal
32
	eautoconf
26
}
33
}
27
34
28
src_compile() {
35
src_compile() {

Return to bug 210765