diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-23 18:27:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-23 18:27:50 +0000 |
commit | ec72e5b521b1f26bfe325c26228f1bf30a22fa0d (patch) | |
tree | 18291f2c8f655f2c11954e19f2298d06ee53f467 /x11-wm/ion2 | |
parent | changed export function names to match eclass name; bug 65050. (diff) | |
download | historical-ec72e5b521b1f26bfe325c26228f1bf30a22fa0d.tar.gz historical-ec72e5b521b1f26bfe325c26228f1bf30a22fa0d.tar.bz2 historical-ec72e5b521b1f26bfe325c26228f1bf30a22fa0d.zip |
~amd64 and fix sandbox issue
Diffstat (limited to 'x11-wm/ion2')
-rw-r--r-- | x11-wm/ion2/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ion2/Manifest | 6 | ||||
-rw-r--r-- | x11-wm/ion2/ion2-20040729.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-wm/ion2/ChangeLog b/x11-wm/ion2/ChangeLog index b4b42477c359..1f27041ecb28 100644 --- a/x11-wm/ion2/ChangeLog +++ b/x11-wm/ion2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ion2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.20 2004/09/05 19:22:42 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.21 2004/09/23 18:27:50 blubb Exp $ + + 23 Sep 2004; <blubb@gentoo.org> ion2-20040729.ebuild: + added ~amd64 and fixed sandbox issues 05 Sep 2004; Guy Martin <gmsoft@gentoo.org> ion2-20040729.ebuild: Fixed and marked stable on hppa. diff --git a/x11-wm/ion2/Manifest b/x11-wm/ion2/Manifest index 5943134e3f59..5dc223b8cc00 100644 --- a/x11-wm/ion2/Manifest +++ b/x11-wm/ion2/Manifest @@ -1,10 +1,11 @@ -MD5 a021f0dac12813b3dc0bcdd83dedd262 ChangeLog 2450 +MD5 d82248d8e63c00d1fc370e932a26b454 ChangeLog 2546 MD5 11b697af975c95aac2476f3aa0b50745 ion2-20040407.ebuild 2047 MD5 04baf479ac90e43d91e9ffcb7d48209b ion2-20040601.ebuild 1904 +MD5 6aebc98f59c20ce9eb69ce4d5eedc5b0 ion2-20040729.ebuild 2051 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 096457b7cae43139967a3ded1f7d97c1 ion2-20040729.ebuild 1962 MD5 b859933d50477325c39aef05f4040cce files/digest-ion2-20040407 66 MD5 6cccbee40afc6bbeeb8d39ca052f184c files/digest-ion2-20040601 66 +MD5 59a0157884665387039b7de882e85f1c files/digest-ion2-20040729 66 MD5 0b7705816fa1d59203e2ebd35db2632d files/ion2-20040207-20040211.patch 8684 MD5 ed5496e76f679ff7e17e2056ca5e0273 files/ion2-20040207-rename.patch 1220 MD5 75fdff828b88dd9c4dd69be914357bbf files/ion2-20040407-rename.patch 1272 @@ -12,4 +13,3 @@ MD5 7057ed0ec950ad5f77b47a32dbcb4fb4 files/ion2-20040601-rename.patch 1720 MD5 fba46fa26a6acc7159f6eb942abc002d files/ion2.desktop 217 MD5 fece066216c6fcfa1936d068bd6ca998 files/pwm2.desktop 170 MD5 16c6e0f00bd204d2f612b781d7b73f54 files/xftde-20040207.patch 18552 -MD5 59a0157884665387039b7de882e85f1c files/digest-ion2-20040729 66 diff --git a/x11-wm/ion2/ion2-20040729.ebuild b/x11-wm/ion2/ion2-20040729.ebuild index 1c3381bd4ed4..9df1bc53c17c 100644 --- a/x11-wm/ion2/ion2-20040729.ebuild +++ b/x11-wm/ion2/ion2-20040729.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.4 2004/09/05 19:22:42 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.5 2004/09/23 18:27:50 blubb Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.iki.fi/tuomov/ion/" SRC_URI="http://modeemi.fi/~tuomov/ion/dl/ion-2-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa" +KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa ~amd64" IUSE="xinerama" DEPEND="virtual/x11 app-misc/run-mailcap @@ -53,6 +53,8 @@ src_compile() { src_install() { make \ + MODULEDIR=${D}/usr/$(get_libdir)/ion2 \ + LCDIR=${D}/usr/$(get_libdir)/ion2/lc \ prefix=${D}/usr \ ETCDIR=${D}/etc/X11/ion2 \ SHAREDIR=${D}/usr/share/ion2 \ |