1.0.7 stable on x86. Removed obsolete ebuilds.
authorAndrej Kacian <ticho@gentoo.org>
Sat, 17 Feb 2007 22:06:18 +0000 (22:06 +0000)
committerAndrej Kacian <ticho@gentoo.org>
Sat, 17 Feb 2007 22:06:18 +0000 (22:06 +0000)
Package-Manager: portage-2.1.2-r6

media-sound/qmpdclient/ChangeLog
media-sound/qmpdclient/files/digest-qmpdclient-1.0.5 [deleted file]
media-sound/qmpdclient/files/digest-qmpdclient-1.0.6 [deleted file]
media-sound/qmpdclient/files/digest-qmpdclient-1.0.6.1 [deleted file]
media-sound/qmpdclient/qmpdclient-1.0.5.ebuild [deleted file]
media-sound/qmpdclient/qmpdclient-1.0.6.1.ebuild [deleted file]
media-sound/qmpdclient/qmpdclient-1.0.6.ebuild [deleted file]
media-sound/qmpdclient/qmpdclient-1.0.7.ebuild

index a321d16623722e72bd78fcb9ec090fdd483bbb14..d170880f0217149d006e17ace12b6679bb598dbf 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.12 2007/01/26 19:59:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.13 2007/02/17 22:06:18 ticho Exp $
+
+  17 Feb 2007; Andrej Kacian <ticho@gentoo.org> -qmpdclient-1.0.5.ebuild,
+  -qmpdclient-1.0.6.ebuild, -qmpdclient-1.0.6.1.ebuild,
+  qmpdclient-1.0.7.ebuild:
+  1.0.7 stable on x86. Removed obsolete ebuilds.
 
   26 Jan 2007; Jeroen Roovers <jer@gentoo.org> qmpdclient-1.0.6.2.ebuild:
   Stable for HPPA.
diff --git a/media-sound/qmpdclient/files/digest-qmpdclient-1.0.5 b/media-sound/qmpdclient/files/digest-qmpdclient-1.0.5
deleted file mode 100644 (file)
index 220f824..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5cef3bd592d0f83d744c27884f44a87c qmpdclient-1.0.5.tar.gz 173051
-RMD160 1424f11fc4f73dc4579076a42e09f399bebff08b qmpdclient-1.0.5.tar.gz 173051
-SHA256 8a3578c5435620fd34f790781231dac60260cb71ca2f638b359994f9029b217d qmpdclient-1.0.5.tar.gz 173051
diff --git a/media-sound/qmpdclient/files/digest-qmpdclient-1.0.6 b/media-sound/qmpdclient/files/digest-qmpdclient-1.0.6
deleted file mode 100644 (file)
index 69f947b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6e29041735bc1c44864f7663325caee6 qmpdclient-1.0.6.tar.gz 206294
-RMD160 fb4db54ce3ec181a1c61b7434f8bb59ff44f9ebf qmpdclient-1.0.6.tar.gz 206294
-SHA256 e1588d02d94e1854924ccaf5c17762bab129ef3162893fc6e796db7a7697fe6a qmpdclient-1.0.6.tar.gz 206294
diff --git a/media-sound/qmpdclient/files/digest-qmpdclient-1.0.6.1 b/media-sound/qmpdclient/files/digest-qmpdclient-1.0.6.1
deleted file mode 100644 (file)
index a7d4520..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1dda6c371f14912a078c1740017aa59d qmpdclient-1.0.6.1.tar.gz 203787
-RMD160 7af757e22506d555c82aa79d7df1e9fd6ecdf2ad qmpdclient-1.0.6.1.tar.gz 203787
-SHA256 fcb6727f962a758e95024fcc9c93bac068b89cd45c7a64a27e23e12e1a619e04 qmpdclient-1.0.6.1.tar.gz 203787
diff --git a/media-sound/qmpdclient/qmpdclient-1.0.5.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.5.ebuild
deleted file mode 100644 (file)
index 950368b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.5.ebuild,v 1.3 2006/09/22 10:10: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}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-4.1"
-
-src_compile() {
-       ./configure || die "configure failed"
-       emake || die "make failed"
-}
-
-src_install() {
-       # Fix the path
-       sed -ie "s%/usr/local%${D}/usr%g" ${S}/src/src.pro || die 'sed failed in path'
-
-       make install || die 'Install failed!'
-
-       dodoc README AUTHORS THANKSTO
-       insinto /usr/share/pixmaps
-       doins icons/qmpdclient{16,22,32,64,128}.png
-
-       make_desktop_entry qmpdclient "QMPDclient" qmpdclient64.png "KDE;Qt;AudioVideo"
-}
diff --git a/media-sound/qmpdclient/qmpdclient-1.0.6.1.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.6.1.ebuild
deleted file mode 100644 (file)
index 2d9b9c6..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.6.1.ebuild,v 1.1 2006/10/11 00:51:52 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}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-4.1"
-
-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"
-}
diff --git a/media-sound/qmpdclient/qmpdclient-1.0.6.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.6.ebuild
deleted file mode 100644 (file)
index 9ab9b4f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.6.ebuild,v 1.1 2006/10/03 19:20:58 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}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-4.1"
-
-src_compile() {
-       ./configure || die "configure failed"
-       emake || die "make failed"
-}
-
-src_install() {
-       # Fix the path
-       sed -ie "s%/usr/local%${D}/usr%g" ${S}/qmpdclient.pro || die 'sed failed in path'
-
-       make install || die 'Install failed!'
-
-       dodoc README AUTHORS THANKSTO Changelog
-       insinto /usr/share/pixmaps
-       doins icons/qmpdclient{16,22,32,64,128}.png
-
-       make_desktop_entry qmpdclient "QMPDclient" qmpdclient64.png "KDE;Qt;AudioVideo"
-}
index b53767fd38a18a6a5c2b588ba4b466d3cb03f010..a36829d9f097a0b8c3dae33a2025b114bdec5e7a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild,v 1.2 2007/02/17 22:06:18 ticho Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@ SRC_URI="http://havtknut.tihlde.org/${PN}/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=">=x11-libs/qt-4.2"