Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140263 Details for
Bug 71531
new ebuild for xindy (A Flexible Indexing System)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-tex/xindy/xindy-2.2_beta2.ebuild
xindy-2.2_beta2.ebuild (text/plain), 886 bytes, created by
Dmitry S. Kulyabov
on 2008-01-06 09:28:15 UTC
(
hide
)
Description:
dev-tex/xindy/xindy-2.2_beta2.ebuild
Filename:
MIME Type:
Creator:
Dmitry S. Kulyabov
Created:
2008-01-06 09:28:15 UTC
Size:
886 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A Flexible Indexing System" > >MY_PV=${PV/_beta2/-beta2} >CLISP_PV=2.43 > >HOMEPAGE="http://www.xindy.org/" >SRC_URI="http://dev.atmarama.org/${PN}-${MY_PV}.tar.gz > mirror://sourceforge/clisp/clisp-${CLISP_PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="doc" >DEPEND="virtual/latex-base" > >S=${WORKDIR}/${PN}-${MY_PV} > >src_unpack() { > local clisp > > unpack ${A} > > # Dirty hack. clisp-2.33.2 don't compile for me. > cd ${S}/rte > clisp=`ls -d clisp* | tail -n 1` > rm -rf ${clisp} > mv -f ${WORKDIR}/clisp-${CLISP_PV} ${clisp} >} > >src_compile() { > LDFLAGS="" \ > econf \ > `use_enable doc docs` \ > || die "Configure failed" > make -j1 || die "Make failed" >} > > >src_install() { > make install \ > DESTDIR=${D} || die "Install failed" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 71531
:
44158
|
62531
|
62909
|
64974
|
97914
|
140263
|
140805
|
140824