public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-guis:master commit in: profiles/, app-portage/kportagetray/
@ 2011-02-04  4:03 wizzleby
  0 siblings, 0 replies; only message in thread
From: wizzleby @ 2011-02-04  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2d353718a74663e8bcfd290e04cf32dfcf90b033
Author:     Locke Shinseiko <wizzleby <AT> gmail <DOT> com>
AuthorDate: Fri Feb  4 04:02:54 2011 +0000
Commit:     Locke Shinseiko <wizzleby <AT> gmail <DOT> com>
CommitDate: Fri Feb  4 04:02:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=commit;h=2d353718a74663e8bcfd290e04cf32dfcf90b033

[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 34dad39689bd33480626a665193c065979bf0a91 SHA1 5787e64eb1b3aa7cf7274b428a3f727cb5b5e046 SHA256 a6cbb686e8fb38ff634718ddfc561680454db0d37c1dda2652d530b5e14cc404
+EBUILD kportagetray-0.2.4.ebuild 1126 RMD160 e4a11cc4b2b3de7796044daa484072e7421f91ec SHA1 a0a6ca95de45ea25ab57f00d2388994ed0ab472f SHA256 4a1af01d05b05ed2a0f8b7a5b9aba7012974eb4187e56ab1607c3d06e7bf20ff
+EBUILD kportagetray-9999.ebuild 1115 RMD160 88d55a450282a06584dec61804de222180808f18 SHA1 ee377e92121c424c6c35e25408840ea4761b3e4f SHA256 600a9a1fa38a362a285e53d7a6fff376f601ebc68b20a0978be5f336585a1396
+MISC metadata.xml 382 RMD160 607e915ba3f3d9d8ec572d773e5e4e75201fd5b1 SHA1 209ff6873ba99aded82ca0f30dc207cb63cbef6d SHA256 6b29a392e4890b88f4b6acec11d4f889041af6a805585e4c3b1c54d562d3eb5b

diff --git a/app-portage/kportagetray/kportagetray-0.2.4.ebuild b/app-portage/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=3
+
+SCM=""
+if [ "${PV%9999}" != "${PV}" ] ; then
+	SCM=git
+	EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+fi
+
+KDE_LINGUAS="pt_BR"
+PYTHON_DEPEND="2:2.6"
+
+inherit ${SCM} kde4-base python
+
+DESCRIPTION="Graphical application for Portage's daily tasks"
+HOMEPAGE="http://gitorious.org/kportagetray"
+
+if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
+	SRC_URI=""
+else
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+fi
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE=""
+
+DEPEND="
+	dev-python/PyQt4[svg,dbus]
+	>=kde-base/pykde4-${KDE_MINIMAL}
+"
+RDEPEND="${DEPEND}
+	app-portage/eix
+	app-portage/genlop
+	>=kde-base/kdesu-${KDE_MINIMAL}
+	>=kde-base/knotify-${KDE_MINIMAL}
+	>=kde-base/konsole-${KDE_MINIMAL}
+"
+
+pkg_setup() {
+	python_set_active_version 2
+	kde4-base_pkg_setup
+}
+
+src_unpack() {
+	if [ "${PV%9999}" != "${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-portage/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=3
+
+SCM=""
+if [ "${PV%9999}" != "${PV}" ] ; then
+	SCM=git
+	EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+fi
+
+KDE_LINGUAS="pt_BR"
+PYTHON_DEPEND="2:2.6"
+
+inherit ${SCM} kde4-base python
+
+DESCRIPTION="Graphical application for Portage's daily tasks"
+HOMEPAGE="http://gitorious.org/kportagetray"
+
+if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
+	SRC_URI=""
+else
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+fi
+
+LICENSE="GPL-3"
+KEYWORDS=""
+SLOT="4"
+IUSE=""
+
+DEPEND="
+	dev-python/PyQt4[svg,dbus]
+	>=kde-base/pykde4-${KDE_MINIMAL}
+"
+RDEPEND="${DEPEND}
+	app-portage/eix
+	app-portage/genlop
+	>=kde-base/kdesu-${KDE_MINIMAL}
+	>=kde-base/knotify-${KDE_MINIMAL}
+	>=kde-base/konsole-${KDE_MINIMAL}
+"
+
+pkg_setup() {
+	python_set_active_version 2
+	kde4-base_pkg_setup
+}
+
+src_unpack() {
+	if [ "${PV%9999}" != "${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/kportagetray/metadata.xml
new file mode 100644
index 0000000..e897f67
--- /dev/null
+++ b/app-portage/kportagetray/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+	<maintainer>
+		<email>wizzleby@gmail.com</email>
+		<name>Locke Shinseiko (Wizzleby)</name>
+	</maintainer>
+	<maintainer>
+		<email>ronisbr@gmail.com</email>
+		<name>Ronan Arraes Jardim Chagas (Ronis_BR)</name>
+	</maintainer>
+
+</pkgmetadata>

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-04  4:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04  4:03 [gentoo-commits] proj/gentoo-guis:master commit in: profiles/, app-portage/kportagetray/ wizzleby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox