public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/
Date: Sat,  4 May 2024 17:25:38 +0000 (UTC)	[thread overview]
Message-ID: <1714842949.bf2e79547294657fbf8c702ab778e05e264f35f3.ionen@gentoo> (raw)

commit:     bf2e79547294657fbf8c702ab778e05e264f35f3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 17:15:47 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May  4 17:15:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bf2e7954

app-emulation/q4wine: treeclean

Still in ::gentoo but no longer maintained by qt <AT> g.o so
cleaning from here. Will leave it up to future maintainers
to import the live ebuild to ::gentoo or elsewhere if wanted.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/q4wine/metadata.xml       | 17 ----------
 app-emulation/q4wine/q4wine-9999.ebuild | 56 ---------------------------------
 2 files changed, 73 deletions(-)

diff --git a/app-emulation/q4wine/metadata.xml b/app-emulation/q4wine/metadata.xml
deleted file mode 100644
index d5f783f4..00000000
--- a/app-emulation/q4wine/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-	<use>
-		<flag name="ico">Enable ico support via <pkg>media-gfx/icoutils</pkg></flag>
-		<flag name="iso">Support unprivileged mounting of ISO9660 images via <pkg>sys-fs/fuseiso</pkg></flag>
-		<flag name="wineappdb">Enable Wine AppDB browser support</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">brezerk/q4wine</remote-id>
-		<remote-id type="sourceforge">q4wine</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/app-emulation/q4wine/q4wine-9999.ebuild b/app-emulation/q4wine/q4wine-9999.ebuild
deleted file mode 100644
index 25b5a11f..00000000
--- a/app-emulation/q4wine/q4wine-9999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream names the package PV-rX. We change that to
-# PV_pX so we can use portage revisions.
-MY_P=${PN}-${PV/_p/-r}
-inherit cmake git-r3 xdg
-
-DESCRIPTION="Qt GUI configuration tool for Wine"
-HOMEPAGE="https://q4wine.brezblock.org.ua/"
-EGIT_REPO_URI="https://github.com/brezerk/q4wine.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="+dbus debug +ico +iso +wineappdb"
-
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsingleapplication[qt5(+),X]
-	dev-qt/qtsql:5[sqlite]
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	dbus? ( dev-qt/qtdbus:5 )
-	ico? ( >=media-gfx/icoutils-0.26.0 )
-"
-RDEPEND="${DEPEND}
-	app-admin/sudo
-	>=sys-apps/which-2.19
-	iso? ( sys-fs/fuseiso )
-"
-BDEPEND="
-	dev-qt/linguist-tools:5
-"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-	local mycmakeargs=(
-		-DDEBUG=$(usex debug ON OFF)
-		-DWITH_ICOUTILS=$(usex ico ON OFF)
-		-DWITH_SYSTEM_SINGLEAPP=ON
-		-DWITH_WINEAPPDB=$(usex wineappdb ON OFF)
-		-DUSE_BZIP2=OFF
-		-DUSE_GZIP=OFF
-		-DWITH_DBUS=$(usex dbus ON OFF)
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2024-05-04 17:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04 17:25 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-15 12:31 [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/ Jimi Huotari
2018-03-20 11:27 Michael Palimaka
2017-08-27  5:52 [gentoo-commits] proj/qt:qtbase59 " Michael Palimaka
2017-08-27  5:50 ` [gentoo-commits] proj/qt:master " Michael Palimaka
2016-10-28 12:31 Michael Palimaka
2013-12-28  0:17 Davide Pesavento
2013-10-19 15:36 Markos Chandras
2012-02-04 13:49 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714842949.bf2e79547294657fbf8c702ab778e05e264f35f3.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox