summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-12-21 19:26:25 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-12-21 19:26:25 +0000
commit75140443e0a2092df423f2d78b2d39e080477d6d (patch)
tree1214373b11ec477ed668424427108f7874037d6c /media-sound/qmpdclient
parentVersion bump (diff)
downloadgentoo-2-75140443e0a2092df423f2d78b2d39e080477d6d.tar.gz
gentoo-2-75140443e0a2092df423f2d78b2d39e080477d6d.tar.bz2
gentoo-2-75140443e0a2092df423f2d78b2d39e080477d6d.zip
Version bump, bug #158732 by Sebastian <sebastian_ml at gmx.net>.
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r--media-sound/qmpdclient/ChangeLog8
-rw-r--r--media-sound/qmpdclient/files/digest-qmpdclient-1.0.73
-rw-r--r--media-sound/qmpdclient/qmpdclient-1.0.7.ebuild30
3 files changed, 40 insertions, 1 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog
index 7a9b6a627efc..fe8b8630a738 100644
--- a/media-sound/qmpdclient/ChangeLog
+++ b/media-sound/qmpdclient/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/qmpdclient
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.10 2006/10/21 23:36:54 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.11 2006/12/21 19:26:25 ticho Exp $
+
+*qmpdclient-1.0.7 (21 Dec 2006)
+
+ 21 Dec 2006; Andrej Kacian <ticho@gentoo.org> +qmpdclient-1.0.7.ebuild:
+ Version bump, bug #158732 by Sebastian <sebastian_ml at gmx.net>. Dropped
+ ~hppa keyword due to unsatisfied qt-4.2 dependency.
*qmpdclient-1.0.6.2 (21 Oct 2006)
diff --git a/media-sound/qmpdclient/files/digest-qmpdclient-1.0.7 b/media-sound/qmpdclient/files/digest-qmpdclient-1.0.7
new file mode 100644
index 000000000000..002671ee4fb3
--- /dev/null
+++ b/media-sound/qmpdclient/files/digest-qmpdclient-1.0.7
@@ -0,0 +1,3 @@
+MD5 ca37c7f9ff20c37aab5090b0ed531c06 qmpdclient-1.0.7.tar.gz 226078
+RMD160 76bb28ef72bbd471aee20c39b1987c85fc0efecd qmpdclient-1.0.7.tar.gz 226078
+SHA256 4d01940020414cb5c16299dd03f32bc00daa2defc7805348b71ef7ff42d2c5d2 qmpdclient-1.0.7.tar.gz 226078
diff --git a/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild
new file mode 100644
index 000000000000..b53767fd38a1
--- /dev/null
+++ b/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild,v 1.1 2006/12/21 19:26:25 ticho Exp $
+
+inherit eutils
+
+DESCRIPTION="An easy to use MPD client written in Qt 4.1"
+HOMEPAGE="http://havtknut.tihlde.org/qmpdclient"
+SRC_URI="http://havtknut.tihlde.org/${PN}/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-4.2"
+
+src_compile() {
+ ./configure || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ dodoc README AUTHORS THANKSTO Changelog
+ insinto /usr/share/pixmaps
+ doins icons/qmpdclient{16,22,32,64,128}.png
+ dobin qmpdclient
+
+ make_desktop_entry qmpdclient "QMPDClient" qmpdclient64.png "KDE;Qt;AudioVideo"
+}