Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 322126 Details for
Bug 382849
dev-util/debhelper: please review prefix changes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch for debhelper-9.20120608.ebuild
debhelper-9.20120608.ebuild (text/plain), 1.76 KB, created by
Christoph Junghans (RETIRED)
on 2012-08-24 19:37:05 UTC
(
hide
)
Description:
patch for debhelper-9.20120608.ebuild
Filename:
MIME Type:
Creator:
Christoph Junghans (RETIRED)
Created:
2012-08-24 19:37:05 UTC
Size:
1.76 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20120608.ebuild,v 1.7 2012/08/08 19:39:54 ranger Exp $ > >EAPI=4 >inherit eutils toolchain-funcs > >DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" >HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" >SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ppc ~s390 ~sh ~sparc x86" >IUSE="nls linguas_de linguas_es linguas_fr test" > >RDEPEND="app-arch/dpkg > dev-perl/TimeDate > virtual/perl-Getopt-Long > >=dev-lang/perl-5.10" > >DEPEND="${RDEPEND} > nls? ( >=app-text/po4a-0.24 ) > test? ( dev-perl/Test-Pod )" > >S=${WORKDIR}/${PN} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-7.4.13-conditional-nls.patch > sed -i "s:/usr/:${EPREFIX}&:" Makefile || die >} > >src_compile() { > tc-export CC > local USE_NLS=no LANGS="" > > use nls && USE_NLS=yes > > use linguas_de && LANGS="${LANGS} de" > use linguas_es && LANGS="${LANGS} es" > use linguas_fr && LANGS="${LANGS} fr" > > emake USE_NLS=${USE_NLS} LANGS="${LANGS}" build >} > >src_install() { > default > dodoc doc/* debian/changelog > docinto examples > dodoc examples/* > for manfile in *.1 *.7 ; do > case ${manfile} in > *.de.?) use linguas_de \ > && cp ${manfile} "${T}"/${manfile/.de/} \ > && doman -i18n=de "${T}"/${manfile/.de/} > ;; > *.es.?) use linguas_es \ > && cp ${manfile} "${T}"/${manfile/.es/} \ > && doman -i18n=es "${T}"/${manfile/.es/} > ;; > *.fr.?) use linguas_fr \ > && cp ${manfile} "${T}"/${manfile/.fr/} \ > && doman -i18n=fr "${T}"/${manfile/.fr/} > ;; > *) doman ${manfile} > ;; > esac > done >}
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 382849
:
286371
|
286373
|
322126
|
322130