diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-13 20:25:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-13 20:25:24 +0000 |
commit | dd84139f7bc092215d8b101c855e996c0439de52 (patch) | |
tree | 5118c32eddcc33b8317ae603244d9e79071805cb /media-sound | |
parent | New version and remove old. (diff) | |
download | gentoo-2-dd84139f7bc092215d8b101c855e996c0439de52.tar.gz gentoo-2-dd84139f7bc092215d8b101c855e996c0439de52.tar.bz2 gentoo-2-dd84139f7bc092215d8b101c855e996c0439de52.zip |
Migrate to eqmake. Patch by Davide Pesavento in bug #204835.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarokfs/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/amarokfs/amarokfs-0.4.2.ebuild | 49 | ||||
-rw-r--r-- | media-sound/amarokfs/amarokfs-0.5.ebuild | 14 | ||||
-rw-r--r-- | media-sound/amarokfs/files/digest-amarokfs-0.4.2 | 3 |
4 files changed, 11 insertions, 63 deletions
diff --git a/media-sound/amarokfs/ChangeLog b/media-sound/amarokfs/ChangeLog index a94185e27a1d..b58a926b1c1e 100644 --- a/media-sound/amarokfs/ChangeLog +++ b/media-sound/amarokfs/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2007/08/16 00:13:09 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/ChangeLog,v 1.12 2008/01/13 20:25:23 flameeyes Exp $ + + 13 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> -amarokfs-0.4.2.ebuild, + amarokfs-0.5.ebuild: + Migrate to eqmake. Patch by Davide Pesavento in bug #204835. 16 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> amarokfs-0.5.ebuild: ppc stable, bug #187076 diff --git a/media-sound/amarokfs/amarokfs-0.4.2.ebuild b/media-sound/amarokfs/amarokfs-0.4.2.ebuild deleted file mode 100644 index 345e65bde4eb..000000000000 --- a/media-sound/amarokfs/amarokfs-0.4.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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.4.2.ebuild,v 1.5 2007/04/28 15:36:04 carlo Exp $ - -inherit qt3 kde-functions toolchain-funcs - -MY_PN="${PN/fs/FS}" -MY_P="${MY_PN}-qt3-${PV}" - -DESCRIPTION="A full screen frontend for Amarok." -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=52641" -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" - -IUSE="" - -RDEPEND="media-sound/amarok" -DEPEND="" - -need-kde 3.5 - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - sed -i -e 's:/usr/local/:/usr/:' "${S}"/*.{pro,cpp} || die "sed for /usr/local failed." - sed -i -e "s:Icon=.*:Icon=${MY_PN}:" "${S}/${MY_PN}.desktop" || die "fix desktop file failed." - 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." -} - -src_compile() { - ${QTDIR}/bin/qmake QMAKE="${QTDIR}/bin/qmake" || die "qmake failed" - sed -i -e '/strip/d' Makefile || die "fix stripping failed." - emake \ - CC="$(tc-getCC) ${CFLAGS}" \ - CXX="$(tc-getCXX) ${CXXFLAGS}" \ - LINK="$(tc-getCXX) ${LDFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake -j1 INSTALL_ROOT="${D}" install || die "emake install failed" -} diff --git a/media-sound/amarokfs/amarokfs-0.5.ebuild b/media-sound/amarokfs/amarokfs-0.5.ebuild index db026ba5b780..080f29a4c9b5 100644 --- a/media-sound/amarokfs/amarokfs-0.5.ebuild +++ b/media-sound/amarokfs/amarokfs-0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.7 2007/08/16 00:13:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarokfs/amarokfs-0.5.ebuild,v 1.8 2008/01/13 20:25:23 flameeyes Exp $ -inherit qt3 kde-functions toolchain-funcs +inherit qt3 kde-functions MY_PN="${PN/fs/FS}" MY_P="${MY_PN}-${PV}" @@ -37,13 +37,9 @@ src_unpack() { } src_compile() { - ${QTDIR}/bin/qmake QMAKE="${QTDIR}/bin/qmake" || die "qmake failed" + eqmake3 amarokFS-xml.pro sed -i -e '/strip/d' Makefile || die "fix stripping failed." - emake \ - CC="$(tc-getCC) ${CFLAGS}" \ - CXX="$(tc-getCXX) ${CXXFLAGS}" \ - LINK="$(tc-getCXX) ${LDFLAGS}" \ - || die "emake failed" + emake || die "emake failed" } src_install() { diff --git a/media-sound/amarokfs/files/digest-amarokfs-0.4.2 b/media-sound/amarokfs/files/digest-amarokfs-0.4.2 deleted file mode 100644 index 17bc665a5943..000000000000 --- a/media-sound/amarokfs/files/digest-amarokfs-0.4.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 94d955be8f7a0454d341ae8501d00318 52641-amarokFS-qt3-0.4.2.tar.gz 206259 -RMD160 653e4554c85524ff71e8170c68c7347c2691e7aa 52641-amarokFS-qt3-0.4.2.tar.gz 206259 -SHA256 285ea7c284272b55783e6d4c5809568e57155a960035864a3490aae859fa199e 52641-amarokFS-qt3-0.4.2.tar.gz 206259 |