public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/
@ 2012-04-09 13:10 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-04-09 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     28edcb1057e171d73ec0810ae3b5a46fad03eb97
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Mon Apr  9 13:09:31 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Mon Apr  9 13:09:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=28edcb10

[media-sound/qtmpc] Remove old version as there is a newer version in the main tree.

(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)

---
 media-sound/qtmpc/Manifest           |    1 -
 media-sound/qtmpc/qtmpc-0.5.0.ebuild |   51 ----------------------------------
 2 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/media-sound/qtmpc/Manifest b/media-sound/qtmpc/Manifest
deleted file mode 100644
index bce43b9..0000000
--- a/media-sound/qtmpc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST QtMPC-0.5.0.tar.bz2 90041 RMD160 9e90455d9d210d1a17a3603a84e076d4cefd7a18 SHA1 421298bc8b6a72330b82c6bbf2e5af2b2b4883ef SHA256 5d1bcdc995bef05eaac22c8afbe2c6022c2f9458f1235561585562a0eaa823f6

diff --git a/media-sound/qtmpc/qtmpc-0.5.0.ebuild b/media-sound/qtmpc/qtmpc-0.5.0.ebuild
deleted file mode 100644
index fae2e1b..0000000
--- a/media-sound/qtmpc/qtmpc-0.5.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-KDE_REQUIRED="optional"
-inherit qt4-r2 kde4-base
-
-DESCRIPTION="Qt MPD client with a tree view music library interface"
-HOMEPAGE="http://lowblog.nl/category/qtmpc/"
-SRC_URI="http://files.lowblog.nl/qtmpc/QtMPC-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug kde"
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/QtMPC"
-
-src_configure() {
-	if use kde; then
-		kde4-base_src_configure
-	else
-		eqmake4 QtMPC.pro
-	fi
-}
-
-src_compile() {
-	if use kde; then
-		kde4-base_src_compile
-	else
-		default
-	fi
-}
-
-src_install() {
-	dodoc CHANGELOG || die "dodoc failed"
-	newicon images/icon.svg ${PN}.svg || die "Icon install failed"
-	make_desktop_entry QtMPC "QtMPC" ${PN} \
-		"Qt;AudioVideo;Audio;" || die "Desktop entry creation failed"
-
-	if use kde; then
-		kde4-base_src_install
-	else
-		dobin QtMPC || die "Binary install failed"
-	fi
-}



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

* [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/
@ 2013-04-19  9:59 Ben de Groot
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2013-04-19  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a3b1a63988a363775c9a69052b88f02422107c02
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Apr 19 09:59:01 2013 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 09:59:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3b1a639

media-sound/qtmpc: update to eapi 5

---
 media-sound/qtmpc/qtmpc-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/media-sound/qtmpc/qtmpc-9999.ebuild b/media-sound/qtmpc/qtmpc-9999.ebuild
index c04e86e..dbac686 100644
--- a/media-sound/qtmpc/qtmpc-9999.ebuild
+++ b/media-sound/qtmpc/qtmpc-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 KDE_REQUIRED="optional"
 inherit qt4-r2 kde4-base subversion


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

* [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/
@ 2016-10-28 15:23 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-10-28 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     19667ae0f51f15c4d6e544bdb3f8663d175768be
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:23:39 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:23:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=19667ae0

media-sound/qtmpc: unfetchable

 media-sound/qtmpc/metadata.xml      |  8 ------
 media-sound/qtmpc/qtmpc-9999.ebuild | 51 -------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/media-sound/qtmpc/metadata.xml b/media-sound/qtmpc/metadata.xml
deleted file mode 100644
index 1723768..0000000
--- a/media-sound/qtmpc/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>

diff --git a/media-sound/qtmpc/qtmpc-9999.ebuild b/media-sound/qtmpc/qtmpc-9999.ebuild
deleted file mode 100644
index 047c266..0000000
--- a/media-sound/qtmpc/qtmpc-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_REQUIRED="optional"
-inherit qt4-r2 kde4-base subversion
-
-DESCRIPTION="Qt MPD client with a tree view music library interface"
-HOMEPAGE="http://lowblog.nl/category/qtmpc/"
-ESVN_REPO_URI="http://qtmpc.lowblog.nl/svn/trunk"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug kde"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/QtMPC"
-
-src_configure() {
-	if use kde; then
-		kde4-base_src_configure
-	else
-		eqmake4 QtMPC.pro
-	fi
-}
-
-src_compile() {
-	if use kde; then
-		kde4-base_src_compile
-	else
-		default
-	fi
-}
-
-src_install() {
-	dodoc CHANGELOG || die "dodoc failed"
-	newicon images/icon.svg ${PN}.svg || die "Icon install failed"
-	make_desktop_entry QtMPC "QtMPC" ${PN} \
-		"Qt;AudioVideo;Audio;" || die "Desktop entry creation failed"
-
-	if use kde; then
-		kde4-base_src_install
-	else
-		dobin QtMPC || die "Binary install failed"
-	fi
-}


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

end of thread, other threads:[~2016-10-28 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19  9:59 [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2016-10-28 15:23 Michael Palimaka
2012-04-09 13:10 Michael Palimaka

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