From d4993b101816a04cc5822155f99a52666905ebdc Mon Sep 17 00:00:00 2001 From: Tom William Payne Date: Mon, 6 Sep 2004 18:55:40 +0000 Subject: Version bump. --- x11-wm/ion3/ChangeLog | 7 +++- x11-wm/ion3/Manifest | 14 ++++--- x11-wm/ion3/files/digest-ion3-20040906 | 1 + x11-wm/ion3/ion3-20040906.ebuild | 71 ++++++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+), 7 deletions(-) create mode 100644 x11-wm/ion3/files/digest-ion3-20040906 create mode 100644 x11-wm/ion3/ion3-20040906.ebuild diff --git a/x11-wm/ion3/ChangeLog b/x11-wm/ion3/ChangeLog index d79538c8fc0a..0f61f38b2d0d 100644 --- a/x11-wm/ion3/ChangeLog +++ b/x11-wm/ion3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/ion3 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.6 2004/09/05 18:40:11 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.7 2004/09/06 18:55:40 twp Exp $ + +*ion3-20040906 (06 Sep 2004) + + 06 Sep 2004; Tom Payne +ion3-20040906.ebuild: + Version bump. 05 Sep 2004; Guy Martin ion3-20040316_p1-r1.ebuild: Fixed for hppa. Marked ~hppa. diff --git a/x11-wm/ion3/Manifest b/x11-wm/ion3/Manifest index 67f2400968f4..118d63bbd48b 100644 --- a/x11-wm/ion3/Manifest +++ b/x11-wm/ion3/Manifest @@ -1,11 +1,13 @@ -MD5 be7a0f4dd2b1c9e577de949447e0bd70 ChangeLog 862 MD5 f1b34d98e54cfd12071d9b1a1297a832 ion3-20040316_p1.ebuild 1367 -MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 c5a457654cef1fd61d9ec2258b00fb20 ion3-20040906.ebuild 1657 MD5 9f4cccf97f66c9aaa81b31427b40f80d ion3-20040316_p1-r1.ebuild 2081 +MD5 04f78ee6a44d3d14342d3b1b40e21cff ChangeLog 971 +MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 6f74d19623693aaf001c28fb5d2657be files/digest-ion3-20040316_p1 70 -MD5 6f74d19623693aaf001c28fb5d2657be files/digest-ion3-20040316_p1-r1 70 -MD5 aac436d9230b2b3cda72feb184295c1a files/ion.desktop 214 -MD5 5e2a511f6530e0cee20b7e6dfbebc3e7 files/ion3-20040316-libtu-I.patch 357 +MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170 MD5 09b215ad9f8569d0285311935897785a files/ion3-20040316_p1-rename.patch 2248 +MD5 5e2a511f6530e0cee20b7e6dfbebc3e7 files/ion3-20040316-libtu-I.patch 357 +MD5 0e1e0675cbe6c598285db1ba294fa634 files/digest-ion3-20040906 68 MD5 00450ed1292b72e2be71b9860c4db6ee files/ion3.desktop 217 -MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170 +MD5 aac436d9230b2b3cda72feb184295c1a files/ion.desktop 214 +MD5 6f74d19623693aaf001c28fb5d2657be files/digest-ion3-20040316_p1-r1 70 diff --git a/x11-wm/ion3/files/digest-ion3-20040906 b/x11-wm/ion3/files/digest-ion3-20040906 new file mode 100644 index 000000000000..5df44b83146b --- /dev/null +++ b/x11-wm/ion3/files/digest-ion3-20040906 @@ -0,0 +1 @@ +MD5 6876e9cd293411e24e10d6d4275ae6d8 ion-3ds-20040906.tar.gz 515278 diff --git a/x11-wm/ion3/ion3-20040906.ebuild b/x11-wm/ion3/ion3-20040906.ebuild new file mode 100644 index 000000000000..2ab34cdec3e0 --- /dev/null +++ b/x11-wm/ion3/ion3-20040906.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ion3-20040906.ebuild,v 1.1 2004/09/06 18:55:40 twp 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 ~ppc ~sparc ~x86 ~amd64 ~hppa" +IUSE="xinerama" +DEPEND="virtual/x11 + app-misc/run-mailcap + >=dev-lang/lua-5.0.2 + >=sys-devel/libtool-1.4.3 + !x11-wm/ion3-svn" +S=${WORKDIR}/${MY_PN} + +src_compile() { + + local myconf="" + + if has_version '>=x11-base/xfree-4.3.0'; then + myconf="${myconf} --disable-xfree86-textprop-bug-workaround" + fi + + autoreconf + + 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 \ + 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 + +} + +pkg_postinst() { + ewarn Binaries, directories, etc. have been renamed from ion to ion3. + ewarn You might need to update your configuration files. +} -- cgit v1.2.3-65-gdbad