Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ben de Groot (yngwin)" <yngwin@g.o>
Subject: gentoo-x86 commit in media-sound/lastfmproxy: metadata.xml Manifest lastfmproxy-1.3b.ebuild ChangeLog
Date: Fri, 11 Apr 2008 23:39:08 +0000
yngwin      08/04/11 23:39:08

  Added:                metadata.xml Manifest lastfmproxy-1.3b.ebuild
                        ChangeLog
  Log:
  Initial commit. Fixes bug 131294.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.1                  media-sound/lastfmproxy/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sound</herd>
  <maintainer>
    <email>yngwin@g.o</email>
    <name>Ben de Groot</name>
  </maintainer>
</pkgmetadata>



1.1                  media-sound/lastfmproxy/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
AUX lastfmproxy.rc 491 RMD160 0256968525a646ce99273f52a11d120ae80cd46a SHA1 2f5298cdd7f7507c7e2ce8a4a50876010041a56f SHA256 c48564ec68765c12b6284e686582307e79a330617c4c34ec96ea302375606b3a
DIST lastfmproxy-1.3b.tar.gz 32079 RMD160 d4e4c53a34699eee9ee65402e25fb82a81272505 SHA1 ee6a4ef118d76efefa1dff36c85e48c925ebc4c0 SHA256 b66be0fcc76e557d1306660162db946f97262335f3528cf5d303b3ab3410a881
EBUILD lastfmproxy-1.3b.ebuild 1229 RMD160 f4b8dc4709fb3988f258b5a3ea395ca5be62ca9a SHA1 db719553447797f61b5302e5c2ef8e8dcdd94416 SHA256 fde684a48e75972524465f57ef8e103165abf824693c82de2c181d72ff4d4dab
MISC ChangeLog 343 RMD160 f2267b8ca1b4991b1b05992758ab55075584e799 SHA1 a71597c60edc176d87e04201da14384c46b52e80 SHA256 d15e79a903d6343e1159f53272ff60742bd2ac7cfe88cc4cdbd3903c6214c8c4
MISC metadata.xml 258 RMD160 c4368de7af5d7e3eab50ac09bb3c0ff1f89b48a5 SHA1 d325a145243dc9f942c9a6eda3b5904530c1b668 SHA256 4fc3e9816ac88894a53efd0217b7b7526a12c717bf1d0a2eda601031566b155b



1.1                  media-sound/lastfmproxy/lastfmproxy-1.3b.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/lastfmproxy-1.3b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/lastfmproxy-1.3b.ebuild?rev=1.1&content-type=text/plain

Index: lastfmproxy-1.3b.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmproxy/lastfmproxy-1.3b.ebuild,v 1.1 2008/04/11 23:39:07 yngwin Exp $

DESCRIPTION="A proxy server for listening to last.fm streams with any stream-capable audio player"
HOMEPAGE="http://vidar.gimp.org/lastfmproxy/"
SRC_URI="http://vidar.gimp.org/wp-content/uploads/2007/12/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND=""

src_install() {
	BASE=/usr/share/lastfmproxy
	cd "${S}"
	dodoc README.txt ChangeLog.txt

	insinto ${BASE}
	doins -r *.py data
	fperms 755 ${BASE}/changestation.py ${BASE}/main.py

	newinitd "${FILESDIR}"/lastfmproxy.rc lastfmproxy
}

pkg_postinst() {
	echo
	einfo "Please modify:"
	einfo "  /usr/share/lastfmproxy/config.py"
	einfo "with last.fm credentials and/or proxy information."
	einfo ""
	einfo "Then, to start lastfmproxy:"
	einfo "  /etc/init.d/lastfmproxy start"
	einfo ""
	einfo "Here's how to make the lastfm://station links work:"
	einfo '  In Firefox, open the location "about:config"'
	einfo '  Right-click, select "New String"'
	einfo '  As name, enter "network.protocol-handler.app.lastfm"'
	einfo '  As value, enter "/usr/share/lastfmproxy/changestation.py"'
	echo
}



1.1                  media-sound/lastfmproxy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lastfmproxy/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-sound/lastfmproxy
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmproxy/ChangeLog,v 1.1 2008/04/11 23:39:07 yngwin Exp $

*lastfmproxy-1.3b (11 Apr 2008)

  11 Apr 2008; Ben de Groot <yngwin@g.o> +files/lastfmproxy.rc,
  +metadata.xml, +lastfmproxy-1.3b.ebuild:
  Initial commit. Ebuild adapted from Daniel Pielmeier and bug 131294.




-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-sound/lastfmproxy/files: lastfmproxy.rc
Next by thread:
gentoo-x86 commit in dev-cpp/libgnomeuimm: ChangeLog libgnomeuimm-2.22.0.ebuild
Previous by date:
gentoo-x86 commit in media-sound/lastfmproxy/files: lastfmproxy.rc
Next by date:
gentoo-x86 commit in dev-cpp/libgnomeuimm: ChangeLog libgnomeuimm-2.22.0.ebuild


Updated Apr 28, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.