summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-11-26 09:50:39 +0000
committerSimon Stelling <blubb@gentoo.org>2005-11-26 09:50:39 +0000
commite44406193aed91376f05f18eb073b43aef27fc57 (patch)
tree2754673f3af5602f21e76ef87b413cc5d4cfaf16 /net-im
parentnet-im/aim is 32bit and got ~amd64 (diff)
downloadhistorical-e44406193aed91376f05f18eb073b43aef27fc57.tar.gz
historical-e44406193aed91376f05f18eb073b43aef27fc57.tar.bz2
historical-e44406193aed91376f05f18eb073b43aef27fc57.zip
~amd64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-im')
-rw-r--r--net-im/aim/ChangeLog5
-rw-r--r--net-im/aim/Manifest4
-rw-r--r--net-im/aim/aim-1.5.286.ebuild9
3 files changed, 13 insertions, 5 deletions
diff --git a/net-im/aim/ChangeLog b/net-im/aim/ChangeLog
index 2d4e2f872b41..cbec869ee3c8 100644
--- a/net-im/aim/ChangeLog
+++ b/net-im/aim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/aim
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.4 2005/09/06 00:16:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.5 2005/11/26 09:50:39 blubb Exp $
+
+ 26 Nov 2005; Simon Stelling <blubb@gentoo.org> aim-1.5.286.ebuild:
+ added ~amd64 keyword
06 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; aim-1.5.286.ebuild:
(#103487) Don't use cp -d, it's GNU-specific.
diff --git a/net-im/aim/Manifest b/net-im/aim/Manifest
index 83b4ece076c8..bf270f55ecbd 100644
--- a/net-im/aim/Manifest
+++ b/net-im/aim/Manifest
@@ -1,4 +1,4 @@
-MD5 20649b818bc3814cafff5588d80f466e ChangeLog 713
-MD5 2b17f87e57efe36e26e0d7515dceaaf2 aim-1.5.286.ebuild 1043
+MD5 8ed480861e11cc4a96ff8bf32e039436 ChangeLog 802
+MD5 d3af965ce9fdbcaa4311342716e9f72b aim-1.5.286.ebuild 1174
MD5 606bff1991eeef73e8bf886f3b939ec1 metadata.xml 251
MD5 f2c13cec5b5c5b43f48ea01cf4a8c881 files/digest-aim-1.5.286 61
diff --git a/net-im/aim/aim-1.5.286.ebuild b/net-im/aim/aim-1.5.286.ebuild
index 0ce88695f7ed..0c80662da1e7 100644
--- a/net-im/aim/aim-1.5.286.ebuild
+++ b/net-im/aim/aim-1.5.286.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim/aim-1.5.286.ebuild,v 1.4 2005/09/06 00:16:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim/aim-1.5.286.ebuild,v 1.5 2005/11/26 09:50:39 blubb Exp $
IUSE=""
DESCRIPTION="AOL's Instant Messenger client"
@@ -8,11 +8,14 @@ SRC_URI="${P}.tgz"
HOMEPAGE="http://www.aim.com/get_aim/linux/latest_linux.adp"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
RESTRICT="nostrip fetch"
DEPEND="=x11-libs/gtk+-1.2*
>=dev-libs/glib-1.2
virtual/x11"
+RDEPEND="${DEPEND}
+ amd64? ( >=app-emulation/emul-linux-x86-gtklibs-2.1 )"
+
S="${WORKDIR}"
pkg_nofetch() {
@@ -40,5 +43,7 @@ src_install() {
exeinto /opt/aim
doexe ${T}/aim
+ dodir /opt/bin
+ dosym /opt/aim/aim /opt/bin/aim
prepall
}