public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/
@ 2011-10-24 23:33 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-10-24 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3d3379f8228f6fc3ee24ea299d711d840eb86b84
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 23:29:06 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 23:29:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d3379f8

[kde-misc/libmm-qt] Add new lib for nm

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

---
 kde-misc/libmm-qt/libmm-qt-9999.ebuild |   33 ++++++++++++++++++++++++++++++++
 kde-misc/libmm-qt/metadata.xml         |    5 ++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
new file mode 100644
index 0000000..8d651eb
--- /dev/null
+++ b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+
+MY_PN="libnm-qt"
+MY_P="${MY_PN}-${PV}"
+
+KDE_SCM="git"
+EGIT_REPONAME="clones/kde-workspace/iliakats/libnm-qt"
+
+CMAKE_USE_DIR="${S}/libmm-qt"
+
+inherit kde4-base
+
+DESCRIPTION="MM bindings for QT"
+HOMEPAGE="http://kde.org/"
+[[ ${PV} = 9999* ]] || SRC_URI="mirror://kde/unstable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+SLOT="4"
+IUSE=""
+
+DEPEND="
+	net-misc/mobile-broadband-provider-info
+	>=net-misc/networkmanager-0.9.0
+"
+RDEPEND="${DEPEND}"
+

diff --git a/kde-misc/libmm-qt/metadata.xml b/kde-misc/libmm-qt/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-misc/libmm-qt/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>



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/
@ 2011-10-28 10:09 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-10-28 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     28f60558f00d6e3581c1d866b396ea0ab3960812
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Oct 28 10:09:23 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Oct 28 10:09:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=28f60558

[kde-misc/libmm-qt] Repo moved by upstream

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

---
 kde-misc/libmm-qt/libmm-qt-9999.ebuild |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
index 8d651eb..6a8f7af 100644
--- a/kde-misc/libmm-qt/libmm-qt-9999.ebuild
+++ b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
@@ -10,9 +10,6 @@ MY_PN="libnm-qt"
 MY_P="${MY_PN}-${PV}"
 
 KDE_SCM="git"
-EGIT_REPONAME="clones/kde-workspace/iliakats/libnm-qt"
-
-CMAKE_USE_DIR="${S}/libmm-qt"
 
 inherit kde4-base
 
@@ -30,4 +27,3 @@ DEPEND="
 	>=net-misc/networkmanager-0.9.0
 "
 RDEPEND="${DEPEND}"
-



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/
@ 2011-10-28 10:30 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-10-28 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0f571ac6d1644a601e9488321f6a62e3aeee386c
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 10:29:59 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 10:29:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0f571ac6

[kde-misc/libmm-qt] Simplify ebuild

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

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

diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
index 6a8f7af..78b2a08 100644
--- a/kde-misc/libmm-qt/libmm-qt-9999.ebuild
+++ b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
@@ -5,17 +5,12 @@
 EAPI=4
 
 KDE_MINIMAL="4.6"
-
-MY_PN="libnm-qt"
-MY_P="${MY_PN}-${PV}"
-
 KDE_SCM="git"
 
 inherit kde4-base
 
 DESCRIPTION="MM bindings for QT"
 HOMEPAGE="http://kde.org/"
-[[ ${PV} = 9999* ]] || SRC_URI="mirror://kde/unstable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/
@ 2013-04-23 20:52 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2013-04-23 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e334929781c7fbb13b9e04c88ba93347e899b5c5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:12:03 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:12:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e3349297

[kde-misc/libmm-qt] QA fixes.

Package-Manager: portage-2.2.0_alpha173

---
 kde-misc/libmm-qt/libmm-qt-9999.ebuild |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
index 6abd588..f56ccfc 100644
--- a/kde-misc/libmm-qt/libmm-qt-9999.ebuild
+++ b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
@@ -2,22 +2,20 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
-
-KDE_MINIMAL="4.6"
+EAPI=5
 
 inherit kde4-base
 
-DESCRIPTION="MM bindings for QT"
-HOMEPAGE="http://kde.org/"
+DESCRIPTION="Modemmanager bindings for Qt"
+HOMEPAGE="http://www.kde.org/"
 
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""
 SLOT="4"
-IUSE=""
+IUSE="debug"
 
-DEPEND="
+RDEPEND="
 	net-misc/mobile-broadband-provider-info
-	>=net-misc/networkmanager-0.9.0
+	>=net-misc/networkmanager-0.9.0[modemmanager]
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/
@ 2013-04-23 20:52 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2013-04-23 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b0a0fcc6d9e933a27e93245df22c40e0acd67b87
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:26:08 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:26:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0a0fcc6

[kde-misc/libmm-qt] Moved to cat net-libs.

Package-Manager: portage-2.2.0_alpha173

---
 kde-misc/libmm-qt/libmm-qt-9999.ebuild |   21 ---------------------
 kde-misc/libmm-qt/metadata.xml         |    5 -----
 2 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild
deleted file mode 100644
index f56ccfc..0000000
--- a/kde-misc/libmm-qt/libmm-qt-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Modemmanager bindings for Qt"
-HOMEPAGE="http://www.kde.org/"
-
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-	net-misc/mobile-broadband-provider-info
-	>=net-misc/networkmanager-0.9.0[modemmanager]
-"
-DEPEND="${RDEPEND}"

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


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

end of thread, other threads:[~2013-04-23 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 10:09 [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2013-04-23 20:52 Johannes Huber
2013-04-23 20:52 Johannes Huber
2011-10-28 10:30 Alexey Shvetsov
2011-10-24 23:33 Alexey Shvetsov

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