diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-12 23:17:00 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-12 23:17:00 +0000 |
commit | f83d2a449b34730f0eb00f6437851e444a0dce9f (patch) | |
tree | 1978c66b7a2c26e3e89ae2eb81d4325f5330ae26 /media-sound | |
parent | Stable on amd64 (diff) | |
download | historical-f83d2a449b34730f0eb00f6437851e444a0dce9f.tar.gz historical-f83d2a449b34730f0eb00f6437851e444a0dce9f.tar.bz2 historical-f83d2a449b34730f0eb00f6437851e444a0dce9f.zip |
Marked stable on amd64 as per bug 187076.
Package-Manager: portage-2.1.3.3
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarokfs/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amarokfs/amarokfs-0.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/amarokfs/ChangeLog b/media-sound/amarokfs/ChangeLog index c61a852499ae..b4041f7d2fdf 100644 --- a/media-sound/amarokfs/ChangeLog +++ b/media-sound/amarokfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amarokfs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/ChangeLog,v 1.8 2007/05/22 21:36:58 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/ChangeLog,v 1.9 2007/08/12 23:17:00 philantrop Exp $ + + 12 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> amarokfs-0.5.ebuild: + Marked stable on amd64 as per bug 187076. 22 May 2007; Wulf C. Krueger <philantrop@gentoo.org> +files/amarokfs-0.5-FixMountPointIdQuery.patch, amarokfs-0.5.ebuild: diff --git a/media-sound/amarokfs/amarokfs-0.5.ebuild b/media-sound/amarokfs/amarokfs-0.5.ebuild index d2b29745d5f7..10e5ad9300af 100644 --- a/media-sound/amarokfs/amarokfs-0.5.ebuild +++ b/media-sound/amarokfs/amarokfs-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/amarokfs-0.5.ebuild,v 1.4 2007/05/22 21:36:58 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/amarokfs-0.5.ebuild,v 1.5 2007/08/12 23:17:00 philantrop Exp $ inherit qt3 kde-functions toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="http://www.kde-apps.org/CONTENT/content-files/52641-${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" @@ -33,7 +33,7 @@ src_unpack() { sed -i -e 's:/usr/share/icons/:\0hicolor/128x128/apps/:' "${S}/${MY_PN}-xml.pro" || die "fix icon installation failed" sed -i -e '/qDebug/s:" + \(func\|query\):%s", \1.data():' "${S}"/*.cpp || die "fix for qDebug() calls failed." - epatch ${FILESDIR}/${P}-FixMountPointIdQuery.patch + epatch "${FILESDIR}/${P}-FixMountPointIdQuery.patch" } src_compile() { |