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 | 49e2b2cdbfa9958ee408a9378fa83333b0ce1ec6 (patch) | |
tree | 64344477519bef83ff5b1cbefdfbbc2135c99568 | |
parent | Stable on x86. Removed old version. (diff) | |
download | historical-49e2b2cdbfa9958ee408a9378fa83333b0ce1ec6.tar.gz historical-49e2b2cdbfa9958ee408a9378fa83333b0ce1ec6.tar.bz2 historical-49e2b2cdbfa9958ee408a9378fa83333b0ce1ec6.zip |
Removed old version.
-rw-r--r-- | x11-wm/ion3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ion3/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/ion3/files/digest-ion3-20040906 | 1 | ||||
-rw-r--r-- | x11-wm/ion3/ion3-20040906.ebuild | 75 |
4 files changed, 5 insertions, 80 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/Manifest b/x11-wm/ion3/Manifest index 5d6b0fbb50d3..52b7fc7c502d 100644 --- a/x11-wm/ion3/Manifest +++ b/x11-wm/ion3/Manifest @@ -1,10 +1,8 @@ MD5 284d637f78fb28c5dea5eaa7d231a7dd ion3-20041005.ebuild 1603 -MD5 d75e361a51b833e36dece7e868d203e3 ion3-20040906.ebuild 1779 MD5 b870254460d6664563e3fed4d480622d ion3-20041104.ebuild 1603 -MD5 9aa873c1b81386a621f12133af31f5a5 ChangeLog 1517 +MD5 2759e0f9434b7feb69a8cc0244747af3 ChangeLog 1606 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170 -MD5 0e1e0675cbe6c598285db1ba294fa634 files/digest-ion3-20040906 68 MD5 77c936250963ebe695b1d532a1f2c679 files/digest-ion3-20041005 68 MD5 570ce937c79c725002d3109eb0c274d3 files/digest-ion3-20041104 68 MD5 00450ed1292b72e2be71b9860c4db6ee files/ion3.desktop 217 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. -} |