summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild59
-rw-r--r--x11-misc/3ddesktop/ChangeLog5
-rw-r--r--x11-misc/dxpc/ChangeLog5
-rw-r--r--x11-misc/dxpc/dxpc-3.8.2-r1.ebuild30
-rw-r--r--x11-misc/lineak-xosdplugin/ChangeLog5
-rw-r--r--x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0.ebuild39
-rw-r--r--x11-misc/xbatt/ChangeLog5
-rw-r--r--x11-misc/xbatt/xbatt-1.2.1.ebuild33
-rw-r--r--x11-misc/xbattbar/ChangeLog5
-rw-r--r--x11-misc/xbattbar/xbattbar-1.4.2.ebuild30
10 files changed, 20 insertions, 196 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
deleted file mode 100644
index bb0ec46194f0..000000000000
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.11 2010/09/16 17:34:48 scarabeus Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="OpenGL virtual desktop switching"
-HOMEPAGE="http://desk3d.sourceforge.net/"
-SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXxf86vm
- media-libs/imlib2
- media-libs/freeglut
- media-libs/freetype"
-DEPEND="${RDEPEND}
- x11-proto/xf86vidmodeproto
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-gcc4.patch"
- epatch "${FILESDIR}/${P}-asneeded.patch"
- epatch "${FILESDIR}/${P}-missing-include.patch"
-
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README AUTHORS TODO ChangeLog README.windowmanagers
-}
-
-pkg_postinst() {
- einfo
- einfo "This ebuild installed a configuration file called /etc/3ddesktop.conf"
- einfo "The default configuration makes a screenshot of the virtual desktops"
- einfo "every X seconds. This is non-optimal behavior."
- einfo
- einfo "To enable a more intelligent way of updating the virtual desktops,"
- einfo "execute the following:"
- einfo
- einfo " echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf"
- einfo
- einfo "This will cause 3ddesktop to update the virtual desktop snapshots"
- einfo "only when a 3d desktop switch is required."
- einfo
-}
diff --git a/x11-misc/3ddesktop/ChangeLog b/x11-misc/3ddesktop/ChangeLog
index 50c2fbd7db54..47600cf94fff 100644
--- a/x11-misc/3ddesktop/ChangeLog
+++ b/x11-misc/3ddesktop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/3ddesktop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.44 2012/02/16 18:24:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.45 2012/02/17 04:12:58 jer Exp $
+
+ 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -3ddesktop-0.2.9.ebuild:
+ Old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
3ddesktop-0.2.9-r1.ebuild:
diff --git a/x11-misc/dxpc/ChangeLog b/x11-misc/dxpc/ChangeLog
index dcb20d59b861..1e1e71c89ce5 100644
--- a/x11-misc/dxpc/ChangeLog
+++ b/x11-misc/dxpc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/dxpc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.17 2012/02/16 19:30:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.18 2012/02/17 04:14:26 jer Exp $
+
+ 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -dxpc-3.8.2-r1.ebuild:
+ Old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dxpc-3.9.2-r1.ebuild:
x86 stable wrt bug #397263
diff --git a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild b/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild
deleted file mode 100644
index fa1224007606..000000000000
--- a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild,v 1.6 2010/01/09 15:06:25 ssuominen Exp $
-
-inherit eutils
-
-DESCRIPTION="Differential X Protocol Compressor"
-SRC_URI="http://www.vigor.nu/dxpc/3.8.2/${P}.tar.gz"
-HOMEPAGE="http://www.vigor.nu/dxpc/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXt
- >=dev-libs/lzo-2"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-lzo2.patch"
-}
-
-src_install () {
- emake -j1 prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \
- || die "make install failed"
- dodoc CHANGES README TODO
-}
diff --git a/x11-misc/lineak-xosdplugin/ChangeLog b/x11-misc/lineak-xosdplugin/ChangeLog
index 50c8b91c732c..29cfbbae2d46 100644
--- a/x11-misc/lineak-xosdplugin/ChangeLog
+++ b/x11-misc/lineak-xosdplugin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/lineak-xosdplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.31 2012/02/16 19:33:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.32 2012/02/17 04:15:27 jer Exp $
+
+ 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -lineak-xosdplugin-0.9.0.ebuild:
+ Old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
lineak-xosdplugin-0.9.0-r1.ebuild:
diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0.ebuild
deleted file mode 100644
index 6b9dcb0e75fe..000000000000
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0.ebuild,v 1.5 2008/04/22 17:09:31 drac Exp $
-
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Xosd plugin for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-DEPEND="=x11-misc/lineakd-${PV}*
- x11-libs/xosd"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_compile() {
- econf $(use_enable debug) --with-x
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "emake install failed."
- dodoc AUTHORS README
-}
diff --git a/x11-misc/xbatt/ChangeLog b/x11-misc/xbatt/ChangeLog
index fe370d7506c9..d97da4111a81 100644
--- a/x11-misc/xbatt/ChangeLog
+++ b/x11-misc/xbatt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xbatt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.13 2012/02/16 19:35:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.14 2012/02/17 04:16:20 jer Exp $
+
+ 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -xbatt-1.2.1.ebuild:
+ Old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xbatt-1.2.1-r1.ebuild:
x86 stable wrt bug #397277
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild
deleted file mode 100644
index e7565f23e2eb..000000000000
--- a/x11-misc/xbatt/xbatt-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.9 2007/07/22 03:29:59 dberkholz Exp $
-
-DESCRIPTION="Notebook battery indicator for X"
-HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
-SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz"
-
-LICENSE="|| ( as-is BSD )"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXaw
- x11-libs/libXext
- x11-libs/libxkbfile
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-misc/imake"
-
-src_compile() {
- xmkmf || die
- make xbatt || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README* COPYRIGHT
-}
diff --git a/x11-misc/xbattbar/ChangeLog b/x11-misc/xbattbar/ChangeLog
index 3e5dffefff04..2d463985bff4 100644
--- a/x11-misc/xbattbar/ChangeLog
+++ b/x11-misc/xbattbar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xbattbar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.15 2012/02/16 19:36:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.16 2012/02/17 04:16:36 jer Exp $
+
+ 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -xbattbar-1.4.2.ebuild:
+ Old.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xbattbar-1.4.3.ebuild:
x86 stable wrt bug #397279
diff --git a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild b/x11-misc/xbattbar/xbattbar-1.4.2.ebuild
deleted file mode 100644
index 8875719d3a80..000000000000
--- a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.2.ebuild,v 1.11 2010/07/08 15:47:01 ssuominen Exp $
-
-DESCRIPTION="Advanced Power Management battery status display for X"
-HOMEPAGE="http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html"
-SRC_URI="http://iplab.aist-nara.ac.jp/member/suguru/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-misc/gccmakedep
- x11-misc/imake
- x11-libs/libX11"
-
-src_compile() {
- xmkmf -a || die
- emake || die
-}
-
-src_install() {
- dobin xbattbar || die
- newman xbattbar.man xbattbar.1 || die
- dodoc README
-}