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

(-)/usr/portage/app-emacs/xtla/xtla-0.1_p525.ebuild (-13 / +4 lines)
Lines 4-37 Link Here
4
4
5
inherit elisp
5
inherit elisp
6
6
7
XTLA_VERSION=${PV:0:3}
8
XTLA_PATCH=${PF:10}
9
XTLA_REVISION=${PN}--main--${PV:0:3}--patch-${PF:10}
10
11
IUSE=""
7
IUSE=""
12
8
13
DESCRIPTION="XTLA - The Emacs interface to GNU TLA"
9
DESCRIPTION="XTLA - The Emacs interface to GNU TLA"
14
HOMEPAGE="http://wiki.gnuarch.org/moin.cgi/xtla
10
HOMEPAGE="http://wiki.gnuarch.org/moin.cgi/xtla
15
	https://gna.org/projects/xtla-el
11
	https://gna.org/projects/xtla-el
16
	http://www.gnu.org/software/gnu-arch/"
12
	http://www.gnu.org/software/gnu-arch/"
17
SRC_URI="mirror://gentoo/${PN}--main--${PV:0:3}--patch-${PF:10}.tar.bz2"
13
SRC_URI="http://download.gna.org/xtla-el/${P}.tar.gz"
18
LICENSE="GPL-2"
14
LICENSE="GPL-2"
19
SLOT="0"
15
SLOT="0"
20
KEYWORDS="~x86 ~ppc ~amd64"
16
KEYWORDS="~x86"
21
22
DEPEND="virtual/emacs
23
	sys-devel/autoconf
24
	sys-devel/automake"
25
17
18
DEPEND="virtual/emacs"
26
RDEPEND="virtual/emacs
19
RDEPEND="virtual/emacs
27
	dev-util/tla"
20
	dev-util/tla"
28
21
29
S=${WORKDIR}/${XTLA_REVISION}
30
31
SITEFILE=50xtla-gentoo.el
22
SITEFILE=50xtla-gentoo.el
32
23
33
src_compile() {
24
src_compile() {
34
	autoreconf && ./configure --prefix=/usr
25
	econf || die
35
	make || die
26
	make || die
36
}
27
}
37
28

Return to bug 58940