public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
@ 2012-03-10  8:19 Ben de Groot
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot @ 2012-03-10  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     809bcf664c1dc957b6644ce555728aebe185cc5a
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat Mar 10 08:19:11 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sat Mar 10 08:19:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=809bcf66

net-misc/qconnman: initial commit, based on ebuild by M from forums

---
 net-misc/qconnman/metadata.xml         |    5 +++++
 net-misc/qconnman/qconnman-9999.ebuild |   20 ++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/net-misc/qconnman/metadata.xml b/net-misc/qconnman/metadata.xml
new file mode 100644
index 0000000..ab02f99
--- /dev/null
+++ b/net-misc/qconnman/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>qt</herd>
+</pkgmetadata>

diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
new file mode 100644
index 0000000..7dacd65
--- /dev/null
+++ b/net-misc/qconnman/qconnman-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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"
+
+LICENSE="LGPL"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="net-misc/connman
+	x11-libs/qt-gui:4"
+RDEPEND="${DEPEND}"



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

* [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
@ 2012-03-16 17:03 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2012-03-16 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     039b3ff51a44e7caf2356c32ec3d114080c51b46
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Fri Mar 16 16:51:43 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Fri Mar 16 16:51:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=039b3ff5

[net-misc/qconnman] Fix license, add missing deps, install README, and install to /usr.

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

---
 net-misc/qconnman/qconnman-9999.ebuild |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
index 7dacd65..b63358d 100644
--- a/net-misc/qconnman/qconnman-9999.ebuild
+++ b/net-misc/qconnman/qconnman-9999.ebuild
@@ -4,17 +4,25 @@
 
 EAPI=4
 
-inherit qt4-r2 git-2
+inherit qt4-edge git-2
 
 DESCRIPTION="Qt4 Connman Applet"
 HOMEPAGE="https://github.com/OSSystems/qconnman"
 EGIT_REPO_URI="git://github.com/OSSystems/${PN}.git"
 
-LICENSE="LGPL"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
 
 DEPEND="net-misc/connman
+	x11-libs/qt-core:4
+	x11-libs/qt-dbus:4
 	x11-libs/qt-gui:4"
 RDEPEND="${DEPEND}"
+
+DOCS="README.md"
+
+src_configure() {
+	eqmake4 ${PN}.pro PREFIX="/usr"
+}



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

* [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
@ 2014-07-24 21:34 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2014-07-24 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6f9e2412f48c66b7b1ac6f42a45709a24510004e
Author:     Sema1011 <sema19689 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 14:59:04 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 21:20:15 2014 +0000
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-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
index a180097..b278586 100644
--- a/net-misc/qconnman/qconnman-9999.ebuild
+++ b/net-misc/qconnman/qconnman-9999.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"


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

* [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
@ 2014-07-24 21:34 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2014-07-24 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d84712cb7e2767c9cdee6e8f0889645edc98b7
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 21:33:19 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 21:33:19 2014 +0000
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-9999.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
index b278586..da41d8d 100644
--- a/net-misc/qconnman/qconnman-9999.ebuild
+++ b/net-misc/qconnman/qconnman-9999.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)"
 }


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

* [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
@ 2016-10-28 15:31 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-10-28 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d40eaae7c97322a13da82a5ecc4231d59f39fe93
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:31:29 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:31:32 2016 +0000
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-9999.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..0000000
--- a/net-misc/qconnman/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>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
deleted file mode 100644
index 07db93f..0000000
--- a/net-misc/qconnman/qconnman-9999.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)"
-}


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

end of thread, other threads:[~2016-10-28 15:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 17:03 [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28 15:31 Michael Palimaka
2014-07-24 21:34 Davide Pesavento
2014-07-24 21:34 Davide Pesavento
2012-03-10  8:19 Ben de Groot

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