* [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/, media-libs/pulseaudio-qt/files/
@ 2019-03-09 21:10 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2019-03-09 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 6759246792b15f82e9d6494fbf01abf6df3d9b62
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 20:02:55 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 21:05:01 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67592467
media-libs/pulseaudio-qt: 1.0.0 initial release version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../files/pulseaudio-qt-1.0.0-bogusdeps.patch | 30 ++++++++++++++++++
.../pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
new file mode 100644
index 0000000000..28661e9722
--- /dev/null
+++ b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
@@ -0,0 +1,30 @@
+From 58beeb4837da3c726a886e8ea20eca854084fdb0 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas <arojas@archlinux.org>
+Date: Fri, 8 Mar 2019 15:36:21 +0100
+Subject: Remove unused dependencies
+
+These seem to be leftovers from plasma-pa
+
+Differential Revision: https://phabricator.kde.org/D19607
+---
+ CMakeLists.txt | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3aabeb6..5ea8caf 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -67,11 +67,6 @@ configure_package_config_file(
+ INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR}
+ )
+
+-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+- CoreAddons
+- DocTools
+- I18n
+-)
+ find_package(PulseAudio 5.0.0 REQUIRED)
+ find_package(GLIB2 REQUIRED)
+
+--
+cgit v1.1
diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
new file mode 100644
index 0000000000..502047c515
--- /dev/null
+++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_QTHELP="true"
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="Qt bindings for libpulse"
+HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ dev-libs/glib:2
+ media-sound/pulseaudio
+"
+DEPEND="${RDEPEND}
+ test? (
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtquickcontrols2)
+ )
+"
+
+PATCHES=( "${FILESDIR}/${P}-bogusdeps.patch" )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/, media-libs/pulseaudio-qt/files/
@ 2019-03-25 19:32 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2019-03-25 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 81299ed05a5c416825d76f9af7cd7a4b85a158e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 19:31:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 19:31:54 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=81299ed0
media-libs/pulseaudio-qt: Drop 1.0.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../files/pulseaudio-qt-1.0.0-bogusdeps.patch | 30 ------------------
.../pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild | 36 ----------------------
2 files changed, 66 deletions(-)
diff --git a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
deleted file mode 100644
index 28661e9722..0000000000
--- a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 58beeb4837da3c726a886e8ea20eca854084fdb0 Mon Sep 17 00:00:00 2001
-From: Antonio Rojas <arojas@archlinux.org>
-Date: Fri, 8 Mar 2019 15:36:21 +0100
-Subject: Remove unused dependencies
-
-These seem to be leftovers from plasma-pa
-
-Differential Revision: https://phabricator.kde.org/D19607
----
- CMakeLists.txt | 5 -----
- 1 file changed, 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3aabeb6..5ea8caf 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -67,11 +67,6 @@ configure_package_config_file(
- INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR}
- )
-
--find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
-- CoreAddons
-- DocTools
-- I18n
--)
- find_package(PulseAudio 5.0.0 REQUIRED)
- find_package(GLIB2 REQUIRED)
-
---
-cgit v1.1
diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
deleted file mode 100644
index 502047c515..0000000000
--- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_QTHELP="true"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="Qt bindings for libpulse"
-HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- dev-libs/glib:2
- media-sound/pulseaudio
-"
-DEPEND="${RDEPEND}
- test? (
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtquickcontrols2)
- )
-"
-
-PATCHES=( "${FILESDIR}/${P}-bogusdeps.patch" )
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-25 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-09 21:10 [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/, media-libs/pulseaudio-qt/files/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-03-25 19:32 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox