Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199646 Details for
Bug 224525
New ebuild: app-dicts/dictconv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild with two patch for gcc43 and conversion bug
dictconv-0.2.ebuild (text/plain), 582 bytes, created by
sergio cerlesi
on 2009-07-30 12:26:21 UTC
(
hide
)
Description:
new ebuild with two patch for gcc43 and conversion bug
Filename:
MIME Type:
Creator:
sergio cerlesi
Created:
2009-07-30 12:26:21 UTC
Size:
582 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools eutils > >DESCRIPTION="Console program to convert dictionary files." >HOMEPAGE="http://ktranslator.sourceforge.net/" >SRC_URI="mirror://sourceforge/ktranslator/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND="dev-libs/libxml2 > sys-libs/zlib" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-fixes.diff > epatch ${FILESDIR}/${P}-gcc43.diff > eautoreconf >} > >src_install() { > emake DESTDIR="${D}" install || die >}
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 224525
:
155147
|
155149
|
170148
| 199646 |
199647
|
199648