diff options
author | Tom William Payne <twp@gentoo.org> | 2005-01-25 22:48:56 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2005-01-25 22:48:56 +0000 |
commit | 4c3fb1a16fd619e244e4285c7627059f02b560aa (patch) | |
tree | 3d037281f7494914b8ac50d906f89814921eeadd /x11-wm | |
parent | Version bump. Bug # 79516. (diff) | |
download | gentoo-2-4c3fb1a16fd619e244e4285c7627059f02b560aa.tar.gz gentoo-2-4c3fb1a16fd619e244e4285c7627059f02b560aa.tar.bz2 gentoo-2-4c3fb1a16fd619e244e4285c7627059f02b560aa.zip |
Version bump. Bug # 79516. Removed old version.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion3/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/ion3/Manifest | 6 | ||||
-rw-r--r-- | x11-wm/ion3/files/digest-ion3-20050116 | 1 | ||||
-rw-r--r-- | x11-wm/ion3/ion3-20050116.ebuild | 69 |
4 files changed, 79 insertions, 4 deletions
diff --git a/x11-wm/ion3/ChangeLog b/x11-wm/ion3/ChangeLog index 60d8186ede68..8672837c2f00 100644 --- a/x11-wm/ion3/ChangeLog +++ b/x11-wm/ion3/ChangeLog @@ -1,6 +1,11 @@ # 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.13 2005/01/02 14:32:57 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.14 2005/01/25 22:48:56 twp Exp $ + +*ion3-20050116 (25 Jan 2005) + + 25 Jan 2005; Tom Payne <twp@gentoo.org> +ion3-20050116.ebuild: + Version bump. Bug # 79516. Removed old version. *ion3-20050102 (02 Jan 2005) diff --git a/x11-wm/ion3/Manifest b/x11-wm/ion3/Manifest index b570e943cb4e..0d47aa5ec1f4 100644 --- a/x11-wm/ion3/Manifest +++ b/x11-wm/ion3/Manifest @@ -1,11 +1,11 @@ -MD5 9596129feaea284a4beb62c1f3cd8a33 ion3-20041005.ebuild 1602 MD5 1a2f03e50839cd1db9fd80f64943167c ion3-20041104.ebuild 1602 +MD5 5687e35c0345d75fa6051e0ac4f283a3 ion3-20050116.ebuild 1603 MD5 5687e35c0345d75fa6051e0ac4f283a3 ion3-20050102.ebuild 1603 -MD5 269f80e1e4729d4448ea405e2f3dfb33 ChangeLog 1824 +MD5 77f3dbadedf254f48ebb0327ca838a2f ChangeLog 1970 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170 -MD5 77c936250963ebe695b1d532a1f2c679 files/digest-ion3-20041005 68 MD5 570ce937c79c725002d3109eb0c274d3 files/digest-ion3-20041104 68 MD5 00450ed1292b72e2be71b9860c4db6ee files/ion3.desktop 217 MD5 77190ca80118b92a5f9ea71208de23ca files/digest-ion3-20050102 68 +MD5 f5a4c637813405c5a7b6a5fa8c68c748 files/digest-ion3-20050116 68 MD5 aac436d9230b2b3cda72feb184295c1a files/ion.desktop 214 diff --git a/x11-wm/ion3/files/digest-ion3-20050116 b/x11-wm/ion3/files/digest-ion3-20050116 new file mode 100644 index 000000000000..ffc3a87e6476 --- /dev/null +++ b/x11-wm/ion3/files/digest-ion3-20050116 @@ -0,0 +1 @@ +MD5 77ac5dbbf478f95cb74299092453f9ac ion-3ds-20050116.tar.gz 543482 diff --git a/x11-wm/ion3/ion3-20050116.ebuild b/x11-wm/ion3/ion3-20050116.ebuild new file mode 100644 index 000000000000..5228ea6ba993 --- /dev/null +++ b/x11-wm/ion3/ion3-20050116.ebuild @@ -0,0 +1,69 @@ +# 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.1 2005/01/25 22:48:56 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 + !x11-wm/ion3-svn" +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 + +} |