From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PlCtZ-0007NM-Ar for garchives@archives.gentoo.org; Fri, 04 Feb 2011 04:03:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1AFE085A; Fri, 4 Feb 2011 04:03:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 96CBAE085A for ; Fri, 4 Feb 2011 04:03:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCD421B42BB for ; Fri, 4 Feb 2011 04:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EA1568006A for ; Fri, 4 Feb 2011 04:03:31 +0000 (UTC) To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, "Locke Shinseiko" Content-type: text/plain; charset=UTF-8 Message-ID: <2d353718a74663e8bcfd290e04cf32dfcf90b033.wizzleby@gentoo> Subject: [gentoo-commits] proj/gentoo-guis:master commit in: profiles/, app-portage/kportagetray/ X-VCS-Repository: proj/gentoo-guis X-VCS-Files: app-portage/kportagetray/Manifest app-portage/kportagetray/kportagetray-0.2.4.ebuild app-portage/kportagetray/kportagetray-9999.ebuild app-portage/kportagetray/metadata.xml profiles/categories X-VCS-Directories: profiles/ app-portage/kportagetray/ X-VCS-Committer: wizzleby X-VCS-Committer-Name: Locke Shinseiko X-VCS-Revision: 2d353718a74663e8bcfd290e04cf32dfcf90b033 Date: Fri, 4 Feb 2011 04:03:31 +0000 (UTC) From: wizzleby@gmail.com Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0c6e83acd4f6bc4ed101b1f136f64962 commit: 2d353718a74663e8bcfd290e04cf32dfcf90b033 Author: Locke Shinseiko gmail com> AuthorDate: Fri Feb 4 04:02:54 2011 +0000 Commit: Locke Shinseiko gmail com> CommitDate: Fri Feb 4 04:02:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-guis.g= it;a=3Dcommit;h=3D2d353718a74663e8bcfd290e04cf32dfcf90b033 [app-portage/kportagetray] Imported from kde overlay. [profiles/categories] created with category app-portage in. --- app-portage/kportagetray/Manifest | 4 + app-portage/kportagetray/kportagetray-0.2.4.ebuild | 64 ++++++++++++++= ++++++ app-portage/kportagetray/kportagetray-9999.ebuild | 64 ++++++++++++++= ++++++ app-portage/kportagetray/metadata.xml | 14 ++++ profiles/categories | 1 + 5 files changed, 147 insertions(+), 0 deletions(-) diff --git a/app-portage/kportagetray/Manifest b/app-portage/kportagetray= /Manifest new file mode 100644 index 0000000..20b4351 --- /dev/null +++ b/app-portage/kportagetray/Manifest @@ -0,0 +1,4 @@ +DIST kportagetray-0.2.4.tar.bz2 132793 RMD160 34dad39689bd33480626a66519= 3c065979bf0a91 SHA1 5787e64eb1b3aa7cf7274b428a3f727cb5b5e046 SHA256 a6cbb= 686e8fb38ff634718ddfc561680454db0d37c1dda2652d530b5e14cc404 +EBUILD kportagetray-0.2.4.ebuild 1126 RMD160 e4a11cc4b2b3de7796044daa484= 072e7421f91ec SHA1 a0a6ca95de45ea25ab57f00d2388994ed0ab472f SHA256 4a1af0= 1d05b05ed2a0f8b7a5b9aba7012974eb4187e56ab1607c3d06e7bf20ff +EBUILD kportagetray-9999.ebuild 1115 RMD160 88d55a450282a06584dec61804de= 222180808f18 SHA1 ee377e92121c424c6c35e25408840ea4761b3e4f SHA256 600a9a1= fa38a362a285e53d7a6fff376f601ebc68b20a0978be5f336585a1396 +MISC metadata.xml 382 RMD160 607e915ba3f3d9d8ec572d773e5e4e75201fd5b1 SH= A1 209ff6873ba99aded82ca0f30dc207cb63cbef6d SHA256 6b29a392e4890b88f4b6ac= ec11d4f889041af6a805585e4c3b1c54d562d3eb5b diff --git a/app-portage/kportagetray/kportagetray-0.2.4.ebuild b/app-por= tage/kportagetray/kportagetray-0.2.4.ebuild new file mode 100644 index 0000000..efeb510 --- /dev/null +++ b/app-portage/kportagetray/kportagetray-0.2.4.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +SCM=3D"" +if [ "${PV%9999}" !=3D "${PV}" ] ; then + SCM=3Dgit + EGIT_REPO_URI=3D"git://gitorious.org/${PN}/${PN}.git" +fi + +KDE_LINGUAS=3D"pt_BR" +PYTHON_DEPEND=3D"2:2.6" + +inherit ${SCM} kde4-base python + +DESCRIPTION=3D"Graphical application for Portage's daily tasks" +HOMEPAGE=3D"http://gitorious.org/kportagetray" + +if [ "${PV%9999}" !=3D "${PV}" ] ; then # Live ebuild + SRC_URI=3D"" +else + SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.bz2" +fi + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"4" +IUSE=3D"" + +DEPEND=3D" + dev-python/PyQt4[svg,dbus] + >=3Dkde-base/pykde4-${KDE_MINIMAL} +" +RDEPEND=3D"${DEPEND} + app-portage/eix + app-portage/genlop + >=3Dkde-base/kdesu-${KDE_MINIMAL} + >=3Dkde-base/knotify-${KDE_MINIMAL} + >=3Dkde-base/konsole-${KDE_MINIMAL} +" + +pkg_setup() { + python_set_active_version 2 + kde4-base_pkg_setup +} + +src_unpack() { + if [ "${PV%9999}" !=3D "${PV}" ] ; then + git_src_unpack + else + base_src_unpack + fi +} + +src_prepare() { + python_convert_shebangs -r 2 . + kde4-base_src_prepare +} + +pkg_postinst() { + kde4-base_pkg_postinst +} diff --git a/app-portage/kportagetray/kportagetray-9999.ebuild b/app-port= age/kportagetray/kportagetray-9999.ebuild new file mode 100644 index 0000000..8bc3563 --- /dev/null +++ b/app-portage/kportagetray/kportagetray-9999.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +SCM=3D"" +if [ "${PV%9999}" !=3D "${PV}" ] ; then + SCM=3Dgit + EGIT_REPO_URI=3D"git://gitorious.org/${PN}/${PN}.git" +fi + +KDE_LINGUAS=3D"pt_BR" +PYTHON_DEPEND=3D"2:2.6" + +inherit ${SCM} kde4-base python + +DESCRIPTION=3D"Graphical application for Portage's daily tasks" +HOMEPAGE=3D"http://gitorious.org/kportagetray" + +if [ "${PV%9999}" !=3D "${PV}" ] ; then # Live ebuild + SRC_URI=3D"" +else + SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.bz2" +fi + +LICENSE=3D"GPL-3" +KEYWORDS=3D"" +SLOT=3D"4" +IUSE=3D"" + +DEPEND=3D" + dev-python/PyQt4[svg,dbus] + >=3Dkde-base/pykde4-${KDE_MINIMAL} +" +RDEPEND=3D"${DEPEND} + app-portage/eix + app-portage/genlop + >=3Dkde-base/kdesu-${KDE_MINIMAL} + >=3Dkde-base/knotify-${KDE_MINIMAL} + >=3Dkde-base/konsole-${KDE_MINIMAL} +" + +pkg_setup() { + python_set_active_version 2 + kde4-base_pkg_setup +} + +src_unpack() { + if [ "${PV%9999}" !=3D "${PV}" ] ; then + git_src_unpack + else + base_src_unpack + fi +} + +src_prepare() { + python_convert_shebangs -r 2 . + kde4-base_src_prepare +} + +pkg_postinst() { + kde4-base_pkg_postinst +} diff --git a/app-portage/kportagetray/metadata.xml b/app-portage/kportage= tray/metadata.xml new file mode 100644 index 0000000..e897f67 --- /dev/null +++ b/app-portage/kportagetray/metadata.xml @@ -0,0 +1,14 @@ + + + + kde + + wizzleby@gmail.com + Locke Shinseiko (Wizzleby) + + + ronisbr@gmail.com + Ronan Arraes Jardim Chagas (Ronis_BR) + + + diff --git a/profiles/categories b/profiles/categories new file mode 100644 index 0000000..6151b24 --- /dev/null +++ b/profiles/categories @@ -0,0 +1 @@ +app-portage