public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2018-01-09  2:35 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-01-09  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     21163a7df007aabbd8936ee04475ad5a150d1923
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 02:31:45 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 02:31:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21163a7d

media-sound/bempc: Add 0.11_p20160207 Qt5-based snapshot

Closes: https://bugs.gentoo.org/539590
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/bempc/Manifest                    |  1 +
 media-sound/bempc/bempc-0.11_p20160207.ebuild | 59 +++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/media-sound/bempc/Manifest b/media-sound/bempc/Manifest
index 6896f700da2..5deebd33005 100644
--- a/media-sound/bempc/Manifest
+++ b/media-sound/bempc/Manifest
@@ -1 +1,2 @@
 DIST bempc-0.11.tar.xz 182588 BLAKE2B 52ce00bca550d1a33df3418fde578ab760b1cb8e9deb881ae0aafea257e90fe630d8fb33513616725d9ca26c30ee27fb053eaf51dc803db98c9584b4b2256b69 SHA512 ec1cd82d7b93b45c16ff54e6e14f0625af0042b863c65f72e06eeaf67933384fd527f6db15725363fc02ca1ce9a6855fbf215da2bef2e8c52e8fec70d742de5c
+DIST bempc-0.11_p20160207.zip 237795 BLAKE2B 80ccfa052fd5c41ff948e99cfef22a767a0788de7addec482804c1d28304c48deaf64ea2d43ead590675169e9f0574793c14e072c58056108df4c5aea964e284 SHA512 8e8d85db3d9c1ec9dce5f4a5f3bfa9981a2ff9b7f80abfcf38958fe36ac843c3c6f7dafa27a018899d4d4376acb910ac779b9a9dd6e1e95cd9cc1f9db0bc4a5e

diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild
new file mode 100644
index 00000000000..d0cee23dcc8
--- /dev/null
+++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=783ea4e61cbfe54250e809498b1496d6cbd5afa1
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Qt5 MPD client with experimental UI"
+HOMEPAGE="http://qt-apps.org/content/show.php?content=137091"
+SRC_URI="https://sourceforge.net/code-snapshots/git/b/be/be-mpc/code.git/be-mpc-code-${COMMIT}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	media-libs/libmpdclient
+"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+	default
+	mv be-mpc-code-"${COMMIT}" "${A%.zip}" || die
+}
+
+src_prepare() {
+	default
+
+	# Install on live fs should be done by portage itself
+	sed -e 's/postinstall/#postinstall/g' \
+		-i be.mpc.pro
+
+	# Fix invalid desktop file
+	sed -e 's/Categories=Application;Qt;Audio;/Categories=Qt;AudioVideo;Audio;/' \
+		-i be.mpc.desktop
+
+	eqmake5 be.mpc.pro
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2018-01-09  2:35 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-01-09  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0b86f7e94331a1b3331ecd106a9d534f63e32f08
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 02:32:09 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 02:32:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b86f7e9

media-sound/bempc: Drop old

Closes: https://bugs.gentoo.org/539590
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/bempc/Manifest          |  1 -
 media-sound/bempc/bempc-0.11.ebuild | 43 -------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/media-sound/bempc/Manifest b/media-sound/bempc/Manifest
index 5deebd33005..1a63b9c1db7 100644
--- a/media-sound/bempc/Manifest
+++ b/media-sound/bempc/Manifest
@@ -1,2 +1 @@
-DIST bempc-0.11.tar.xz 182588 BLAKE2B 52ce00bca550d1a33df3418fde578ab760b1cb8e9deb881ae0aafea257e90fe630d8fb33513616725d9ca26c30ee27fb053eaf51dc803db98c9584b4b2256b69 SHA512 ec1cd82d7b93b45c16ff54e6e14f0625af0042b863c65f72e06eeaf67933384fd527f6db15725363fc02ca1ce9a6855fbf215da2bef2e8c52e8fec70d742de5c
 DIST bempc-0.11_p20160207.zip 237795 BLAKE2B 80ccfa052fd5c41ff948e99cfef22a767a0788de7addec482804c1d28304c48deaf64ea2d43ead590675169e9f0574793c14e072c58056108df4c5aea964e284 SHA512 8e8d85db3d9c1ec9dce5f4a5f3bfa9981a2ff9b7f80abfcf38958fe36ac843c3c6f7dafa27a018899d4d4376acb910ac779b9a9dd6e1e95cd9cc1f9db0bc4a5e

diff --git a/media-sound/bempc/bempc-0.11.ebuild b/media-sound/bempc/bempc-0.11.ebuild
deleted file mode 100644
index a37a3c92b55..00000000000
--- a/media-sound/bempc/bempc-0.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-LANGS="cs de"
-inherit qt4-r2 fdo-mime
-
-DESCRIPTION="Qt4 MPD client with experimental UI"
-HOMEPAGE="http://qt-apps.org/content/show.php?content=137091"
-SRC_URI="http://qt-apps.org/CONTENT/content-files/137091-${P}.txz -> ${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libmpdclient
-	>=dev-qt/qtcore-4.6:4
-	>=dev-qt/qtgui-4.6:4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	local INSTALLED_LANGS= LANG=
-
-	# Install on live fs should be done by portage itself
-	sed -ie 's/postinstall/#postinstall/g' be.mpc.pro
-
-	# Install only chosen locales
-	for LANG in ${LINGUAS}; do
-		if has ${LANG} ${LANGS}; then
-			INSTALLED_LANGS="${INSTALLED_LANGS} be.mpc_${LANG}.qm"
-		fi
-	done
-	sed -ie "s/i18n.files += be.mpc_cs.qm be.mpc_de.qm/i18n.files += ${INSTALLED_LANGS}/" be.mpc.pro
-
-	# Fix invalid desktop file
-	sed -ie 's/Categories=Application;Qt;Audio;/Categories=Qt;AudioVideo;Audio;/' be.mpc.desktop
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2018-01-09 14:42 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2018-01-09 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a2c1d4ec5e928bd26867f0dc934cef8d9ae31cc7
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 14:40:54 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 14:41:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c1d4ec

media-sound/bempc: drop myself from maintainers

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/bempc/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/bempc/metadata.xml b/media-sound/bempc/metadata.xml
index 7039969c29c..422952ab825 100644
--- a/media-sound/bempc/metadata.xml
+++ b/media-sound/bempc/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>pinkbyte@gentoo.org</email>
-    <name>Sergey Popov</name>
-  </maintainer>
   <maintainer type="project">
     <email>qt@gentoo.org</email>
     <name>Gentoo Qt Project</name>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2019-08-05 11:30 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2019-08-05 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     cea9cd055e11d7c66b5d595352275cb4486654f4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 12:41:20 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 11:30:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9cd05

media-sound/bempc: add missing dependency

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 media-sound/bempc/bempc-0.11_p20160207.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild
index d0cee23dcc8..e00f76310b7 100644
--- a/media-sound/bempc/bempc-0.11_p20160207.ebuild
+++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,9 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	media-libs/libmpdclient
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+"
 
 src_unpack() {
 	default


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2020-05-20 13:19 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     bcd7d7501e29b4fee5c848d9b77c1ae25410dfc7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 13:15:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 13:19:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd7d750

media-sound/bempc: Update HOMEPAGE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/bempc/bempc-0.11_p20160207.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild
index ab073f5d8e9..b56d80d9913 100644
--- a/media-sound/bempc/bempc-0.11_p20160207.ebuild
+++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild
@@ -7,7 +7,7 @@ COMMIT=783ea4e61cbfe54250e809498b1496d6cbd5afa1
 inherit qmake-utils xdg-utils
 
 DESCRIPTION="Qt5 MPD client with experimental UI"
-HOMEPAGE="http://qt-apps.org/content/show.php?content=137091"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/BE::MPC?content=137091"
 SRC_URI="https://sourceforge.net/code-snapshots/git/b/be/be-mpc/code.git/be-mpc-code-${COMMIT}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/
@ 2020-05-20 13:19 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cf60d48d4eff39f5c63a5ca3d526d7196b3e780e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 13:13:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 13:19:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf60d48d

media-sound/bempc: EAPI-7 bump, add missing DEPEND

Closes: https://bugs.gentoo.org/706750
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/bempc/bempc-0.11_p20160207.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild
index e00f76310b7..ab073f5d8e9 100644
--- a/media-sound/bempc/bempc-0.11_p20160207.ebuild
+++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 COMMIT=783ea4e61cbfe54250e809498b1496d6cbd5afa1
 inherit qmake-utils xdg-utils
@@ -24,6 +24,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	app-arch/unzip
+	dev-qt/qtconcurrent:5
 "
 
 src_unpack() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-20 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-20 13:19 [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-05-20 13:19 Andreas Sturmlechner
2019-08-05 11:30 Michael Palimaka
2018-01-09 14:42 Sergey Popov
2018-01-09  2:35 Andreas Sturmlechner
2018-01-09  2:35 Andreas Sturmlechner

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