Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103055 Details for
Bug 156545
app-portage/portato (new ebuilds)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new portato-0.5.1b.ebuild
portato-0.5.1b.ebuild (text/plain), 1.34 KB, created by
René 'Necoro' Neumann
on 2006-11-30 10:50:54 UTC
(
hide
)
Description:
new portato-0.5.1b.ebuild
Filename:
MIME Type:
Creator:
René 'Necoro' Neumann
Created:
2006-11-30 10:50:54 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >DESCRIPTION="Portato - a GUI for Portage written in Python." >HOMEPAGE="http://portato.sourceforge.net" >SRC_URI="mirror://sourceforge/portato/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc" > >DEPEND=">=app-portage/gentoolkit-0.2.2 > >=dev-python/pygtk-2.8.6 > >=x11-libs/vte-0.12.2 > >=gnome-base/libglade-2.5.1 > doc? (>=dev-python/epydoc-2.0)" >RDEPEND="" > >S=${WORKDIR}/${PN} > >CONFIG_DIR="/etc/${PN}/" >DATA_DIR="/usr/share/${PN}/" > >apply_sed () >{ > cd ${S}/${PN} > > sed -i -e "s;^\(VERSION\s*=\s*\).*;\1\"${PV}\";" \ > -e "s;^\(CONFIG_DIR\s*=\s*\).*;\1\"${CONFIG_DIR}\";" \ > -e "s;^\(DATA_DIR\s*=\s*\).*;\1\"${DATA_DIR}\";" constants.py >} > > >pkg_setup () >{ > if ! built_with_use x11-libs/vte python; then > echo > eerror "x11-libs/vte has not been built with python support." > eerror "Please re-emerge vte with the python use-flag enabled." > die "missing python flag for x11-libs/vte" > fi >} > >src_unpack() >{ > unpack ${A} >} > >src_install () >{ > (apply_sed) || die "Applying sed-commands failed." > > dodir ${DATA_DIR} > distutils_src_install > > cd ${S} > newbin portato.py portato > dodoc doc/* > > # config > dodir ${CONFIG_DIR} > cp etc/* ${D}${CONFIG_DIR} > > # doc > if use doc; then > epydoc ${PN} > dohtml -r html/* > fi >}
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 156545
:
102940
|
103055
|
103286
|
103689
|
108067
|
115109
|
116826
|
116878
|
118684
|
118685
|
119084
|
119085
|
120884
|
121019
|
122847
|
122848
|
126427
|
126428
|
126991
|
129201