From ae2c20d6366d9d8f2feba458d1427aba19c97742 Mon Sep 17 00:00:00 2001 From: "Angelo D'Autilia (sYdRo)" Date: Fri, 5 Mar 2010 18:25:45 +0000 Subject: [PATCH] x11-plugins/pidgin-audacious-remote: New ebuild for bug 307919 svn path=/sunrise/; revision=10241 --- x11-plugins/pidgin-audacious-remote/ChangeLog | 8 +++++++ x11-plugins/pidgin-audacious-remote/Manifest | 4 ++++ .../pidgin-audacious-remote/metadata.xml | 5 ++++ .../pidgin-audacious-remote-0.4.ebuild | 23 +++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 x11-plugins/pidgin-audacious-remote/ChangeLog create mode 100644 x11-plugins/pidgin-audacious-remote/Manifest create mode 100644 x11-plugins/pidgin-audacious-remote/metadata.xml create mode 100644 x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.4.ebuild diff --git a/x11-plugins/pidgin-audacious-remote/ChangeLog b/x11-plugins/pidgin-audacious-remote/ChangeLog new file mode 100644 index 000000000..90142df8d --- /dev/null +++ b/x11-plugins/pidgin-audacious-remote/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/pidgin-audacious-remote +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 05 Mar 2010; Angelo D'Autilia (sYdRo) + +pidgin-audacious-remote-0.4.ebuild, +metadata.xml: + New ebuild for bug 307919 + diff --git a/x11-plugins/pidgin-audacious-remote/Manifest b/x11-plugins/pidgin-audacious-remote/Manifest new file mode 100644 index 000000000..0048b1aee --- /dev/null +++ b/x11-plugins/pidgin-audacious-remote/Manifest @@ -0,0 +1,4 @@ +DIST pidgin-audacious-remote-0.4.tar.bz2 248521 RMD160 26598a6e41cc372f6e00c24fc5f221fda2145267 SHA1 a4effd8f4d863b9bfa1af415a9fc885c4bf300d8 SHA256 076b9401d8cd11f245ecb8ae39792376be94c654c292cf9eaca9ee22d60f4279 +EBUILD pidgin-audacious-remote-0.4.ebuild 562 RMD160 c8c99cc94917e0870eacd6511ff3603f6c3c319b SHA1 f3c274a9c3e2373bf3eabc1f43b4ef6c7315c309 SHA256 9a796ec429b6ea29cb1754400b8cc5773611925213ee260968231507f71a31ce +MISC ChangeLog 276 RMD160 9a831e12bbeb57deb4258ae818e89ae5aa1d186b SHA1 f4493012c6fcd8b3fed44ef3cf44fbe383e32af2 SHA256 744cf60f9be89d7b8bbfde79b3c824191b826fa2b6fb188e095721baf4708655 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/pidgin-audacious-remote/metadata.xml b/x11-plugins/pidgin-audacious-remote/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-plugins/pidgin-audacious-remote/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-wanted + diff --git a/x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.4.ebuild b/x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.4.ebuild new file mode 100644 index 000000000..e09af69aa --- /dev/null +++ b/x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Pidgin plugin to allow interaction with Audacious player" +HOMEPAGE="http://pidginaudacious.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN/-audacious-remote/audacious}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="net-im/pidgin[gtk] + >=media-sound/audacious-1.5" +RDEPEND="${DEPEND}" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog INSTALL || die +} -- 2.43.2