diff options
author | Tom William Payne <twp@gentoo.org> | 2004-12-20 12:57:34 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-12-20 12:57:34 +0000 |
commit | 63b4cdaff03a8a81cdd3b7cbb523d584246a418c (patch) | |
tree | 9bdcd2482544f1a936ebefca79526af9d482b930 /x11-wm/ion3 | |
parent | Stable on x86. Removed old version. (Manifest recommit) (diff) | |
download | gentoo-2-63b4cdaff03a8a81cdd3b7cbb523d584246a418c.tar.gz gentoo-2-63b4cdaff03a8a81cdd3b7cbb523d584246a418c.tar.bz2 gentoo-2-63b4cdaff03a8a81cdd3b7cbb523d584246a418c.zip |
Removed old version.
Diffstat (limited to 'x11-wm/ion3')
-rw-r--r-- | x11-wm/ion3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ion3/files/digest-ion3-20040906 | 1 | ||||
-rw-r--r-- | x11-wm/ion3/ion3-20040906.ebuild | 75 |
3 files changed, 4 insertions, 77 deletions
diff --git a/x11-wm/ion3/ChangeLog b/x11-wm/ion3/ChangeLog index 5a4150fef910..5cf32b4f1b64 100644 --- a/x11-wm/ion3/ChangeLog +++ b/x11-wm/ion3/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2004/12/19 18:01:18 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.11 2004/12/20 12:57:34 twp Exp $ + + 20 Dec 2004; Tom Payne <twp@gentoo.org> -ion3-20040906.ebuild: + Removed old version. 19 Dec 2004; Tom Payne <twp@gentoo.org> -files/ion3-20040316-libtu-I.patch, -files/ion3-20040316_p1-rename.patch: diff --git a/x11-wm/ion3/files/digest-ion3-20040906 b/x11-wm/ion3/files/digest-ion3-20040906 deleted file mode 100644 index 5df44b83146b..000000000000 --- a/x11-wm/ion3/files/digest-ion3-20040906 +++ /dev/null @@ -1 +0,0 @@ -MD5 6876e9cd293411e24e10d6d4275ae6d8 ion-3ds-20040906.tar.gz 515278 diff --git a/x11-wm/ion3/ion3-20040906.ebuild b/x11-wm/ion3/ion3-20040906.ebuild deleted file mode 100644 index 49ddc40adaf4..000000000000 --- a/x11-wm/ion3/ion3-20040906.ebuild +++ /dev/null @@ -1,75 +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/ion3/ion3-20040906.ebuild,v 1.2 2004/12/19 17:59:43 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 \ - 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 - -} - -pkg_postinst() { - ewarn Binaries, directories, etc. have been renamed from ion to ion3. - ewarn You might need to update your configuration files. -} |