diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-04-22 01:32:24 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-04-22 01:32:24 +0000 |
commit | c94233e264082e7bf81701b860c4722b30e63fe2 (patch) | |
tree | ef50746bb6dc91d6aba4e680be265c09280d59af /x11-plugins/bangexec | |
parent | Fixed multilib-strict issue (diff) | |
download | gentoo-2-c94233e264082e7bf81701b860c4722b30e63fe2.tar.gz gentoo-2-c94233e264082e7bf81701b860c4722b30e63fe2.tar.bz2 gentoo-2-c94233e264082e7bf81701b860c4722b30e63fe2.zip |
fixed for amd64 libs
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/bangexec')
-rw-r--r-- | x11-plugins/bangexec/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/bangexec/bangexec-1.3.0-r1.ebuild | 32 | ||||
-rw-r--r-- | x11-plugins/bangexec/files/digest-bangexec-1.3.0-r1 | 1 |
3 files changed, 39 insertions, 1 deletions
diff --git a/x11-plugins/bangexec/ChangeLog b/x11-plugins/bangexec/ChangeLog index 9e1e3ee555fc..813ff76e7c06 100644 --- a/x11-plugins/bangexec/ChangeLog +++ b/x11-plugins/bangexec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/bangexec # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/ChangeLog,v 1.3 2005/04/22 01:24:05 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/ChangeLog,v 1.4 2005/04/22 01:32:24 anarchy Exp $ + +*bangexec-1.3.0-r1 (22 Apr 2005) + + 22 Apr 2005; <anarchy@gentoo.org> +bangexec-1.3.0-r1.ebuild: + amd64 fix #89991 tacvbo@tacvbo.net 22 Apr 2005; Herbie Hopkins <herbs@gentoo.org> bangexec-1.3.0.ebuild: Fixed multilib-strict issue, bug #89991 diff --git a/x11-plugins/bangexec/bangexec-1.3.0-r1.ebuild b/x11-plugins/bangexec/bangexec-1.3.0-r1.ebuild new file mode 100644 index 000000000000..fc3152b0dd9e --- /dev/null +++ b/x11-plugins/bangexec/bangexec-1.3.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bangexec/bangexec-1.3.0-r1.ebuild,v 1.1 2005/04/22 01:32:24 anarchy Exp $ + +inherit eutils + +DESCRIPTION="GAIM Shell OutPut Plugin" +HOMEPAGE="http://bard.sytes.net/bangexec/" +SRC_URI="http://bard.sytes.net/bangexec/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86 ~amd64" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.1" + +GAIMLIBDIR=$(get_libdir)/gaim + +src_unpack() { + unpack ${A} + cd ${S} + sed -i Makefile.in \ + -e 's:^\(plugindir = $(prefix)\)/lib/gaim:\1/GAIMLIBDIR:' \ + -e "s:GAIMLIBDIR:$GAIMLIBDIR:" \ + || die "src_unpack failed" +} + +src_install() { + make install DESTDIR=${D} || die "Install failed" + dodoc ChangeLog INSTALL README AUTHORS +} diff --git a/x11-plugins/bangexec/files/digest-bangexec-1.3.0-r1 b/x11-plugins/bangexec/files/digest-bangexec-1.3.0-r1 new file mode 100644 index 000000000000..1b6747b9d946 --- /dev/null +++ b/x11-plugins/bangexec/files/digest-bangexec-1.3.0-r1 @@ -0,0 +1 @@ +MD5 23b4ffe4c335fc19a8ce4d3fd2e6967f bangexec-1.3.0.tar.bz2 217267 |