Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-misc/qconnman/
Date: Fri, 28 Oct 2016 15:31:46
Message-Id: 1477668692.d40eaae7c97322a13da82a5ecc4231d59f39fe93.kensington@gentoo
1 commit: d40eaae7c97322a13da82a5ecc4231d59f39fe93
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 15:31:29 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 15:31:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d40eaae7
7
8 net-misc/qconnman: remove old library with no revdeps
9
10 net-misc/qconnman/metadata.xml | 8 --------
11 net-misc/qconnman/qconnman-9999.ebuild | 34 ----------------------------------
12 2 files changed, 42 deletions(-)
13
14 diff --git a/net-misc/qconnman/metadata.xml b/net-misc/qconnman/metadata.xml
15 deleted file mode 100644
16 index 1723768..0000000
17 --- a/net-misc/qconnman/metadata.xml
18 +++ /dev/null
19 @@ -1,8 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <maintainer type="project">
24 - <email>qt@g.o</email>
25 - <name>Gentoo Qt Project</name>
26 - </maintainer>
27 -</pkgmetadata>
28
29 diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild
30 deleted file mode 100644
31 index 07db93f..0000000
32 --- a/net-misc/qconnman/qconnman-9999.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -inherit multilib qt4-r2 git-r3
42 -
43 -DESCRIPTION="Qt4 Connman Applet"
44 -HOMEPAGE="https://bitbucket.org/devonit/qconnman"
45 -EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git"
46 -
47 -LICENSE="LGPL-2.1+"
48 -SLOT="0"
49 -KEYWORDS=""
50 -
51 -### TODO: add static-libs and qt5 support
52 -IUSE=""
53 -
54 -DEPEND="
55 - dev-qt/qtcore:4
56 - dev-qt/qtdbus:4
57 - dev-qt/qtgui:4
58 - net-misc/connman
59 -"
60 -RDEPEND="${DEPEND}"
61 -
62 -DOCS="AUTHORS README"
63 -
64 -src_configure() {
65 - eqmake4 \
66 - PREFIX="${EPREFIX}/usr" \
67 - LIBDIR="$(get_libdir)"
68 -}