diff options
author | Peter Weller <welp@gentoo.org> | 2007-02-09 23:19:37 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-02-09 23:19:37 +0000 |
commit | 5b55e999bdc92085375062b39b28f5c41b2a59a4 (patch) | |
tree | c860d9d7c5afb9d38493c5ae6e9264a46259ed13 /net-irc | |
parent | Added generic-be to 2007.0. (diff) | |
download | gentoo-2-5b55e999bdc92085375062b39b28f5c41b2a59a4.tar.gz gentoo-2-5b55e999bdc92085375062b39b28f5c41b2a59a4.tar.bz2 gentoo-2-5b55e999bdc92085375062b39b28f5c41b2a59a4.zip |
Minor fixes, keyworded on amd64
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/audacious-show/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/audacious-show/audacious-show-1.2.0.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-irc/audacious-show/ChangeLog b/net-irc/audacious-show/ChangeLog index b7bad096a1f0..3f5281eea2c8 100644 --- a/net-irc/audacious-show/ChangeLog +++ b/net-irc/audacious-show/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2006/04/11 19:10:53 swegener Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/ChangeLog,v 1.4 2007/02/09 23:19:37 welp Exp $ + + 09 Feb 2007; Peter Weller <welp@gentoo.org> audacious-show-1.2.0.ebuild: + Minor fixes, keyworded on amd64 11 Apr 2006; Sven Wegener <swegener@gentoo.org> audacious-show-1.2.0.ebuild: diff --git a/net-irc/audacious-show/audacious-show-1.2.0.ebuild b/net-irc/audacious-show/audacious-show-1.2.0.ebuild index f61f6a5ba270..d02ac00c6351 100644 --- a/net-irc/audacious-show/audacious-show-1.2.0.ebuild +++ b/net-irc/audacious-show/audacious-show-1.2.0.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.3 2006/04/11 19:10:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/audacious-show/audacious-show-1.2.0.ebuild,v 1.4 2007/02/09 23:19:37 welp Exp $ + +inherit multilib DESCRIPTION="XChat plugin to control audacious and to show whatever you're currently playing to others" -HOMEPAGE="http://nedudu.hu/?page_id=11" +HOMEPAGE="http://nedudu.hu/" SRC_URI="http://nedudu.hu/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~x86" +KEYWORDS="~alpha ~amd64 ~x86" IUSE="" DEPEND=" @@ -22,6 +24,6 @@ src_compile() { } src_install() { - insinto /usr/lib/xchat/plugins/ + insinto /usr/$(get_libdir)/xchat/plugins/ newins audacious-show-1.2.0.so audacious-show.so } |