Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 202557 Details for
Bug 283071
app-portage/portato-0.13 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portato-0.13.ebuild.diff
portato-0.13.ebuild.diff (text/plain), 2.11 KB, created by
René 'Necoro' Neumann
on 2009-08-28 21:14:41 UTC
(
hide
)
Description:
portato-0.13.ebuild.diff
Filename:
MIME Type:
Creator:
René 'Necoro' Neumann
Created:
2009-08-28 21:14:41 UTC
Size:
2.11 KB
patch
obsolete
>--- /usr/portage/app-portage/portato/portato-0.12.1.ebuild 2009-05-20 00:36:02.000000000 +0200 >+++ portato-0.13.ebuild 2009-08-28 23:13:31.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.12.1.ebuild,v 1.2 2009/05/19 22:21:34 jokey Exp $ >+# $Header: $ > > EAPI="2" > >@@ -9,13 +9,13 @@ > > DESCRIPTION="A GUI for Portage written in Python." > HOMEPAGE="http://portato.origo.ethz.ch/" >-SRC_URI="http://download.origo.ethz.ch/portato/1045/${P}.tar.gz" >+SRC_URI="http://download.origo.ethz.ch/portato/1376/${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" > IUSE="kde +libnotify nls userpriv sqlite" >-LANGS="ca de es_ES pl tr" >+LANGS="ca de es_ES pl pt_BR tr" > for X in $LANGS; do IUSE="${IUSE} linguas_${X}"; done > > RDEPEND="app-portage/portage-utils >@@ -28,7 +28,7 @@ > !userpriv? ( > dev-python/shm > kde? ( || ( kde-base/kdesu kde-base/kdebase ) ) >- !kde? ( x11-libs/gksu ) ) >+ !kde? ( || ( x11-misc/ktsuss x11-libs/gksu ) ) ) > > libnotify? ( dev-python/notify-python ) > nls? ( virtual/libintl )" >@@ -37,7 +37,6 @@ > # python should be set as DEPEND in the python-eclass > DEPEND="nls? ( sys-devel/gettext )" > >-S="${WORKDIR}/${PN}" > CONFIG_DIR="etc/${PN}" > DATA_DIR="usr/share/${PN}" > LOCALE_DIR="usr/share/locale" >@@ -47,16 +46,12 @@ > > src_configure () > { >- local su="\"gksu -D 'Portato'\"" >- use kde && su="\"kdesu -t -d -i '%s' -c\" % APP_ICON" >- > sed -i -e "s;^\(VERSION\s*=\s*\).*;\1\"${PV}\";" \ > -e "s;^\(CONFIG_DIR\s*=\s*\).*;\1\"${ROOT}${CONFIG_DIR}/\";" \ > -e "s;^\(DATA_DIR\s*=\s*\).*;\1\"${ROOT}${DATA_DIR}/\";" \ > -e "s;^\(TEMPLATE_DIR\s*=\s*\).*;\1\"${ROOT}${TEMPLATE_DIR}/\";" \ > -e "s;^\(ICON_DIR\s*=\s*\).*;\1\"${ROOT}${ICON_DIR}/\";" \ > -e "s;^\(LOCALE_DIR\s*=\s*\).*;\1\"${ROOT}${LOCALE_DIR}/\";" \ >- -e "s;^\(SU_COMMAND\s*=\s*\).*;\1$su;" \ > "${PN}"/constants.py || die "sed failed" > > if use userpriv; then >@@ -95,6 +90,9 @@ > > # nls > use nls && domo i18n/mo/* >+ >+ # man page >+ doman portato.1 > } > > pkg_postinst ()
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283071
:
202556
| 202557