summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-10-07 12:19:22 +0000
committerTom William Payne <twp@gentoo.org>2004-10-07 12:19:22 +0000
commit434e16d16ef154553d2d312a2fb83466e61c2fce (patch)
tree288bd51f8004f9fc7a9cc9575ccc22574befea07 /x11-wm/ion2
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-434e16d16ef154553d2d312a2fb83466e61c2fce.tar.gz
gentoo-2-434e16d16ef154553d2d312a2fb83466e61c2fce.tar.bz2
gentoo-2-434e16d16ef154553d2d312a2fb83466e61c2fce.zip
Removed old versions.
Diffstat (limited to 'x11-wm/ion2')
-rw-r--r--x11-wm/ion2/ChangeLog6
-rw-r--r--x11-wm/ion2/files/digest-ion2-200404071
-rw-r--r--x11-wm/ion2/files/digest-ion2-200406011
-rw-r--r--x11-wm/ion2/ion2-20040407.ebuild90
-rw-r--r--x11-wm/ion2/ion2-20040601.ebuild85
5 files changed, 5 insertions, 178 deletions
diff --git a/x11-wm/ion2/ChangeLog b/x11-wm/ion2/ChangeLog
index 1f27041ecb28..e86d8ffd9a08 100644
--- a/x11-wm/ion2/ChangeLog
+++ b/x11-wm/ion2/ChangeLog
@@ -1,6 +1,10 @@
# 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.21 2004/09/23 18:27:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion2/ChangeLog,v 1.22 2004/10/07 12:19:22 twp Exp $
+
+ 07 Oct 2004; Tom Payne <twp@gentoo.org> -ion2-20040407.ebuild,
+ -ion2-20040601.ebuild:
+ Removed old versions.
23 Sep 2004; <blubb@gentoo.org> ion2-20040729.ebuild:
added ~amd64 and fixed sandbox issues
diff --git a/x11-wm/ion2/files/digest-ion2-20040407 b/x11-wm/ion2/files/digest-ion2-20040407
deleted file mode 100644
index cb58c604459f..000000000000
--- a/x11-wm/ion2/files/digest-ion2-20040407
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f27efbd06ab1c8ac26918bef6ed029e7 ion-2-20040407.tar.gz 389518
diff --git a/x11-wm/ion2/files/digest-ion2-20040601 b/x11-wm/ion2/files/digest-ion2-20040601
deleted file mode 100644
index bdfb4da45372..000000000000
--- a/x11-wm/ion2/files/digest-ion2-20040601
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b2489a48bba865818a3990d49381ce8 ion-2-20040601.tar.gz 398860
diff --git a/x11-wm/ion2/ion2-20040407.ebuild b/x11-wm/ion2/ion2-20040407.ebuild
deleted file mode 100644
index d63cfd689aad..000000000000
--- a/x11-wm/ion2/ion2-20040407.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# 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-20040407.ebuild,v 1.4 2004/06/24 23:42:17 agriffis 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/ion/dl/ion-2-${PV}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha ~mips ppc ~sparc x86"
-IUSE="xinerama"
-DEPEND="virtual/x11
- app-misc/run-mailcap
- >=dev-lang/lua-5.0.2
- >=sys-devel/libtool-1.4.3
- !<=x11-wm/ion2-20040211-r2"
-S=${WORKDIR}/ion-2-${PV}
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
-
- epatch ${FILESDIR}/ion2-20040407-rename.patch
-
-}
-
-src_compile() {
-
- local myconf=""
-
- if has_version '>=x11-base/xfree-4.3.0'; then
- myconf="${myconf} --disable-xfree86-textprop-bug-workaround"
- fi
-
- autoreconf
-
- 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/ion2 \
- SHAREDIR=${D}/usr/share/ion2 \
- MANDIR=${D}/usr/share/man \
- DOCDIR=${D}/usr/share/doc/${PF} \
- install || die
-
- mv ${D}/usr/bin/ion ${D}/usr/bin/ion2
- mv ${D}/usr/bin/pwm ${D}/usr/bin/pwm2
- mv ${D}/usr/share/man/man1/ion.1 ${D}/usr/share/man/man1/ion2.1
- mv ${D}/usr/share/man/man1/pwm.1 ${D}/usr/share/man/man1/pwm2.1
-
- prepalldocs
-
- insinto /usr/include/ion2
- doins *.h *.mk mkexports.lua
- for i in de floatws ioncore ionws luaextl menu query; do
- insinto /usr/include/ion2/${i}
- doins ${i}/*.h
- done
- insinto /usr/include/ion2/libtu
- doins libtu/*.h
-
- echo -e "#!/bin/sh\n/usr/bin/ion2" > ${T}/ion2
- echo -e "#!/bin/sh\n/usr/bin/pwm2" > ${T}/pwm2
- exeinto /etc/X11/Sessions
- doexe ${T}/ion2 ${T}/pwm2
-
- insinto /usr/share/xsessions
- doins ${FILESDIR}/ion2.desktop ${FILESDIR}/pwm2.desktop
-
-}
-
-pkg_postinst() {
- ewarn "Binaries and manual pages have been renamed to ion2"
- ewarn "You might have to edit your .xsession/.xinitrc."
-}
diff --git a/x11-wm/ion2/ion2-20040601.ebuild b/x11-wm/ion2/ion2-20040601.ebuild
deleted file mode 100644
index f5e1837188fa..000000000000
--- a/x11-wm/ion2/ion2-20040601.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# 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-20040601.ebuild,v 1.3 2004/08/29 19:37:58 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/ion/dl/ion-2-${PV}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha ~mips ppc ~sparc x86"
-IUSE="xinerama"
-DEPEND="virtual/x11
- app-misc/run-mailcap
- >=dev-lang/lua-5.0.2
- >=sys-devel/libtool-1.4.3
- !<=x11-wm/ion2-20040211-r2"
-S=${WORKDIR}/ion-2-${PV}
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
-
- epatch ${FILESDIR}/ion2-20040601-rename.patch
-
-}
-
-src_compile() {
-
- local myconf=""
-
- if has_version '>=x11-base/xfree-4.3.0'; then
- myconf="${myconf} --disable-xfree86-textprop-bug-workaround"
- fi
-
- autoreconf
-
- 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/ion2 \
- SHAREDIR=${D}/usr/share/ion2 \
- MANDIR=${D}/usr/share/man \
- DOCDIR=${D}/usr/share/doc/${PF} \
- install || die
-
- mv ${D}/usr/bin/ion ${D}/usr/bin/ion2
- mv ${D}/usr/bin/pwm ${D}/usr/bin/pwm2
- mv ${D}/usr/share/man/man1/ion.1 ${D}/usr/share/man/man1/ion2.1
- mv ${D}/usr/share/man/man1/pwm.1 ${D}/usr/share/man/man1/pwm2.1
-
- prepalldocs
-
- insinto /usr/include/ion2
- doins *.h *.mk mkexports.lua
- for i in de floatws ioncore ionws luaextl menu query; do
- insinto /usr/include/ion2/${i}
- doins ${i}/*.h
- done
- insinto /usr/include/ion2/libtu
- doins libtu/*.h
-
- echo -e "#!/bin/sh\n/usr/bin/ion2" > ${T}/ion2
- echo -e "#!/bin/sh\n/usr/bin/pwm2" > ${T}/pwm2
- exeinto /etc/X11/Sessions
- doexe ${T}/ion2 ${T}/pwm2
-
- insinto /usr/share/xsessions
- doins ${FILESDIR}/ion2.desktop ${FILESDIR}/pwm2.desktop
-
-}