Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363464 Details for
Bug 297197
myrulib - Create your own collection of e-books
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
myrulib-0.29.16.ebuild
myrulib-0.29.16.ebuild (text/plain), 1.08 KB, created by
Nikoli
on 2013-11-18 06:57:35 UTC
(
hide
)
Description:
myrulib-0.29.16.ebuild
Filename:
MIME Type:
Creator:
Nikoli
Created:
2013-11-18 06:57:35 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >WX_GTK_VER="2.8" > >inherit eutils wxwidgets > >DESCRIPTION="E-book collection manager" >HOMEPAGE="http://www.lintest.ru/wiki/MyRuLib" >SRC_URI="http://lintest.ru/pub/${P}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+icu +links reader syslog" > >RDEPEND=" > x11-libs/wxGTK:${WX_GTK_VER}[X] > dev-libs/libxml2 > dev-db/sqlite:3[fts3(+),icu?] > dev-db/wxsqlite3:${WX_GTK_VER} > app-arch/bzip2 > icu? ( dev-libs/icu:= ) > reader? ( > media-libs/freetype:2 > media-libs/libpng:= > virtual/jpeg > sys-libs/zlib > ) >" >DEPEND="${RDEPEND} > virtual/pkgconfig >" > >src_prepare() { > # for sure > rm -rf \ > 3rdparty/bzip2 \ > 3rdparty/faxpp \ > 3rdparty/sqlite3 \ > 3rdparty/wxsqlite3 \ > || die > > sed -i -e 's/-lwxsqlite3-2.8/-lwxcode_gtk2u_wxsqlite3-2.8/' \ > configure.in configure || die >} > >src_configure() { > econf \ > $(use_with icu) \ > $(use_with links) \ > $(use_with reader) \ > $(use_with syslog) \ > --without-bzip2 \ > --without-sqlite \ > --without-wxsqlite \ > --without-strip >}
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 297197
:
213219
|
214195
|
219205
|
223433
|
227351
|
235957
|
248452
|
248553
|
248593
|
248594
|
257498
|
257499
|
263963
|
363426
| 363464 |
363466
|
668276
|
668279
|
668282
|
668285
|
668288
|
892692
|
902300
|
902301