diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-14 23:50:52 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-14 23:50:52 +0000 |
commit | 56debde93fb68c74cfe9b5ed3f6f7f0680268171 (patch) | |
tree | a0648a7dbc5fad52f2ef25a47d60f6c021322cd0 /media-sound/lastfmplayer | |
parent | Fix bug #327099, issue connecting to gpg-agent for some (diff) | |
download | gentoo-2-56debde93fb68c74cfe9b5ed3f6f7f0680268171.tar.gz gentoo-2-56debde93fb68c74cfe9b5ed3f6f7f0680268171.tar.bz2 gentoo-2-56debde93fb68c74cfe9b5ed3f6f7f0680268171.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lastfmplayer')
-rw-r--r-- | media-sound/lastfmplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.5.1.31879-r3.ebuild | 91 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.5.4.26862.ebuild | 109 |
3 files changed, 5 insertions, 201 deletions
diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog index c352373d9cdd..80e2f3098d19 100644 --- a/media-sound/lastfmplayer/ChangeLog +++ b/media-sound/lastfmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lastfmplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.46 2010/07/14 13:28:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.47 2010/07/14 23:50:51 hwoarang Exp $ + + 14 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + -lastfmplayer-1.5.1.31879-r3.ebuild, -lastfmplayer-1.5.4.26862.ebuild: + Remove old ebuilds 14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> lastfmplayer-1.5.4.26862-r1.ebuild: diff --git a/media-sound/lastfmplayer/lastfmplayer-1.5.1.31879-r3.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.5.1.31879-r3.ebuild deleted file mode 100644 index cf79b730ead5..000000000000 --- a/media-sound/lastfmplayer/lastfmplayer-1.5.1.31879-r3.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.1.31879-r3.ebuild,v 1.5 2010/01/02 11:51:05 ssuominen Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs qt4 - -MY_P="${P/lastfmplayer/lastfm}.dfsg" - -DESCRIPTION="A player for last.fm radio streams" -HOMEPAGE="http://www.last.fm/help/player" -SRC_URI="mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg.orig.tar.gz - mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg-1.diff.gz" -#http://cdn.last.fm/client/src/${MY_P}.src.tar.bz2 - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ipod" -RESTRICT="mirror" - -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-sql:4 - media-libs/libsamplerate - sci-libs/fftw - media-libs/libmad - ipod? ( >=media-libs/libgpod-0.5.2 ) - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-arch/sharutils" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}"/volumeslider_h-qt45.patch -) - -src_prepare() { - qt4_src_prepare - cd "${WORKDIR}" - epatch lastfm_${PV}.dfsg-1.diff - cd "${S}" - for i in $(< debian/patches/series); do - epatch debian/patches/$i - done - if ! use ipod ; then - sed -i '/src\/mediadevices\/ipod/d' LastFM.pro || die "sed failed" - fi -} - -src_compile() { - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed" - cd i18n; lrelease *.ts -} - -src_install() { - # Docs - dodoc ChangeLog README debian/README.source || die "dodoc failed" - doman debian/lastfm.1 || die "doman failed" - - # Copied from debian/rules - uudecode -o - debian/icons.tar.gz.uu | tar -xzf - - uudecode -o - debian/trayicons22.tar.gz.uu | tar -xzf - - insinto /usr/share - doins -r icons - insinto /usr/share/lastfm/icons - doins user_*.png - - sed -i -e "s,/usr/lib,/usr/$(get_libdir),g" debian/lastfm.install - # make directories - for i in $(<debian/lastfm.install); do [ ${i:0:1} == / ] && dodir $i; done - # debian installation - sed -i -e "s:^:mv :" -e 's: /:${D}/:' debian/lastfm.install - bash debian/lastfm.install - - # copied.. - mv "${D}"/usr/bin/lastfm.sh "${D}"/usr/bin/lastfm - fperms 755 /usr/bin/lastfm - rm -f "${D}"/usr/share/lastfm/icons/{*profile24,systray_mac}.png -} - -pkg_postinst() { - elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Go to about:config in the browser" - elog " 2. Right-click on the page" - elog " 3. Select New and then String" - elog " 4. For the name: network.protocol-handler.app.lastfm" - elog " 5. For the value: /usr/bin/lastfm" - elog - elog "If you experience awkward fonts or widgets, try running qtconfig." -} diff --git a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862.ebuild deleted file mode 100644 index df19f31efd86..000000000000 --- a/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.5.4.26862.ebuild,v 1.1 2010/05/24 22:24:42 hwoarang Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs qt4-r2 - -MY_P="${P/lastfmplayer/lastfm}+dfsg" - -DESCRIPTION="A player for last.fm radio streams" -HOMEPAGE="http://www.last.fm/help/player" -SRC_URI="mirror://debian/pool/main/l/lastfm/lastfm_${PV}+dfsg.orig.tar.gz - mirror://debian/pool/main/l/lastfm/lastfm_${PV}+dfsg-3.debian.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="ipod" -RESTRICT="mirror" - -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-sql:4 - media-libs/libsamplerate - sci-libs/fftw - media-libs/libmad - ipod? ( >=media-libs/libgpod-0.5.2 ) - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-arch/sharutils" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - qt4-r2_src_prepare - epatch "${FILESDIR}"/fix_plugin_path.patch - einfo "Applying Debian patchset" - ebegin "Disabling tray-icon-size patch" - sed -i "/^tray-icon-size.diff/d" "${WORKDIR}"/debian/patches/series - eend $? - cd "${S}" - for i in $( < "${WORKDIR}"/debian/patches/series); do - epatch "${WORKDIR}"/debian/patches/$i - done - if ! use ipod ; then - sed -i '/src\/mediadevices\/ipod/d' LastFM.pro || die "sed failed" - fi - #don't install plugins into generic location - sed -i "s:\$\$BIN_DIR/services:\$\$BIN_DIR/lastfm_services:" \ - "${S}"/definitions.pro.inc - #fix plugin search path - sed -i "s:/usr/lib/services:/usr/$(get_libdir)/lastfm_services:" \ - "${S}"/src/libMoose/MooseCommon.cpp -} - -src_compile() { - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed" - cd i18n; lrelease *.ts -} - -src_install() { - cd "${WORKDIR}" - # Docs - dodoc "${S}"/ChangeLog "${S}"/README debian/README.source \ - || die "dodoc failed" - doman debian/lastfm.1 || die "doman failed" - - # Copied from debian/rules - insinto /usr/share - doins -r debian/package-files/share/icons || die "failed to install icons" - insinto /usr/share/lastfm/icons - doins "${S}"/bin/data/icons/*.png \ - || die "failed to install application icons" - insinto /usr/share/lastfm - doins "${S}"/bin/data/*.png || die "failed to install icons" - dodir /usr/$(get_libdir)/lastfm_services/ - insinto /usr/$(get_libdir)/lastfm_services/ - insopts -m0755 - doins -r "${S}"/bin/lastfm_services/*.so || die "failed to install plugins" - insinto /usr/$(get_libdir) - insopts -m0755 - doins "${S}"/bin/libLastFmTools.so.1* || die "failed to install library" - doins "${S}"/bin/libMoose.so.1* || die "failed to install library" - #fix symlinks - cd "${D}"/usr/$(get_libdir)/ - ln -sfn libLastFmTools.so.1.0.0 libLastFmTools.so.1 - ln -sfn libLastFmTools.so.1.0.0 libLastFmTools.so.1.0 - ln -sfn libMoose.so.1.0.0 libMoose.so.1 - ln -sfn libMoose.so.1.0.0 libMoose.so.1.0 - cd "${WORKDIR}" - newbin "${S}"/bin/last.fm lastfm || die "newbin failed" - insinto /usr/share/lastfm/i18n - doins "${S}"/i18n/*.qm || die "failed to install translations" - fperms 755 /usr/bin/lastfm - rm -f "${D}"/usr/share/lastfm/icons/{*profile24,systray_mac}.png - # create desktop entry - doicon "${WORKDIR}"/debian/package-files/share/icons/hicolor/48x48/apps/lastfm.png - make_desktop_entry lastfm "Last.fm Player" lastfm -} - -pkg_postinst() { - elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Go to about:config in the browser" - elog " 2. Right-click on the page" - elog " 3. Select New and then String" - elog " 4. For the name: network.protocol-handler.app.lastfm" - elog " 5. For the value: /usr/bin/lastfm" - elog - elog "If you experience awkward fonts or widgets, try running qtconfig." -} |