Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 196872 Details for
Bug 276635
app-text/par doesn't include the UTF-8 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed new ebuild
par-1.52-r3.ebuild (text/plain), 871 bytes, created by
Álvaro Castro Castilla
on 2009-07-06 09:29:09 UTC
(
hide
)
Description:
proposed new ebuild
Filename:
MIME Type:
Creator:
Álvaro Castro Castilla
Created:
2009-07-06 09:29:09 UTC
Size:
871 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/par/par-1.52.ebuild,v 1.10 2008/01/03 18:16:00 grobian Exp $ > >inherit toolchain-funcs eutils > >MY_P="Par${PV/./}" >DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better" >HOMEPAGE="http://www.nicemice.net/par/" >SRC_URI="http://www.nicemice.net/par/${MY_P/./}.tar.gz" > >LICENSE="freedist" >SLOT="0" >KEYWORDS="~amd64 ~mips ~sparc ~x86" >IUSE="" > >DEPEND="!dev-util/par > !app-arch/par" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/par-1.52-i18n.3.patch > >} > >src_compile() { > make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \ > LINK1="$(tc-getCC) $LDFLAGS" || die 'make failed' >} > >src_install() { > newbin par par-format || die > doman par.1 > dodoc releasenotes par.doc >}
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 276635
: 196872 |
196873
|
197648
|
199163