diff options
author | 2009-10-28 06:09:52 +0000 | |
---|---|---|
committer | 2009-10-28 06:09:52 +0000 | |
commit | 4779e47c13239c9eb1f6b31e9b24e7afdbcea5fe (patch) | |
tree | 96fe8fbaaa89723e3189514cfb502ddedd2038be /media-sound | |
parent | Removed net-p2p/nicotine. Bug #286607. (diff) | |
download | gentoo-2-4779e47c13239c9eb1f6b31e9b24e7afdbcea5fe.tar.gz gentoo-2-4779e47c13239c9eb1f6b31e9b24e7afdbcea5fe.tar.bz2 gentoo-2-4779e47c13239c9eb1f6b31e9b24e7afdbcea5fe.zip |
Fix empty installation directory. bug #289717
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.1.1-r2.ebuild (renamed from media-sound/qmpdclient/qmpdclient-1.1.1-r1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 202a0935390e..38e3000065c9 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.55 2009/10/22 18:28:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.56 2009/10/28 06:09:52 hwoarang Exp $ + +*qmpdclient-1.1.1-r2 (28 Oct 2009) + + 28 Oct 2009; Markos Chandras <hwoarang@gentoo.org> + -qmpdclient-1.1.1-r1.ebuild, +qmpdclient-1.1.1-r2.ebuild: + Remove empty installation directory. Fixes bug 289717. Thanks to Yevgeny + Filatov <itspec.ru@gmail.com> *qmpdclient-1.1.1-r1 (22 Oct 2009) diff --git a/media-sound/qmpdclient/qmpdclient-1.1.1-r1.ebuild b/media-sound/qmpdclient/qmpdclient-1.1.1-r2.ebuild index ec26a899b282..7d354d217d9c 100644 --- a/media-sound/qmpdclient/qmpdclient-1.1.1-r1.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1-r1.ebuild,v 1.1 2009/10/22 18:28:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1-r2.ebuild,v 1.1 2009/10/28 06:09:52 hwoarang Exp $ EAPI="2" @@ -43,7 +43,7 @@ src_prepare() { || die "sed failed (nostrip)" # fix installation folder name - sed -i "s/share\/QMPDClient/share\/qmpdclient/" src/config.cpp \ + sed -i "s/share\/QMPDClient/share\/qmpdclient/" ${PN}.pro src/config.cpp \ || die "failed to fix installation directory" # check dbus |