From 00f29efe0e4326ae9b75b463dd58cbaf4b2799e6 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Wed, 8 Mar 2006 21:46:01 +0000 Subject: Added new ebuild. Package-Manager: portage-2.1_pre5-r4 --- net-irc/audacious-show/ChangeLog | 6 +++++ net-irc/audacious-show/Manifest | 12 ++++++++++ net-irc/audacious-show/audacious-show-1.2.0.ebuild | 28 ++++++++++++++++++++++ .../files/digest-audacious-show-1.2.0 | 3 +++ net-irc/audacious-show/metadata.xml | 9 +++++++ 5 files changed, 58 insertions(+) create mode 100644 net-irc/audacious-show/ChangeLog create mode 100644 net-irc/audacious-show/Manifest create mode 100644 net-irc/audacious-show/audacious-show-1.2.0.ebuild create mode 100644 net-irc/audacious-show/files/digest-audacious-show-1.2.0 create mode 100644 net-irc/audacious-show/metadata.xml (limited to 'net-irc') diff --git a/net-irc/audacious-show/ChangeLog b/net-irc/audacious-show/ChangeLog new file mode 100644 index 000000000000..96abc8358d35 --- /dev/null +++ b/net-irc/audacious-show/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for net-irc/audacious-show +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/ChangeLog,v 1.1 2006/03/08 21:46:00 hansmi Exp $ + + 08 Mar 2006; Michael Hanselmann ChangeLog: + Added new ebuild, written by Frank Schmitt . diff --git a/net-irc/audacious-show/Manifest b/net-irc/audacious-show/Manifest new file mode 100644 index 000000000000..4f4c94dfac45 --- /dev/null +++ b/net-irc/audacious-show/Manifest @@ -0,0 +1,12 @@ +MD5 a30febd8b4c60881dd806d13c3835d91 ChangeLog 355 +RMD160 f775cd03640a3440d4187ad61e887d256aa084f8 ChangeLog 355 +SHA256 126071594ef81338bc610fdc19b54edb5eddb09f069351103d5cc7af41483282 ChangeLog 355 +MD5 ac06b414658d285cdd3a59fdd8e00480 audacious-show-1.2.0.ebuild 712 +RMD160 65893ecf73a34c9377e1f2c29ae13ba16aeffee1 audacious-show-1.2.0.ebuild 712 +SHA256 58a28b872c90ee539056703154a9836616e7a9eb924ebaf7442bebcf8118b026 audacious-show-1.2.0.ebuild 712 +MD5 a3ae7175d09b72e535347ceac573ee60 files/digest-audacious-show-1.2.0 259 +RMD160 c20e08942a6b1d040d5c388ff84a27b3f601ca6d files/digest-audacious-show-1.2.0 259 +SHA256 95de480780a34095a6b114f1f44f3c2ea8a16af62f88cf76d0a985bc9d9c25e3 files/digest-audacious-show-1.2.0 259 +MD5 d35d456ebc387874a98ae8a9ed0f5742 metadata.xml 280 +RMD160 f93d22783224d742c5840ad65ad2efc7bff73523 metadata.xml 280 +SHA256 675b354b8abb426c5c2e2035691ac471b5b16c43b778fd48f688ec2c58bb2a09 metadata.xml 280 diff --git a/net-irc/audacious-show/audacious-show-1.2.0.ebuild b/net-irc/audacious-show/audacious-show-1.2.0.ebuild new file mode 100644 index 000000000000..9da65c602a68 --- /dev/null +++ b/net-irc/audacious-show/audacious-show-1.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/audacious-show-1.2.0.ebuild,v 1.1 2006/03/08 21:46:00 hansmi Exp $ + +DESCRIPTION="XChat plugin to control audacious and to show whatever you're +currently playing to others" +HOMEPAGE="http://nedudu.hu/?page_id=11" +SRC_URI="http://nedudu.hu/downloads/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=" + media-sound/audacious + >=net-irc/xchat-2.4 +" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + mv audacious-show-1.2.0.so audacious-show.so + insinto ${ROOT}/usr/lib/xchat/plugins/ + doins audacious-show.so +} diff --git a/net-irc/audacious-show/files/digest-audacious-show-1.2.0 b/net-irc/audacious-show/files/digest-audacious-show-1.2.0 new file mode 100644 index 000000000000..30c64aa42172 --- /dev/null +++ b/net-irc/audacious-show/files/digest-audacious-show-1.2.0 @@ -0,0 +1,3 @@ +MD5 bd8d4e8fb7a53aacac68f483fe5983eb audacious-show-1.2.0.tar.bz2 9296 +RMD160 bdeb370141b68d81f2bb6f62d554e2bd6014769a audacious-show-1.2.0.tar.bz2 9296 +SHA256 54eee06fb5e54c7d703a02e1585ac540a5098b799ff67268f861e351bff17437 audacious-show-1.2.0.tar.bz2 9296 diff --git a/net-irc/audacious-show/metadata.xml b/net-irc/audacious-show/metadata.xml new file mode 100644 index 000000000000..882a53d7c50e --- /dev/null +++ b/net-irc/audacious-show/metadata.xml @@ -0,0 +1,9 @@ + + + + net-irc + + hansmi@gentoo.org + Michael Hanselmann + + -- cgit v1.2.3-65-gdbad