* [gentoo-commits] proj/kde:master commit in: kde-base/solid/
@ 2011-05-24 2:38 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 2:38 UTC (permalink / raw
To: gentoo-commits
commit: f31b8c181f7078006fa2482738eab608ff133ee6
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 02:19:38 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 02:19:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f31b8c18
[kde-base/solid] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/solid/solid-4.6.80.ebuild | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/kde-base/solid/solid-4.6.80.ebuild b/kde-base/solid/solid-4.6.80.ebuild
new file mode 100644
index 0000000..81c4db5
--- /dev/null
+++ b/kde-base/solid/solid-4.6.80.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.6.0.ebuild,v 1.2 2011/02/02 11:25:09 scarabeus Exp $
+
+EAPI="4"
+
+KMNAME="kde-workspace"
+CPPUNIT_REQUIRED="test"
+inherit kde4-meta
+
+DESCRIPTION="Solid: the KDE hardware library"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug bluetooth networkmanager wicd"
+
+DEPEND="
+ networkmanager? ( >=net-misc/networkmanager-0.7 )
+ wicd? ( net-misc/wicd )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep solid-runtime)
+"
+
+PDEPEND="bluetooth? ( net-wireless/bluedevil )"
+
+KMEXTRA="
+ libs/solid/
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with networkmanager NetworkManager)
+ $(cmake-utils_use_build wicd)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/solid/
@ 2011-10-21 23:56 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2011-10-21 23:56 UTC (permalink / raw
To: gentoo-commits
commit: eb6634ba93963830b682bace947a0cba29635197
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Oct 21 23:56:47 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 23:56:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eb6634ba
[kde-base/solid] Allow compilation with networkmanager-0.9, bug 387235
(Portage version: 2.1.10.29/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/solid/solid-4.7.49.9999.ebuild | 2 +-
kde-base/solid/solid-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/solid/solid-4.7.49.9999.ebuild b/kde-base/solid/solid-4.7.49.9999.ebuild
index c5748eb..5726896 100644
--- a/kde-base/solid/solid-4.7.49.9999.ebuild
+++ b/kde-base/solid/solid-4.7.49.9999.ebuild
@@ -13,7 +13,7 @@ KEYWORDS=""
IUSE="debug bluetooth networkmanager wicd"
DEPEND="
- networkmanager? ( >=net-misc/networkmanager-0.7 )
+ networkmanager? ( net-misc/networkmanager )
wicd? ( net-misc/wicd )
"
RDEPEND="${DEPEND}
diff --git a/kde-base/solid/solid-9999.ebuild b/kde-base/solid/solid-9999.ebuild
index c5748eb..5726896 100644
--- a/kde-base/solid/solid-9999.ebuild
+++ b/kde-base/solid/solid-9999.ebuild
@@ -13,7 +13,7 @@ KEYWORDS=""
IUSE="debug bluetooth networkmanager wicd"
DEPEND="
- networkmanager? ( >=net-misc/networkmanager-0.7 )
+ networkmanager? ( net-misc/networkmanager )
wicd? ( net-misc/wicd )
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/solid/
@ 2013-04-26 7:12 Patrick Lauer
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer @ 2013-04-26 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 6e6dbade28c935d027a49340ede53f7bdc998d29
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 07:11:44 2013 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 07:12:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6e6dbade
[kde-base/solid] crude fix for #467078 to make things compile
---
kde-base/solid/solid-9999.ebuild | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/kde-base/solid/solid-9999.ebuild b/kde-base/solid/solid-9999.ebuild
index 2566810..06e6a7d 100644
--- a/kde-base/solid/solid-9999.ebuild
+++ b/kde-base/solid/solid-9999.ebuild
@@ -22,9 +22,7 @@ RDEPEND="${DEPEND}
PDEPEND="bluetooth? ( net-wireless/bluedevil )"
-KMEXTRA="
- libs/solid/
-"
+src_prepare() { :; }
src_configure() {
mycmakeargs=(
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/solid/
@ 2013-04-26 7:32 Patrick Lauer
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer @ 2013-04-26 7:32 UTC (permalink / raw
To: gentoo-commits
commit: cf6f44b6c14a7942ee7bf7c1ee04582acaa221c8
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 07:31:39 2013 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 07:31:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf6f44b6
Revert "[kde-base/solid] crude fix for #467078 to make things compile"
This reverts commit 6e6dbade28c935d027a49340ede53f7bdc998d29.
---
kde-base/solid/solid-9999.ebuild | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/kde-base/solid/solid-9999.ebuild b/kde-base/solid/solid-9999.ebuild
index 06e6a7d..2566810 100644
--- a/kde-base/solid/solid-9999.ebuild
+++ b/kde-base/solid/solid-9999.ebuild
@@ -22,7 +22,9 @@ RDEPEND="${DEPEND}
PDEPEND="bluetooth? ( net-wireless/bluedevil )"
-src_prepare() { :; }
+KMEXTRA="
+ libs/solid/
+"
src_configure() {
mycmakeargs=(
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/solid/
@ 2013-07-31 18:32 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2013-07-31 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 3ea7eec170b17d10b5d73310317b343117f72d3e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 18:30:54 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 18:30:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3ea7eec1
[kde-base/solid] Removed empty package.
---
kde-base/solid/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/kde-base/solid/metadata.xml b/kde-base/solid/metadata.xml
deleted file mode 100644
index 55b21c0..0000000
--- a/kde-base/solid/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-<use>
- <flag name="wicd">Enable Wicd wired and wireless network manager.</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-31 18:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 7:32 [gentoo-commits] proj/kde:master commit in: kde-base/solid/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2013-07-31 18:32 Johannes Huber
2013-04-26 7:12 Patrick Lauer
2011-10-21 23:56 Andreas Hüttel
2011-05-24 2:38 Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox