public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-mpris: pidgin-mpris-0.2.6.ebuild metadata.xml Manifest ChangeLog
@ 2008-10-01 11:19 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2008-10-01 11:19 UTC (permalink / raw
  To: gentoo-commits

chainsaw    08/10/01 11:19:27

  Added:                pidgin-mpris-0.2.6.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  Initial commit, ebuild based on the one submitted by Cristi Magherusan <majeru@gentoo.ro> in bug #234193. With thanks to upstream developer Sabin Iacob for resolving an automated fetch issue.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8-dirty x86_64)

Revision  Changes    Path
1.1                  x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-mpris-0.2.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild,v 1.1 2008/10/01 11:19:27 chainsaw Exp $

DESCRIPTION="Gets current song from MPRIS-aware media players"
HOMEPAGE="http://m0n5t3r.info/work/pidgin-mpris/"
SRC_URI="http://m0n5t3r.info/stuff/pidgin-mpris//${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64"

RDEPEND="net-im/pidgin
	>=x11-libs/gtk+-2
	sys-apps/dbus"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	emake install DESTDIR="${D}" || die "Install failed"
	dodoc INSTALL README TODO
}



1.1                  x11-plugins/pidgin-mpris/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/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>net-im</herd>
  <maintainer>
    <email>chainsaw@gentoo.org</email>
    <name>Tony Vroon</name>
  </maintainer>
</pkgmetadata>



1.1                  x11-plugins/pidgin-mpris/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST pidgin-mpris-0.2.6.tar.bz2 211675 RMD160 f17cdb8ccab86539700b3ca5adc83734472fc5aa SHA1 5358b973932ca177419a3b9e8a3b88980fff20f0 SHA256 eb9a53b4c174b3ac60aa58584d3facccecf57de908e8dde2ed557ab17381f9e9
EBUILD pidgin-mpris-0.2.6.ebuild 549 RMD160 d06f501f2bef76b136e1bf22e4d2af1aa19fcba1 SHA1 95ed041172d7f59242e72f7dffc9ce97cec5c529 SHA256 b36071194026e67f0a683eb084a480e550f8d344ba9f17b1ba31a711f866e8bb
MISC ChangeLog 441 RMD160 21c963d9f84eb9c9f1f43ca5547cffcbb7a43de1 SHA1 4d776caa26b79961595e544ef545284d33734e4c SHA256 db0ba56defbad09ed3bd799248bf2d1c8f17d7cea1a33cf934704a89391aa3be
MISC metadata.xml 259 RMD160 93855ec5c5b905494db8781bf692726d34721cc2 SHA1 e2b8cc919a2017bb9465c4e9ca8998b90d6aaafc SHA256 e0b343b94d02fbdc3bb91d6febe90cfa700778233ebbab9e020c1cdcaaf6bf09



1.1                  x11-plugins/pidgin-mpris/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for x11-plugins/pidgin-mpris
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog,v 1.1 2008/10/01 11:19:27 chainsaw Exp $

*pidgin-mpris-0.2.6 (01 Oct 2008)

  01 Oct 2008; <chainsaw@gentoo.org> +metadata.xml,
  +pidgin-mpris-0.2.6.ebuild:
  Initial commit, ebuild based on the one submitted by Cristi Magherusan
  <majeru@gentoo.ro> in bug #234193. With thanks to upstream developer Sabin
  Iacob for resolving an automated fetch issue.







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-01 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 11:19 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-mpris: pidgin-mpris-0.2.6.ebuild metadata.xml Manifest ChangeLog Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox