public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, x11-misc/compton-conf/, x11-misc/obconf-qt/
@ 2016-04-23 18:02 Davide Pesavento
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2016-04-23 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b00a140cc672cd8f99084e69c6da8dd0776f397d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 18:01:48 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 18:01:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b00a140c

Remove a few more unmaintained live ebuilds.

 dev-libs/libqtxdg/libqtxdg-9999.ebuild         | 47 ------------------------
 dev-libs/libqtxdg/metadata.xml                 | 12 -------
 x11-misc/compton-conf/compton-conf-9999.ebuild | 43 ----------------------
 x11-misc/compton-conf/metadata.xml             | 12 -------
 x11-misc/obconf-qt/metadata.xml                | 12 -------
 x11-misc/obconf-qt/obconf-qt-9999.ebuild       | 50 --------------------------
 6 files changed, 176 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
deleted file mode 100644
index 0eea804..0000000
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils virtualx
-
-DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-	SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-
-CDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig
-	test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${CDEPEND}
-	x11-misc/xdg-utils
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-	cmake-utils_src_configure
-}
-
-src_test() {
-	VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
-}

diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml
deleted file mode 100644
index b41f7b5..0000000
--- a/dev-libs/libqtxdg/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>lxqt@gentoo.org</email>
-		<name>LXQt</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/x11-misc/compton-conf/compton-conf-9999.ebuild b/x11-misc/compton-conf/compton-conf-9999.ebuild
deleted file mode 100644
index 76a8dab..0000000
--- a/x11-misc/compton-conf/compton-conf-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXDE-Qt Compton Composite configuration tools"
-HOMEPAGE="http://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-	KEYWORDS=""
-else
-	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="qt4 +qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="x11-libs/libX11
-	x11-misc/compton
-	qt4? ( dev-qt/qtcore:4
-		dev-qt/qtdbus:4
-		dev-qt/qtgui:4 )
-	qt5? ( dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtwidgets:5 )"
-DEPEND="${RDEPEND}
-	dev-libs/libconfig
-	dev-qt/linguist-tools:5
-	virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		$( cmake-utils_use_use qt5 QT5 )
-	)
-	cmake-utils_src_configure
-}

diff --git a/x11-misc/compton-conf/metadata.xml b/x11-misc/compton-conf/metadata.xml
deleted file mode 100644
index d21eb25..0000000
--- a/x11-misc/compton-conf/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>lxde@gentoo.org</email>
-		<name>Gentoo LXDE Project</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/x11-misc/obconf-qt/metadata.xml b/x11-misc/obconf-qt/metadata.xml
deleted file mode 100644
index b41f7b5..0000000
--- a/x11-misc/obconf-qt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>lxqt@gentoo.org</email>
-		<name>LXQt</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild
deleted file mode 100644
index 7e5c02b..0000000
--- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Openbox window manager configuration tool"
-HOMEPAGE="http://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-	SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-IUSE="qt4 +qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="dev-libs/glib:2
-	dev-libs/libxml2
-	media-libs/fontconfig
-	media-libs/freetype
-	x11-wm/openbox:3
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXft
-	x11-libs/pango
-	qt4? ( dev-qt/qtcore:4
-		dev-qt/qtgui:4 )
-	qt5? ( dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtx11extras:5 )"
-DEPEND="${RDEPEND}
-	qt5? ( dev-qt/linguist-tools:5 )
-	virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		$( cmake-utils_use_use qt5 QT5 )
-	)
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-23 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23 18:02 [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, x11-misc/compton-conf/, x11-misc/obconf-qt/ Davide Pesavento

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