diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-03 03:49:32 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-03 03:49:32 +0000 |
commit | 763545acef998c7b785579ecdc162476550aa99c (patch) | |
tree | 4483575cfd35548068f4ca536138cba2d13f0ed8 /x11-misc/peksystray | |
parent | Stable on amd64 per bug #164978 (diff) | |
download | gentoo-2-763545acef998c7b785579ecdc162476550aa99c.tar.gz gentoo-2-763545acef998c7b785579ecdc162476550aa99c.tar.bz2 gentoo-2-763545acef998c7b785579ecdc162476550aa99c.zip |
add ~amd64 and mulitlib support, bug 162530
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r-- | x11-misc/peksystray/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/peksystray/files/digest-peksystray-0.2.1 | 2 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.1.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.3.0.ebuild | 10 |
4 files changed, 19 insertions, 11 deletions
diff --git a/x11-misc/peksystray/ChangeLog b/x11-misc/peksystray/ChangeLog index 9db41b28382b..49f6f5de0c69 100644 --- a/x11-misc/peksystray/ChangeLog +++ b/x11-misc/peksystray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/peksystray -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.14 2006/06/05 17:53:13 nelchael Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.15 2007/02/03 03:49:32 beandog Exp $ + + 03 Feb 2007; Steve Dibb <beandog@gentoo.org> peksystray-0.2.1.ebuild, + peksystray-0.3.0.ebuild: + add ~amd64 and mulitlib support, bug 162530 05 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org> peksystray-0.3.0.ebuild: diff --git a/x11-misc/peksystray/files/digest-peksystray-0.2.1 b/x11-misc/peksystray/files/digest-peksystray-0.2.1 index a237d582e3a5..e124eba704b8 100644 --- a/x11-misc/peksystray/files/digest-peksystray-0.2.1 +++ b/x11-misc/peksystray/files/digest-peksystray-0.2.1 @@ -1 +1,3 @@ MD5 96744b212779d6fe5436ae0add31998e peksystray-0.2.1.tar.gz 70261 +RMD160 938ac6b50b28a2f9a85d620093dbef2c7fcbe38d peksystray-0.2.1.tar.gz 70261 +SHA256 1642322c50c893467c0e48ed0ced258e17e0df5c2f0415d6dcf4fe906f530793 peksystray-0.2.1.tar.gz 70261 diff --git a/x11-misc/peksystray/peksystray-0.2.1.ebuild b/x11-misc/peksystray/peksystray-0.2.1.ebuild index 49cdba010c36..a81d05ae65ac 100644 --- a/x11-misc/peksystray/peksystray-0.2.1.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.1.ebuild @@ -1,8 +1,8 @@ -# 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/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.7 2006/02/11 11:22:28 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.8 2007/02/03 03:49:32 beandog Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="A system tray dockapp for window managers supporting docking" HOMEPAGE="http://freshmeat.net/projects/peksystray" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ppc x86" +KEYWORDS="alpha ~amd64 ppc x86" IUSE="" RDEPEND="|| ( ( @@ -20,7 +20,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND}" src_compile() { - econf --x-libraries=/usr/lib || die + econf --x-libraries=/usr/$(get_libdir) || die emake || die } diff --git a/x11-misc/peksystray/peksystray-0.3.0.ebuild b/x11-misc/peksystray/peksystray-0.3.0.ebuild index 44c8443f6755..747e25bb131b 100644 --- a/x11-misc/peksystray/peksystray-0.3.0.ebuild +++ b/x11-misc/peksystray/peksystray-0.3.0.ebuild @@ -1,6 +1,8 @@ -# 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/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.2 2006/06/05 17:53:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.3 2007/02/03 03:49:32 beandog Exp $ + +inherit multilib DESCRIPTION="A system tray dockapp for window managers supporting docking" HOMEPAGE="http://sourceforge.net/projects/peksystray/" @@ -8,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="" RDEPEND="|| ( ( @@ -18,7 +20,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND}" src_compile() { - econf --x-libraries=/usr/lib || die "econf failed" + econf --x-libraries=/usr/$(get_libdir) || die "econf failed" emake || die "emake failed" } |