summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-03-26 20:20:53 +0000
committerTom William Payne <twp@gentoo.org>2004-03-26 20:20:53 +0000
commit6019e75199ab6736607cb0146bb07b7fdb37df9d (patch)
tree2d81a7ccf731d68cc8f1f5b1886f41b03a2dab4d /x11-wm/ion2
parentMarked stable on x86. Bug # 45739. (Manifest recommit) (diff)
downloadgentoo-2-6019e75199ab6736607cb0146bb07b7fdb37df9d.tar.gz
gentoo-2-6019e75199ab6736607cb0146bb07b7fdb37df9d.tar.bz2
gentoo-2-6019e75199ab6736607cb0146bb07b7fdb37df9d.zip
Marked stable on x86. Bug # 45739. Removed old version.
Diffstat (limited to 'x11-wm/ion2')
-rw-r--r--x11-wm/ion2/ChangeLog5
-rw-r--r--x11-wm/ion2/files/digest-ion2-20040211-r11
-rw-r--r--x11-wm/ion2/ion2-20040211-r1.ebuild81
-rw-r--r--x11-wm/ion2/ion2-20040211-r2.ebuild4
4 files changed, 6 insertions, 85 deletions
diff --git a/x11-wm/ion2/ChangeLog b/x11-wm/ion2/ChangeLog
index d1c5524ec79c..41fdbdadeca6 100644
--- a/x11-wm/ion2/ChangeLog
+++ b/x11-wm/ion2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/ion2
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.6 2004/03/19 07:11:51 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.7 2004/03/26 20:20:53 twp Exp $
+
+ 26 Mar 2004; Tom Payne <twp@gentoo.org> ion2-20040211-r2.ebuild, ion2-20040211-r1.ebuild :
+ Marked stable on x86. Bug # 45739. Removed old version.
19 Mar 2004; Tom Payne <twp@gentoo.org> ion2-20040211-r2.ebuild, ion2-20040211-r2.ebuild :
Remove hppa until it gets a more recent lua.
diff --git a/x11-wm/ion2/files/digest-ion2-20040211-r1 b/x11-wm/ion2/files/digest-ion2-20040211-r1
deleted file mode 100644
index 403f80c42ca4..000000000000
--- a/x11-wm/ion2/files/digest-ion2-20040211-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d20cde38bdc15e7e4824cf1140440f51 ion-2-20040207.tar.gz 376466
diff --git a/x11-wm/ion2/ion2-20040211-r1.ebuild b/x11-wm/ion2/ion2-20040211-r1.ebuild
deleted file mode 100644
index 1760a650983a..000000000000
--- a/x11-wm/ion2/ion2-20040211-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040211-r1.ebuild,v 1.2 2004/03/19 07:11:51 twp Exp $
-
-inherit eutils
-
-DESCRIPTION="A tiling tabbed window manager designed with keyboard users in mind"
-HOMEPAGE="http://www.iki.fi/tuomov/ion/"
-SRC_URI="http://modeemi.fi/~tuomov/dl/ion-2-20040207.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~mips ~ppc ~sparc ~x86"
-IUSE="truetype xinerama"
-DEPEND="virtual/x11
- app-misc/run-mailcap
- >=dev-lang/lua-5.0.1_beta20031003"
-S=${WORKDIR}/ion-2-20040207
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
-
- epatch ${FILESDIR}/ion2-20040207-20040211.patch
-
- if [ `use truetype` ]; then
- mkdir xftde
- cp de/{*.c,*.h,Makefile} xftde
- ( cd xftde && epatch ${FILESDIR}/xftde-20040207.patch )
- sed -i modulelist.mk \
- -e 's/^\(MODULE_LIST =\)/\1 xftde/g'
- fi
-
-}
-
-src_compile() {
-
- local myconf=""
-
- if has_version '>=x11-base/xfree-4.3.0'; then
- myconf="${myconf} --disable-xfree86-textprop-bug-workaround"
- fi
-
- econf \
- --sysconfdir=/etc/X11 \
- `use_enable xinerama` \
- ${myconf} || die
-
- emake \
- DOCDIR=/usr/share/doc/${PF} || die
-
-}
-
-src_install() {
-
- make \
- prefix=${D}/usr \
- ETCDIR=${D}/etc/X11/ion \
- SHAREDIR=${D}/usr/share/ion \
- MANDIR=${D}/usr/share/man \
- DOCDIR=${D}/usr/share/doc/${PF} \
- install || die
-
- prepalldocs
-
- insinto /usr/include/ion
- doins *.h *.mk mkexports.lua
- for i in de floatws ioncore ionws luaextl menu query; do
- insinto /usr/include/ion/${i}
- doins ${i}/*.h
- done
- insinto /usr/include/ion/libtu
- doins libtu/include/libtu/*
-
- echo -e "#!/bin/sh\n/usr/bin/ion" > ${T}/ion
- echo -e "#!/bin/sh\n/usr/bin/pwm" > ${T}/pwm
- exeinto /etc/X11/Sessions
- doexe ${T}/ion ${T}/pwm
-
-}
diff --git a/x11-wm/ion2/ion2-20040211-r2.ebuild b/x11-wm/ion2/ion2-20040211-r2.ebuild
index efb2b0ad6ed3..c49ac7dbf869 100644
--- a/x11-wm/ion2/ion2-20040211-r2.ebuild
+++ b/x11-wm/ion2/ion2-20040211-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040211-r2.ebuild,v 1.2 2004/03/19 07:11:51 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ion2-20040211-r2.ebuild,v 1.3 2004/03/26 20:20:53 twp Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.iki.fi/tuomov/ion/"
SRC_URI="http://modeemi.fi/~tuomov/dl/ion-2-20040207.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~mips ~ppc ~sparc x86"
IUSE="truetype xinerama"
DEPEND="virtual/x11
app-misc/run-mailcap