diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-03-07 20:06:20 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-03-07 20:06:20 +0000 |
commit | 37e5cb0552ab47866492b0537418f73c01911746 (patch) | |
tree | 585d0c23f5ce81ae1c73bda1173b23639dc24d1a /app-portage | |
parent | Remove old versions. (diff) | |
download | gentoo-2-37e5cb0552ab47866492b0537418f73c01911746.tar.gz gentoo-2-37e5cb0552ab47866492b0537418f73c01911746.tar.bz2 gentoo-2-37e5cb0552ab47866492b0537418f73c01911746.zip |
Remove old version.
(Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc6 i686)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portato/ChangeLog | 19 | ||||
-rw-r--r-- | app-portage/portato/portato-0.11.ebuild | 120 |
2 files changed, 17 insertions, 122 deletions
diff --git a/app-portage/portato/ChangeLog b/app-portage/portato/ChangeLog index 3296bfea5233..ba9248b3adf7 100644 --- a/app-portage/portato/ChangeLog +++ b/app-portage/portato/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/portato -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.13 2008/09/16 20:07:29 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.14 2009/03/07 20:06:20 betelgeuse Exp $ + + 07 Mar 2009; Petteri Räty <betelgeuse@gentoo.org> -portato-0.11.ebuild: + Remove old version. *portato-0.11.1 (16 Sep 2008) @@ -78,14 +81,20 @@ portato-0.8.1.ebuild: no kdesu needed if kdebase is installed +*portato-0.8.1 (04 Aug 2007) + 04 Aug 2007; René Neumann (Necoro) <necoro@necoro.net> -portato-0.8.0.ebuild, +portato-0.8.1.ebuild: Version bump +*portato-0.8.0 (30 Jul 2007) + 30 Jul 2007; René Neumann (Necoro) <necoro@necoro.net> -portato-0.7.5.ebuild, +portato-0.8.0.ebuild: Version bump portato +*portato-0.7.5 (23 Jun 2007) + 23 Jun 2007; René Neumann (Necoro) <necoro@necoro.net> -portato-0.7.4.2.ebuild, +portato-0.7.5.ebuild: Version bump @@ -98,6 +107,8 @@ portato-0.7.4.2.ebuild: Removed syntax useflag and made the portatosourceview mandatory +*portato-0.7.4.2 (03 Jun 2007) + 03 Jun 2007; René Neumann (Necoro) <necoro@necoro.net> -portato-0.7.4.1.ebuild, +portato-0.7.4.2.ebuild: Version bump @@ -106,6 +117,8 @@ -portato-0.7.3.ebuild: Drop old +*portato-0.7.4.1 (01 Jun 2007) + 01 Jun 2007; René Neumann (Necoro) <necoro@necoro.net> +portato-0.7.4.1.ebuild: Version bump to 0.7.4.1 @@ -113,6 +126,8 @@ 25 May 2007; Markus Ullmann <jokey@gentoo.org> portato-0.7.3.ebuild: coding style improvement +*portato-0.7.3 (12 May 2007) + 12 May 2007; René Neumann (Necoro) <necoro@necoro.net> +portato-0.7.3.ebuild, +metadata.xml: New ebuild for bug #156545 diff --git a/app-portage/portato/portato-0.11.ebuild b/app-portage/portato/portato-0.11.ebuild deleted file mode 100644 index d0bdab6cb832..000000000000 --- a/app-portage/portato/portato-0.11.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.11.ebuild,v 1.2 2008/08/01 21:17:21 jokey Exp $ - -EAPI=1 - -NEED_PYTHON="2.5" -inherit python eutils distutils - -DESCRIPTION="A GUI for Portage written in Python." -HOMEPAGE="http://portato.origo.ethz.ch/" -SRC_URI="http://download.origo.ethz.ch/portato/733/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="kde +libnotify nls userpriv" -LANGS="ca de pl tr" -for LANG in $LANGS; do IUSE="${IUSE} linguas_${LANG}"; done - -RDEPEND="app-portage/portage-utils - x11-libs/vte - gnome-base/libglade - dev-python/pygtksourceview:2 - >=dev-python/pygtk-2.12.0 - >=sys-apps/portage-2.1.2 - - !userpriv? ( - dev-python/shm - kde? ( || ( kde-base/kdesu kde-base/kdebase ) ) - !kde? ( x11-libs/gksu ) ) - - libnotify? ( dev-python/notify-python ) - nls? ( virtual/libintl )" - -# only needs gettext as build dependency -# 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" -PLUGIN_DIR="${DATA_DIR}/plugins" -ICON_DIR="${DATA_DIR}/icons" -TEMPLATE_DIR="${DATA_DIR}/templates" - -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_compile () -{ - local su="\"gksu -D 'Portato'\"" - use kde && su="\"kdesu -t -d -i '%s' --nonewdcop -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 - sed -i -e "s/Exec=.*/Exec=portato --no-fork/" portato.desktop || die "sed failed" - fi - - if use nls; then - ./pocompile.sh -emerge ${LINGUAS} || die "pocompile failed" - fi - - distutils_src_compile -} - -src_install () -{ - dodir ${DATA_DIR} || die - distutils_src_install - - newbin portato.py portato || die - dodoc doc/* - - # config - insinto ${CONFIG_DIR} - doins etc/* || die - - # plugins - insinto ${PLUGIN_DIR} - - # desktop - doicon icons/portato-icon.png || die - domenu portato.desktop || die - - # nls - use nls && domo i18n/mo/* -} - -pkg_postinst () -{ - distutils_pkg_postinst - python_mod_optimize "/${PLUGIN_DIR}" -} - -pkg_postrm () -{ - distutils_pkg_postrm - python_mod_cleanup "/${PLUGIN_DIR}" - - # try to remove the DATA_DIR, because it may still reside there, as it was tried - # to remove it before plugin stuff was purged - rmdir "${ROOT}"${DATA_DIR} 2> /dev/null -} |