diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 15:13:23 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-27 15:13:23 +0000 |
commit | 09119147463fc3507727fdde94dfb12e12764c48 (patch) | |
tree | 937c62cc59f69fa5861dc333181887fb3433bc0f /net-misc/astmanproxy | |
parent | Add ~amd64 wrt bug #145543. (diff) | |
download | gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.tar.gz gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.tar.bz2 gentoo-2-09119147463fc3507727fdde94dfb12e12764c48.zip |
Fix multilib and add ~amd64 wrt bug #145543.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'net-misc/astmanproxy')
-rw-r--r-- | net-misc/astmanproxy/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/astmanproxy/astmanproxy-1.1.ebuild | 12 | ||||
-rw-r--r-- | net-misc/astmanproxy/files/digest-astmanproxy-1.1 | 2 |
3 files changed, 15 insertions, 6 deletions
diff --git a/net-misc/astmanproxy/ChangeLog b/net-misc/astmanproxy/ChangeLog index a81ace002354..dcd7f60f7117 100644 --- a/net-misc/astmanproxy/ChangeLog +++ b/net-misc/astmanproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/astmanproxy -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/ChangeLog,v 1.3 2005/07/13 11:04:13 swegener Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/ChangeLog,v 1.4 2006/12/27 15:13:23 peper Exp $ + + 27 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> astmanproxy-1.1.ebuild: + Fix multilib and add ~amd64 wrt bug #145543. 13 Jul 2005; Sven Wegener <swegener@gentoo.org> astmanproxy-1.1.ebuild: QA: Don't assign default to S; Default src_compile is fine because we have diff --git a/net-misc/astmanproxy/astmanproxy-1.1.ebuild b/net-misc/astmanproxy/astmanproxy-1.1.ebuild index 815ad177f4f3..80f4420a6d07 100644 --- a/net-misc/astmanproxy/astmanproxy-1.1.ebuild +++ b/net-misc/astmanproxy/astmanproxy-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.3 2005/07/13 11:04:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.4 2006/12/27 15:13:23 peper Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Proxy for the Asterisk manager interface" HOMEPAGE="http://www.popvox.com/astmanproxy/" @@ -12,7 +12,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="virtual/libc" @@ -22,6 +22,10 @@ src_unpack() { # small patch for cflags and path changes epatch "${FILESDIR}"/${P}-gentoo.diff + + # Fix multilib + sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" "${S}/Makefile" \ + || die "multilib sed failed" } src_install() { diff --git a/net-misc/astmanproxy/files/digest-astmanproxy-1.1 b/net-misc/astmanproxy/files/digest-astmanproxy-1.1 index 914fb09065b3..5241fc39fa63 100644 --- a/net-misc/astmanproxy/files/digest-astmanproxy-1.1 +++ b/net-misc/astmanproxy/files/digest-astmanproxy-1.1 @@ -1 +1,3 @@ MD5 29027813c6d31126989fcb55ce0d7bb5 astmanproxy-1.1-20050705-0643.tgz 24471 +RMD160 22a99da5c277897ce477b42f8d2ec2ade935e40b astmanproxy-1.1-20050705-0643.tgz 24471 +SHA256 d36984241fd22a85e40b5050e96d50151eced729aa1a0ec1ddfd9679213e6fee astmanproxy-1.1-20050705-0643.tgz 24471 |