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>[email protected]</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)" -}
