summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-05 18:25:45 +0000
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-05 18:25:45 +0000
commitae2c20d6366d9d8f2feba458d1427aba19c97742 (patch)
treee941720a3e471eebf24a45ba3a987df667392012 /x11-plugins
parentsci-visualization/ spyview: Drop spyview since I added it to tree (diff)
downloadsunrise-ae2c20d6366d9d8f2feba458d1427aba19c97742.tar.gz
sunrise-ae2c20d6366d9d8f2feba458d1427aba19c97742.tar.bz2
sunrise-ae2c20d6366d9d8f2feba458d1427aba19c97742.zip
x11-plugins/pidgin-audacious-remote: New ebuild for bug 307919
svn path=/sunrise/; revision=10241
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-audacious-remote/ChangeLog8
-rw-r--r--x11-plugins/pidgin-audacious-remote/Manifest4
-rw-r--r--x11-plugins/pidgin-audacious-remote/metadata.xml5
-rw-r--r--x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.4.ebuild23
4 files changed, 40 insertions, 0 deletions
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) <sydro@salug.it>
+ +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
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
+}