summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2006-01-15 17:33:07 +0000
committerTom William Payne <twp@gentoo.org>2006-01-15 17:33:07 +0000
commit955124844357aa6e547b58ad7fd5e51b2bef6372 (patch)
tree6352e3a8f3814f6c76d5edf36f8e46d9d79ab57b /x11-wm
parentFixing mirror syntax (diff)
downloadhistorical-955124844357aa6e547b58ad7fd5e51b2bef6372.tar.gz
historical-955124844357aa6e547b58ad7fd5e51b2bef6372.tar.bz2
historical-955124844357aa6e547b58ad7fd5e51b2bef6372.zip
Remove old version. ion3 is still under development and should not be marked stable.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ion3/ChangeLog8
-rw-r--r--x11-wm/ion3/Manifest4
-rw-r--r--x11-wm/ion3/files/digest-ion3-200501161
-rw-r--r--x11-wm/ion3/ion3-20050116.ebuild68
4 files changed, 7 insertions, 74 deletions
diff --git a/x11-wm/ion3/ChangeLog b/x11-wm/ion3/ChangeLog
index 8bb7671c9859..f10677167356 100644
--- a/x11-wm/ion3/ChangeLog
+++ b/x11-wm/ion3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/ion3
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.29 2005/12/10 22:31:44 twp Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.30 2006/01/15 17:33:07 twp Exp $
+
+ 15 Jan 2006; Tom Payne <twp@gentoo.org> -ion3-20050116.ebuild:
+ Remove old version. ion3 is still under development and should not be marked
+ stable.
*ion3-20051210 (10 Dec 2005)
diff --git a/x11-wm/ion3/Manifest b/x11-wm/ion3/Manifest
index 380fe93c3f85..52e14875d6d0 100644
--- a/x11-wm/ion3/Manifest
+++ b/x11-wm/ion3/Manifest
@@ -1,11 +1,9 @@
-MD5 af404b98f5248d8f34d34c4daec78139 ChangeLog 4181
-MD5 f5a4c637813405c5a7b6a5fa8c68c748 files/digest-ion3-20050116 68
+MD5 40e879676acfbe8cbb7e7688a71e2a54 ChangeLog 4336
MD5 776df82659ec1f00d3e91d59968d7d01 files/digest-ion3-20051029 68
MD5 89fe9e1eac7cb1a31e2c903f8f07bb87 files/digest-ion3-20051210 68
MD5 b5d7e3f2f5b68f51a4bcde5048e1a76c files/ion3-20051029-statusd-locale.patch 684
MD5 00450ed1292b72e2be71b9860c4db6ee files/ion3.desktop 217
MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170
-MD5 15e7cfd3c18e353dd36647b6e5b2023d ion3-20050116.ebuild 1588
MD5 671494f27e3af1f41523e37a2bb394f1 ion3-20051029.ebuild 1640
MD5 e6d959b8365560aad227bc223f71bcd3 ion3-20051210.ebuild 1593
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
diff --git a/x11-wm/ion3/files/digest-ion3-20050116 b/x11-wm/ion3/files/digest-ion3-20050116
deleted file mode 100644
index ffc3a87e6476..000000000000
--- a/x11-wm/ion3/files/digest-ion3-20050116
+++ /dev/null
@@ -1 +0,0 @@
-MD5 77ac5dbbf478f95cb74299092453f9ac ion-3ds-20050116.tar.gz 543482
diff --git a/x11-wm/ion3/ion3-20050116.ebuild b/x11-wm/ion3/ion3-20050116.ebuild
deleted file mode 100644
index b130bc41c804..000000000000
--- a/x11-wm/ion3/ion3-20050116.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ion3-20050116.ebuild,v 1.7 2005/07/01 21:55:21 josejx Exp $
-
-inherit eutils
-
-MY_PV=${PV/_p/-}
-MY_PN=ion-3ds-${MY_PV}
-DESCRIPTION="A tiling tabbed window manager designed with keyboard users in mind"
-HOMEPAGE="http://www.iki.fi/tuomov/ion/"
-SRC_URI="http://modeemi.cs.tut.fi/~tuomov/ion/dl/${MY_PN}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
-IUSE="xinerama"
-DEPEND="virtual/x11
- app-misc/run-mailcap
- >=dev-lang/lua-5.0.2"
-S=${WORKDIR}/${MY_PN}
-
-src_compile() {
-
- autoreconf
-
- local myconf=""
-
- if has_version '>=x11-base/xfree-4.3.0'; then
- myconf="${myconf} --disable-xfree86-textprop-bug-workaround"
- fi
-
- use hppa && myconf="${myconf} --disable-shared"
-
- 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/ion3 \
- SHAREDIR=${D}/usr/share/ion3 \
- MANDIR=${D}/usr/share/man \
- DOCDIR=${D}/usr/share/doc/${PF} \
- LOCALEDIR=${D}/usr/share/locale \
- LIBDIR=${D}/usr/lib \
- MODULEDIR=${D}/usr/lib/ion3/mod \
- LCDIR=${D}/usr/lib/ion3/lc \
- VARDIR=${D}/var/cache/ion3 \
- install || die
-
- prepalldocs
-
- echo -e "#!/bin/sh\n/usr/bin/ion3" > ${T}/ion3
- echo -e "#!/bin/sh\n/usr/bin/pwm3" > ${T}/pwm3
- exeinto /etc/X11/Sessions
- doexe ${T}/ion3 ${T}/pwm3
-
- insinto /usr/share/xsessions
- doins ${FILESDIR}/ion3.desktop ${FILESDIR}/pwm3.desktop
-
-}