summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2004-09-05 19:22:42 +0000
committerGuy Martin <gmsoft@gentoo.org>2004-09-05 19:22:42 +0000
commit2bb89f9f78d3a0d3144593666e3e5aa8441f5691 (patch)
tree831af4bcfb043743d8f12ad8a3b253a298ae1a3f /x11-wm
parentStable on hppa. (diff)
downloadhistorical-2bb89f9f78d3a0d3144593666e3e5aa8441f5691.tar.gz
historical-2bb89f9f78d3a0d3144593666e3e5aa8441f5691.tar.bz2
historical-2bb89f9f78d3a0d3144593666e3e5aa8441f5691.zip
Fixed and marked stable on hppa.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ion2/ChangeLog5
-rw-r--r--x11-wm/ion2/Manifest6
-rw-r--r--x11-wm/ion2/ion2-20040729.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-wm/ion2/ChangeLog b/x11-wm/ion2/ChangeLog
index 18cc5954025d..b4b42477c359 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.19 2004/08/30 19:19:31 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.20 2004/09/05 19:22:42 gmsoft Exp $
+
+ 05 Sep 2004; Guy Martin <gmsoft@gentoo.org> ion2-20040729.ebuild:
+ Fixed and marked stable on hppa.
30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
ion2-20040729.ebuild:
diff --git a/x11-wm/ion2/Manifest b/x11-wm/ion2/Manifest
index baaf4eac6b21..5943134e3f59 100644
--- a/x11-wm/ion2/Manifest
+++ b/x11-wm/ion2/Manifest
@@ -1,11 +1,10 @@
-MD5 70bfda21abb1388c3faff0d64ee5a460 ChangeLog 2348
+MD5 a021f0dac12813b3dc0bcdd83dedd262 ChangeLog 2450
MD5 11b697af975c95aac2476f3aa0b50745 ion2-20040407.ebuild 2047
MD5 04baf479ac90e43d91e9ffcb7d48209b ion2-20040601.ebuild 1904
-MD5 57106b947631b8f7ff33840fb0563691 ion2-20040729.ebuild 1909
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
@@ -13,3 +12,4 @@ 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 ac6bc3959c0a..1c3381bd4ed4 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.3 2004/08/30 19:19:31 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040729.ebuild,v 1.4 2004/09/05 19:22:42 gmsoft 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"
+KEYWORDS="~alpha ~mips ppc ~sparc x86 hppa"
IUSE="xinerama"
DEPEND="virtual/x11
app-misc/run-mailcap
@@ -38,6 +38,8 @@ src_compile() {
autoreconf
+ use hppa && myconf="${myconf} --disable-shared"
+
econf \
--sysconfdir=/etc/X11 \
`use_enable xinerama` \