[gentoo-commits] proj/qt:master commit in: net-misc/qconnman/

2016-10-28 Thread Michael Palimaka
commit: d40eaae7c97322a13da82a5ecc4231d59f39fe93
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 15:31:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 15:31:32 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d40eaae7

net-misc/qconnman: remove old library with no revdeps

 net-misc/qconnman/metadata.xml |  8 
 net-misc/qconnman/qconnman-.ebuild | 34 --
 2 files changed, 42 deletions(-)

diff --git a/net-misc/qconnman/metadata.xml b/net-misc/qconnman/metadata.xml
deleted file mode 100644
index 1723768..000
--- a/net-misc/qconnman/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-

diff --git a/net-misc/qconnman/qconnman-.ebuild 
b/net-misc/qconnman/qconnman-.ebuild
deleted file mode 100644
index 07db93f..000
--- a/net-misc/qconnman/qconnman-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib qt4-r2 git-r3
-
-DESCRIPTION="Qt4 Connman Applet"
-HOMEPAGE="https://bitbucket.org/devonit/qconnman";
-EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS=""
-
-### TODO: add static-libs and qt5 support
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   net-misc/connman
-"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS README"
-
-src_configure() {
-   eqmake4 \
-   PREFIX="${EPREFIX}/usr" \
-   LIBDIR="$(get_libdir)"
-}



[gentoo-commits] proj/qt:master commit in: net-misc/qconnman/

2014-07-24 Thread Davide Pesavento
commit: 6f9e2412f48c66b7b1ac6f42a45709a24510004e
Author: Sema1011  gmail  com>
AuthorDate: Thu Jul 24 14:59:04 2014 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 24 21:20:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6f9e2412

[net-misc/qconnman] Update HOMEPAGE and EGIT_REPO_URI.

---
 net-misc/qconnman/qconnman-.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-misc/qconnman/qconnman-.ebuild 
b/net-misc/qconnman/qconnman-.ebuild
index a180097..b278586 100644
--- a/net-misc/qconnman/qconnman-.ebuild
+++ b/net-misc/qconnman/qconnman-.ebuild
@@ -7,12 +7,14 @@ EAPI=4
 inherit qt4-r2 git-2
 
 DESCRIPTION="Qt4 Connman Applet"
-HOMEPAGE="https://github.com/OSSystems/qconnman";
-EGIT_REPO_URI="git://github.com/OSSystems/${PN}.git"
+HOMEPAGE="https://bitbucket.org/devonit/qconnman";
+EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
+
+### TODO: add static-libs and qt5 support
 IUSE=""
 
 DEPEND="net-misc/connman
@@ -21,7 +23,7 @@ DEPEND="net-misc/connman
dev-qt/qtgui:4"
 RDEPEND="${DEPEND}"
 
-DOCS="README.md"
+DOCS="AUTHORS README"
 
 src_configure() {
eqmake4 ${PN}.pro PREFIX="/usr"



[gentoo-commits] proj/qt:master commit in: net-misc/qconnman/

2014-07-24 Thread Davide Pesavento
commit: f9d84712cb7e2767c9cdee6e8f0889645edc98b7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jul 24 21:33:19 2014 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 24 21:33:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f9d84712

[net-misc/qconnman] EAPI=5 and other updates.

Package-Manager: portage-2.2.10

---
 net-misc/qconnman/qconnman-.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/qconnman/qconnman-.ebuild 
b/net-misc/qconnman/qconnman-.ebuild
index b278586..da41d8d 100644
--- a/net-misc/qconnman/qconnman-.ebuild
+++ b/net-misc/qconnman/qconnman-.ebuild
@@ -2,29 +2,33 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-inherit qt4-r2 git-2
+inherit multilib qt4-r2 git-r3
 
 DESCRIPTION="Qt4 Connman Applet"
 HOMEPAGE="https://bitbucket.org/devonit/qconnman";
 EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git";
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS=""
 
 ### TODO: add static-libs and qt5 support
 IUSE=""
 
-DEPEND="net-misc/connman
+DEPEND="
dev-qt/qtcore:4
dev-qt/qtdbus:4
-   dev-qt/qtgui:4"
+   dev-qt/qtgui:4
+   net-misc/connman
+"
 RDEPEND="${DEPEND}"
 
 DOCS="AUTHORS README"
 
 src_configure() {
-   eqmake4 ${PN}.pro PREFIX="/usr"
+   eqmake4 \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="$(get_libdir)"
 }