Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208700 Details for
Bug 275244
app-arch/unzip-5.52-r2 lacks iconv support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/natspec-0.2.5.ebuild
natspec-0.2.5.ebuild (text/plain), 953 bytes, created by
Alexandre Rostovtsev (RETIRED)
on 2009-10-30 08:02:11 UTC
(
hide
)
Description:
dev-libs/natspec-0.2.5.ebuild
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2009-10-30 08:02:11 UTC
Size:
953 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit autotools > >DESCRIPTION="NATSPEC library is intended to smooth national specificities in using of program" >HOMEPAGE="http://natspec.sourceforge.net/" >SRC_URI="mirror://sourceforge/natspec/lib${P}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc python" > >RDEPEND="dev-libs/popt > python? ( > >=dev-lang/python-2.3 > dev-lang/tcl > )" >DEPEND="doc? ( app-doc/doxygen ) > ${RDEPEND}" > >S=${WORKDIR}/lib${P} > >src_prepare() { > eautoreconf >} > >src_configure() { > use doc || export ac_cv_prog_DOX=no > local myconf="" > # braindead configure script does not disable python on --without-python > use python && myconf="$(use_with python)" > econf ${myconf} || die "econf failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc ChangeLog NEWS README* TODO || die "dodoc 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 275244
:
195622
|
208700
|
208701
|
208702
|
208704
|
257604