public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/
@ 2011-04-13 18:38 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2011-04-13 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4311b101e98ba159c2accfb3a3987493bcd436f9
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 18:37:52 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 18:37:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4311b101

[kde-misc/plasma-mobile] Initial import

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key F82F92E6)

---
 kde-misc/plasma-mobile/metadata.xml              |    5 ++++
 kde-misc/plasma-mobile/plasma-mobile-9999.ebuild |   25 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/kde-misc/plasma-mobile/metadata.xml b/kde-misc/plasma-mobile/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-misc/plasma-mobile/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>

diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
new file mode 100644
index 0000000..079c261
--- /dev/null
+++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+KDE_MINIMAL="4.6"
+
+KDE_SCM="git"
+EGIT_REPONAME="plasma-mobile"
+
+inherit kde4-base
+
+DESCRIPTION="Plasma mobile shell for internet tablets"
+HOMEPAGE="http://kde.org/"
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+SLOT="4"
+IUSE=""
+
+DEPEND="
+		$(add_kdebase_dep plasma-workspace)
+"
+RDEPEND="${DEPEND}"



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/
@ 2011-04-13 20:11 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2011-04-13 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a6d10dfc20641a1835260d38997b471f239e80f6
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 20:10:55 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 20:11:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a6d10dfc

fix deps

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key F82F92E6)

---
 kde-misc/plasma-mobile/plasma-mobile-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
index 079c261..3b2e35b 100644
--- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
+++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
@@ -20,6 +20,7 @@ SLOT="4"
 IUSE=""
 
 DEPEND="
+		$(add_kdebase_dep nepomuk)
 		$(add_kdebase_dep plasma-workspace)
 "
 RDEPEND="${DEPEND}"



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/
@ 2011-09-26 21:02 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2011-09-26 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     135f2e2924c87cda05ccaea654cf5fc28f3ca3fd
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 21:00:48 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 21:00:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=135f2e29

[kde-misc/plasma-mobile] Fix collisions

(Portage version: 2.2.0_alpha59/git/Linux x86_64, signed Manifest commit with key F82F92E6)

---
 kde-misc/plasma-mobile/plasma-mobile-9999.ebuild |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
index b100fa7..40dfee1 100644
--- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
+++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
@@ -24,3 +24,8 @@ DEPEND="
 	$(add_kdebase_dep plasma-workspace)
 "
 RDEPEND="${DEPEND}"
+
+src_install() {
+	kde4-base_src_install
+	rm "${ED}/usr/share/apps/plasma/services/powermanagementservice.operations"	|| die
+}



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/
@ 2012-09-09 18:17 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-09-09 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e28252734093e94e718d2e06dc908f4f07b17286
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 18:15:45 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 18:15:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e2825273

[kde-misc/plasma-mobile] powermanagementservice.operations is no longer installed.

This change was introduced in upstream commit d85bb36571a461d9badee0b82fe349747524f586.

(Portage version: 2.1.11.14/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/plasma-mobile/plasma-mobile-9999.ebuild |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
index 3cdf12f..359ffd4 100644
--- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
+++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
@@ -20,8 +20,3 @@ DEPEND="
 	$(add_kdebase_dep plasma-workspace)
 "
 RDEPEND="${DEPEND}"
-
-src_install() {
-	kde4-base_src_install
-	rm "${ED}/usr/share/apps/plasma/services/powermanagementservice.operations"	|| die
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-09 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 18:38 [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2011-04-13 20:11 Alexey Shvetsov
2011-09-26 21:02 Alexey Shvetsov
2012-09-09 18:17 Michael Palimaka

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