Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186635 Details for
Bug 264167
[patch] app-portage/porthole: No trailing spaces in emerge command - ID: 2458039
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild which includes patch
porthole-0.6.0_rc4.ebuild (text/plain), 1.46 KB, created by
Alexander Goomenyuk
on 2009-03-29 13:22:33 UTC
(
hide
)
Description:
Ebuild which includes patch
Filename:
MIME Type:
Creator:
Alexander Goomenyuk
Created:
2009-03-29 13:22:33 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-portage/porthole/porthole-0.6.0_rc4.ebuild,v 1.1 2008/06/05 04:44:01 fuzzyray Exp $ > >inherit eutils distutils > >DESCRIPTION="A GTK+-based frontend to Portage" >HOMEPAGE="http://porthole.sourceforge.net" >SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" >IUSE="debug nls" > >RDEPEND=">=dev-lang/python-2.3 > >=sys-apps/portage-2.0.51-r3 > >=dev-python/pygtk-2.4.0 > >=dev-python/pyxml-0.8.4 > >=gnome-base/libglade-2.5.0 > nls? ( virtual/libintl ) > debug? ( >=dev-python/pycrash-0.4_pre3 )" >DEPEND="${RDEPEND} > nls? ( >=sys-devel/gettext-0.14 )" > >src_unpack() { > # No trailing spaces in emerge command - ID: 2458039 > # http://sourceforge.net/tracker/index.php?func=detail&aid=2458039&group_id=96324&atid=614397 > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PF}-newuse_trailing_whitespace.patch >} > >src_install() { > distutils_src_install > chmod -R a+rX "${D}"/usr/share/porthole > dodoc TODO README NEWS AUTHORS MANIFEST > keepdir /var/log/porthole > fperms g+w /var/log/porthole > keepdir /var/db/porthole > fperms g+w /var/db/porthole > # Compile localizations if necessary > if use nls ; then > cd "${D}"/usr/share/porthole > ./pocompile.sh || die "pocompile.sh failed" > fi >} > >pkg_preinst() { > chgrp portage "${D}"/var/log/porthole > chgrp portage "${D}"/var/db/porthole >}
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 264167
: 186635 |
186637
|
186673