Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 152843 Details for
Bug 219902
porthole-0.6.0 final released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
porthole-0.6.0_rc3.ebuild (text/plain), 1.10 KB, created by
Brian Dolbec (RETIRED)
on 2008-05-11 14:32:28 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Brian Dolbec (RETIRED)
Created:
2008-05-11 14:32:28 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >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 ~sparc ~x86" >IUSE="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 ) > !app-portage/porthole-etc-proposals" > >DEPEND="${RDEPEND} > nls? ( >=sys-devel/gettext-0.14 )" > >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 219902
:
151493
|
152843
|
152963
|
153005
|
155141
|
208403