public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/files/, x11-libs/libqxt/
@ 2018-04-11 23:10 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-04-11 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1772b77e716f2fd872278d2fa7cd5d24f78288a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 20:34:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 20:35:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1772b77e

x11-libs/libqxt: No more development

Bug: https://bugs.gentoo.org/644478
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../libqxt/files/libqxt-use-system-qdoc3.patch     | 24 -------
 x11-libs/libqxt/libqxt-9999.ebuild                 | 82 ----------------------
 x11-libs/libqxt/metadata.xml                       | 14 ----
 3 files changed, 120 deletions(-)

diff --git a/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch b/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch
deleted file mode 100644
index 99f76509..00000000
--- a/x11-libs/libqxt/files/libqxt-use-system-qdoc3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- libqxt~orig/doc/doc.pri	2010-08-19 17:06:12.000000000 +0200
-+++ libqxt/doc/doc.pri	2010-08-19 17:08:16.000000000 +0200
-@@ -1,5 +1,3 @@
--SUBDIRS += tools/3rdparty/qdoc3
--
- win32 {
-     QXT_WINCONFIG = release/
-     !CONFIG(release, debug|release) {
-@@ -16,14 +14,13 @@
- }
- 
- $$unixstyle {
--    QDOC = QXT_SOURCE_TREE=$$QXT_SOURCE_TREE QXT_BUILD_TREE=$$QXT_BUILD_TREE $$QXT_BUILD_TREE/tools/3rdparty/qdoc3/$${QXT_WINCONFIG}qdoc3
-+    QDOC = QXT_SOURCE_TREE=$$QXT_SOURCE_TREE QXT_BUILD_TREE=$$QXT_BUILD_TREE $$[QT_INSTALL_BINS]/qdoc3
- } else {
-     QDOC = set QXT_SOURCE_TREE=$$QXT_SOURCE_TREE&& set QXT_BUILD_TREE=$$QXT_BUILD_TREE&& $$QXT_BUILD_TREE/tools/3rdparty/qdoc3/$${QXT_WINCONFIG}qdoc3.exe
-     QDOC = $$replace(QDOC, "/", "\\\\")
- }
- 
- adp_docs.commands = ($$QDOC -DQXT_DOXYGEN_RUN $$QXT_SOURCE_TREE/doc/src/qxt.qdocconf)
--adp_docs.depends += sub-tools-3rdparty-qdoc3
- docs.depends = adp_docs
- QMAKE_EXTRA_TARGETS += adp_docs docs
- 

diff --git a/x11-libs/libqxt/libqxt-9999.ebuild b/x11-libs/libqxt/libqxt-9999.ebuild
deleted file mode 100644
index 3a21bc63..00000000
--- a/x11-libs/libqxt/libqxt-9999.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils git-r3
-
-DESCRIPTION="Extension library providing cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="https://bitbucket.org/libqxt/libqxt/wiki/Home"
-EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git"
-
-LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS=""
-IUSE="berkdb debug doc sql web xscreensaver zeroconf"
-
-COMMON_DEPEND="
-	dev-qt/designer:4
-	dev-qt/qtcore:4[ssl]
-	dev-qt/qtgui:4
-	x11-libs/libXrandr
-	berkdb? ( >=sys-libs/db-4.6:= )
-	sql? ( dev-qt/qtsql:4 )
-	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-"
-DEPEND="${COMMON_DEPEND}
-	doc? ( dev-qt/qthelp:4 )
-"
-RDEPEND="${COMMON_DEPEND}
-	xscreensaver? ( x11-libs/libXScrnSaver )
-"
-
-DOCS=( AUTHORS CHANGES README )
-PATCHES=(
-	"${FILESDIR}/${PN}-use-system-qdoc3.patch"
-)
-
-src_prepare() {
-	default
-
-	# remove insecure runpath
-	sed -i -e '/^QMAKE_RPATHDIR /d' src/qxtlibs.pri || die
-}
-
-src_configure() {
-	# custom configure script
-	local myconf=(
-		./configure -verbose
-		-prefix "${EPREFIX}/usr"
-		-libdir "${EPREFIX}/usr/$(get_libdir)"
-		-docdir "${EPREFIX}/usr/share/doc/${PF}"
-		-qmake-bin "$(qt4_get_bindir)/qmake"
-		$(use debug && echo -debug || echo -release)
-		$(use berkdb || echo -no-db -nomake berkeley)
-		$(use doc || echo -nomake docs)
-		$(use sql || echo -nomake sql)
-		$(use web || echo -nomake web)
-		$(use zeroconf || echo -no-zeroconf -nomake zeroconf)
-	)
-	echo "${myconf[@]}"
-	"${myconf[@]}" || die "./configure failed"
-
-	eqmake4 -recursive
-}
-
-src_compile() {
-	default
-
-	use doc && emake docs
-}
-
-pkg_postinst() {
-	if use doc; then
-		einfo
-		einfo "In case you want to browse ${PN} documentation using"
-		einfo "Qt Assistant, perform the following steps:"
-		einfo "  1. Open the Assistant"
-		einfo "  2. Edit -> Preferences -> Documentation -> Add"
-		einfo "  3. Add this path: ${EPREFIX}/usr/share/doc/${PF}/qxt.qch"
-		einfo
-	fi
-}

diff --git a/x11-libs/libqxt/metadata.xml b/x11-libs/libqxt/metadata.xml
deleted file mode 100644
index deeb1de7..00000000
--- a/x11-libs/libqxt/metadata.xml
+++ /dev/null
@@ -1,14 +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>
-	<use>
-		<flag name="berkdb">Build the QxtBerkeley module</flag>
-		<flag name="sql">Build the QxtSql module</flag>
-		<flag name="web">Build the QxtWeb module</flag>
-		<flag name="zeroconf">Build the QxtZeroconf module</flag>
-	</use>
-</pkgmetadata>


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

only message in thread, other threads:[~2018-04-11 23:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-11 23:10 [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/files/, x11-libs/libqxt/ Andreas Sturmlechner

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