summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/dmenu/ChangeLog8
-rw-r--r--x11-misc/dmenu/dmenu-3.7-r1.ebuild65
-rw-r--r--x11-misc/dmenu/dmenu-3.8.ebuild62
-rw-r--r--x11-misc/dmenu/files/dmenu-3.7.patch17
-rw-r--r--x11-misc/efax-gtk/ChangeLog6
-rw-r--r--x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild43
-rw-r--r--x11-misc/kflog/ChangeLog7
-rw-r--r--x11-misc/kflog/kflog-2.1.1.ebuild59
-rw-r--r--x11-misc/lineak-defaultplugin/ChangeLog8
-rw-r--r--x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild29
-rw-r--r--x11-misc/lineak-xosdplugin/ChangeLog8
-rw-r--r--x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild33
-rw-r--r--x11-misc/lineakd/ChangeLog8
-rw-r--r--x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild47
-rw-r--r--x11-misc/parcellite/ChangeLog5
-rw-r--r--x11-misc/parcellite/parcellite-0.9.ebuild39
-rw-r--r--x11-misc/read-edid/ChangeLog6
-rw-r--r--x11-misc/read-edid/files/read-edid-arch.patch43
-rw-r--r--x11-misc/read-edid/read-edid-1.4.1-r1.ebuild26
-rw-r--r--x11-misc/remind/ChangeLog6
-rw-r--r--x11-misc/remind/remind-03.01.05.ebuild42
-rw-r--r--x11-misc/rss-glx/ChangeLog7
-rw-r--r--x11-misc/rss-glx/files/rss-glx-0.8.1-r4-gentoo.patch39
-rw-r--r--x11-misc/rss-glx/files/rss-glx-0.8.1-r4-imagemagick.patch10
-rw-r--r--x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild145
-rw-r--r--x11-misc/slim/ChangeLog7
-rw-r--r--x11-misc/slim/files/slim-1.3.0-gcc43.patch10
-rw-r--r--x11-misc/slim/slim-1.3.0-r1.ebuild91
-rw-r--r--x11-misc/slim/slim-1.3.1-r1.ebuild93
-rw-r--r--x11-misc/xautomation/ChangeLog8
-rw-r--r--x11-misc/xautomation/xautomation-0.96.ebuild26
-rw-r--r--x11-misc/xnots/ChangeLog5
-rw-r--r--x11-misc/xnots/xnots-0.2.ebuild35
-rw-r--r--x11-misc/xsnap/ChangeLog10
-rw-r--r--x11-misc/xsnap/files/xsnap-1.4-gentoo.patch11
-rw-r--r--x11-misc/xsnap/files/xsnap-this-should-be-fixed-updstream.patch55
-rw-r--r--x11-misc/xsnap/xsnap-1.4.3-r1.ebuild45
-rw-r--r--x11-misc/xsnap/xsnap-1.4.4.ebuild46
38 files changed, 78 insertions, 1132 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog
index 9073bed9703a..f93b1a5dee01 100644
--- a/x11-misc/dmenu/ChangeLog
+++ b/x11-misc/dmenu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/dmenu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.50 2008/11/01 17:19:57 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.51 2009/03/21 21:37:04 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -files/dmenu-3.7.patch,
+ -dmenu-3.7-r1.ebuild, -dmenu-3.8.ebuild:
+ Remove old versions.
01 Nov 2008; nixnut <nixnut@gentoo.org> dmenu-3.9.ebuild:
Stable on ppc wrt bug 244528
diff --git a/x11-misc/dmenu/dmenu-3.7-r1.ebuild b/x11-misc/dmenu/dmenu-3.7-r1.ebuild
deleted file mode 100644
index b8def8dbd41b..000000000000
--- a/x11-misc/dmenu/dmenu-3.7-r1.ebuild
+++ /dev/null
@@ -1,65 +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/dmenu/dmenu-3.7-r1.ebuild,v 1.10 2008/07/22 20:01:47 corsair Exp $
-
-inherit toolchain-funcs savedconfig eutils
-
-DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
-HOMEPAGE="http://www.suckless.org/programs/dmenu.html"
-SRC_URI="http://code.suckless.org/dl/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="xinerama"
-
-RDEPEND="x11-libs/libX11
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall -g/" \
- -e "s/LDFLAGS = -s/LDFLAGS += -g/" \
- -e "s/XINERAMALIBS =/XINERAMALIBS ?=/" \
- -e "s/XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
- config.mk || die "sed failed"
-
- epatch "${FILESDIR}/${P}.patch"
-
- if use savedconfig; then
- restore_config config.h
- fi
-}
-
-src_compile() {
- local msg
- use savedconfig && msg=", please check the configfile"
- if use xinerama; then
- emake CC=$(tc-getCC) || die "emake failed${msg}"
- else
- emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" \
- || die "emake failed${msg}"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
-
- insinto /usr/share/${PN}
- newins config.h ${PF}.config.h
-
- dodoc README
-
- save_config config.h
-}
-
-pkg_postinst() {
- einfo "This ebuild has support for user defined configs"
- einfo "Please read this ebuild for more details and re-emerge as needed"
- einfo "if you want to add or remove functionality for ${PN}"
-}
diff --git a/x11-misc/dmenu/dmenu-3.8.ebuild b/x11-misc/dmenu/dmenu-3.8.ebuild
deleted file mode 100644
index 002dd19051f5..000000000000
--- a/x11-misc/dmenu/dmenu-3.8.ebuild
+++ /dev/null
@@ -1,62 +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/dmenu/dmenu-3.8.ebuild,v 1.1 2008/07/30 18:32:45 cedk Exp $
-
-inherit toolchain-funcs savedconfig
-
-DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
-HOMEPAGE="http://www.suckless.org/programs/dmenu.html"
-SRC_URI="http://code.suckless.org/dl/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="xinerama"
-
-DEPEND="x11-libs/libX11
- xinerama? ( x11-libs/libXinerama )"
-RDEPEND=${DEPEND}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall -g/" \
- -e "s/LDFLAGS = -s/LDFLAGS += -g/" \
- -e "s/XINERAMALIBS =/XINERAMALIBS ?=/" \
- -e "s/XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
- config.mk || die "sed failed"
-
- if use savedconfig; then
- restore_config config.h
- fi
-}
-
-src_compile() {
- local msg
- use savedconfig && msg=", please check the configfile"
- if use xinerama; then
- emake CC=$(tc-getCC) || die "emake failed${msg}"
- else
- emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" \
- || die "emake failed${msg}"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
-
- insinto /usr/share/${PN}
- newins config.h ${PF}.config.h
-
- dodoc README
-
- save_config config.h
-}
-
-pkg_postinst() {
- einfo "This ebuild has support for user defined configs"
- einfo "Please read this ebuild for more details and re-emerge as needed"
- einfo "if you want to add or remove functionality for ${PN}"
-}
diff --git a/x11-misc/dmenu/files/dmenu-3.7.patch b/x11-misc/dmenu/files/dmenu-3.7.patch
deleted file mode 100644
index 44bb70154846..000000000000
--- a/x11-misc/dmenu/files/dmenu-3.7.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru dmenu-3.7~/dmenu.c dmenu-3.7/dmenu.c
---- dmenu-3.7~/dmenu.c 2008-07-20 16:26:14.000000000 +0200
-+++ dmenu-3.7/dmenu.c 2008-07-20 16:27:01.000000000 +0200
-@@ -477,11 +477,11 @@
- calcoffsets();
- break;
- case XK_Return:
-- if((e->state & ShiftMask) && text)
-+ if((e->state & ShiftMask) && *text)
- fprintf(stdout, "%s", text);
- else if(sel)
- fprintf(stdout, "%s", sel->text);
-- else if(text)
-+ else if(*text)
- fprintf(stdout, "%s", text);
- fflush(stdout);
- running = False;
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog
index ca6efc5ef035..8244bd639198 100644
--- a/x11-misc/efax-gtk/ChangeLog
+++ b/x11-misc/efax-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/efax-gtk
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.29 2009/02/22 15:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.30 2009/03/21 21:39:22 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -efax-gtk-3.0.11.ebuild:
+ Remove old versions.
22 Feb 2009; Raúl Porcel <armin76@gentoo.org> efax-gtk-3.0.18.ebuild:
x86 stable wrt #259157
diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild
deleted file mode 100644
index 45618e95b816..000000000000
--- a/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild
+++ /dev/null
@@ -1,43 +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/efax-gtk/efax-gtk-3.0.11.ebuild,v 1.4 2007/04/20 21:29:01 josejx Exp $
-
-DESCRIPTION="GTK+2 frontend for the efax program."
-HOMEPAGE="http://efax-gtk.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- >=dev-libs/libsigc++-2
- >=x11-libs/gtk+-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- # The binaries
- dobin src/efax-gtk
- dobin efax/efax-0.9a
- dobin efax/efix-0.9a
-
- # The man page
- doman efax-gtk.1
-
- # The spool directory and print filter
- dodir /var/spool/fax
- fowners lp:lp /var/spool/fax
- insinto /var/spool/fax
- insopts -m755 -oroot -groot
- doins efax-gtk-faxfilter/efax-gtk-faxfilter
- doins efax-gtk-faxfilter/efax-gtk-socket-client
-
- # Config file
- insinto /etc
- doins efax-gtkrc
-
- # Docs
- dodoc AUTHORS BUGS ChangeLog README
-}
diff --git a/x11-misc/kflog/ChangeLog b/x11-misc/kflog/ChangeLog
index fc7a42939108..92516c2abd3e 100644
--- a/x11-misc/kflog/ChangeLog
+++ b/x11-misc/kflog/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/kflog
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.16 2007/02/10 09:48:02 nixnut Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.17 2009/03/21 21:42:38 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -kflog-2.1.1.ebuild:
+ Remove old versions.
10 Feb 2007; nixnut <nixnut@gentoo.org> kflog-2.1.1-r2.ebuild:
Stable on ppc wrt bug 165421
diff --git a/x11-misc/kflog/kflog-2.1.1.ebuild b/x11-misc/kflog/kflog-2.1.1.ebuild
deleted file mode 100644
index e9c3f490a33e..000000000000
--- a/x11-misc/kflog/kflog-2.1.1.ebuild
+++ /dev/null
@@ -1,59 +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/kflog/kflog-2.1.1.ebuild,v 1.13 2007/02/05 10:19:02 flameeyes Exp $
-
-inherit kde
-
-DESCRIPTION="A flight logger/analyser for KDE aimed at glider pilots"
-HOMEPAGE="http://www.kflog.org/kflog/"
-SRC_URI="http://www.kflog.org/download/src/${P}.tar.bz2"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="-amd64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND="sys-apps/gawk
- sys-devel/gettext
- sys-apps/grep
- sys-devel/gcc
- virtual/libc
- sys-libs/zlib"
-
-RDEPEND="dev-libs/expat
- media-libs/fontconfig
- media-libs/freetype
- media-libs/jpeg
- media-libs/libart_lgpl
- media-libs/libmng
- media-libs/libpng
- media-libs/nas
- sys-devel/gcc
- virtual/libc
- sys-libs/zlib
- =x11-libs/qt-3*"
-
-need-kde 3
-
-src_install() {
- kde_src_install
- rm -rf ${D}/usr/share/doc/HTML
- chown -R root:users ${D}/usr/share/apps/kflog/mapdata
- chmod -R ug+rw ${D}/usr/share/apps/kflog/mapdata
-}
-
-pkg_postinst() {
- einfo "Note: Maps are not included. KFlog can download required data"
- einfo "for you, or you may obtain map/airspace/airfield data at:"
- einfo
- einfo "http://maproom.kflog.org/"
- einfo
- einfo "and untar them in /usr/share/apps/kflog/mapdata"
- einfo "Visiting http://www.kflog.org/ is generally a good idea."
-}
-
-pkg_postrm() {
- einfo "Note: If you installed any maps, airspace or airfield data -"
- einfo "DO NOT FORGET to remove it manually! (/usr/share/apps/kflog/mapdata"
- einfo
- einfo "Browsing though /usr/share/apps/kflog might be a good idea."
-}
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog
index ec89f514619b..4bb5d8fb75d0 100644
--- a/x11-misc/lineak-defaultplugin/ChangeLog
+++ b/x11-misc/lineak-defaultplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineak-defaultplugin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.25 2008/06/29 11:26:12 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.26 2009/03/21 21:44:19 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineak-defaultplugin-0.9.0_pre1.ebuild:
+ Remove old versions.
29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
lineak-defaultplugin-0.9.0.ebuild:
diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild
deleted file mode 100644
index d02ad1401cb2..000000000000
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild
+++ /dev/null
@@ -1,29 +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/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild,v 1.4 2007/03/18 09:37:17 nixnut Exp $
-
-inherit multilib
-
-MY_P=${PN/-/_}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Mute/unmute and other macros for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="=x11-misc/lineakd-${PV}*"
-DEPEND="${RDEPEND}"
-
-src_install() {
- sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile
-
- make DESTDIR=${D} \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "make install failed"
- dodoc AUTHORS README
-}
diff --git a/x11-misc/lineak-xosdplugin/ChangeLog b/x11-misc/lineak-xosdplugin/ChangeLog
index cdc50104c2d4..e575e247cea7 100644
--- a/x11-misc/lineak-xosdplugin/ChangeLog
+++ b/x11-misc/lineak-xosdplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineak-xosdplugin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.26 2008/04/22 17:09:31 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.27 2009/03/21 21:45:39 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineak-xosdplugin-0.9.0_pre1.ebuild:
+ Remove old versions.
22 Apr 2008; Samuli Suominen <drac@gentoo.org>
+files/lineak-xosdplugin-0.9.0-gcc43.patch,
diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild
deleted file mode 100644
index 774f4399ef69..000000000000
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.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/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild,v 1.4 2007/03/18 09:38:36 nixnut Exp $
-
-inherit multilib
-
-MY_P=${PN/-/_}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Xosd plugin for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="=x11-misc/lineakd-${PV}*
- x11-libs/xosd"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf --with-x || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "make install failed"
- dodoc AUTHORS README
-}
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog
index 2df7c99f253a..35c9b0f439da 100644
--- a/x11-misc/lineakd/ChangeLog
+++ b/x11-misc/lineakd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineakd
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.51 2008/04/22 17:00:28 drac Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.52 2009/03/21 21:46:51 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineakd-0.9.0_pre1.ebuild:
+ Remove old versions.
22 Apr 2008; Samuli Suominen <drac@gentoo.org>
+files/lineakd-0.9.0-gcc43.patch, lineakd-0.9.0-r1.ebuild:
diff --git a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild
deleted file mode 100644
index 888d7425bfaf..000000000000
--- a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild
+++ /dev/null
@@ -1,47 +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/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.9 2008/01/07 10:51:50 nelchael Exp $
-
-inherit eutils
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-libs/libxkbfile
- x11-libs/libXt
- x11-proto/inputproto
- x11-proto/xextproto
- x11-proto/xproto"
-
-src_compile() {
- econf --with-x || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
-
- dodir /usr/share/man/man8
-
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README TODO
- keepdir /usr/lib/lineakd/plugins
-
- insinto /etc/lineak
- doins lineakd.conf.example
- doins lineakd.conf.kde.example
-}
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog
index 678ec57a9a2d..8fdc9c7219fb 100644
--- a/x11-misc/parcellite/ChangeLog
+++ b/x11-misc/parcellite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/parcellite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.5 2009/03/21 12:10:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.6 2009/03/21 21:48:00 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -parcellite-0.9.ebuild:
+ Remove old versions.
*parcellite-0.9.1 (21 Mar 2009)
diff --git a/x11-misc/parcellite/parcellite-0.9.ebuild b/x11-misc/parcellite/parcellite-0.9.ebuild
deleted file mode 100644
index f8f985223320..000000000000
--- a/x11-misc/parcellite/parcellite-0.9.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/parcellite/parcellite-0.9.ebuild,v 1.2 2008/12/01 19:35:37 ssuominen Exp $
-
-inherit fdo-mime
-
-DESCRIPTION="A lightweight GTK+ based clipboard manager."
-HOMEPAGE="http://parcellite.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.10
- >=dev-libs/glib-2.14"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext
- dev-util/intltool )"
-
-src_compile() {
- econf --disable-dependency-tracking $(use_enable nls)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index edd7bdee8513..2b6567169b5b 100644
--- a/x11-misc/read-edid/ChangeLog
+++ b/x11-misc/read-edid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/read-edid
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.21 2009/03/13 22:26:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.22 2009/03/21 21:50:13 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -files/read-edid-arch.patch, -read-edid-1.4.1-r1.ebuild:
+ Remove old versions.
13 Mar 2009; Joseph Jezak <josejx@gentoo.org> read-edid-1.4.2.ebuild:
Marked ppc stable for bug #252701.
diff --git a/x11-misc/read-edid/files/read-edid-arch.patch b/x11-misc/read-edid/files/read-edid-arch.patch
deleted file mode 100644
index 71b34cddf069..000000000000
--- a/x11-misc/read-edid/files/read-edid-arch.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Nur read-edid-1.4.1/Makefile.am read-edid-1.4.1-fixes/Makefile.am
---- read-edid-1.4.1/Makefile.am 2001-06-03 17:57:51.000000000 -0400
-+++ read-edid-1.4.1-fixes/Makefile.am 2007-06-03 02:43:40.000000000 -0400
-@@ -1,4 +1,8 @@
-+if X86
- sbin_PROGRAMS = get-edid parse-edid
-+else
-+sbin_PROGRAMS = parse-edid
-+endif
-
- get_edid_SOURCES = get-edid.c lrmi.c
- parse_edid_SOURCES = parse-edid.c
-@@ -6,6 +10,7 @@
-
- EXTRA_DIST = bootstrap LRMI
-
-+if X86
- read-edid: all
- ./get-edid | ./parse-edid
-
-@@ -14,6 +19,7 @@
- ./parse-edid EDID
-
- .PHONY: read-edid EDID
-+endif
-
- maintainer-clean-local:
- $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
-diff -Nur read-edid-1.4.1/configure.in read-edid-1.4.1-fixes/configure.in
---- read-edid-1.4.1/configure.in 2002-05-25 12:28:25.000000000 -0400
-+++ read-edid-1.4.1-fixes/configure.in 2007-06-03 02:55:25.000000000 -0400
-@@ -8,6 +8,9 @@
-
- AC_PROG_CC
-
-+echo - | $CC -E -dM - | grep '__i386__' > /dev/null
-+AM_CONDITIONAL(X86, test $? -eq 0 )
-+
- dnl Simple, huh?
-
--AC_OUTPUT([Makefile])
-\ No newline at end of file
-+AC_OUTPUT([Makefile])
diff --git a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild b/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild
deleted file mode 100644
index 80ce63bae00c..000000000000
--- a/x11-misc/read-edid/read-edid-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,26 +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/read-edid/read-edid-1.4.1-r1.ebuild,v 1.10 2008/12/15 04:09:24 yngwin Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="Get EDID information from a pnp monitor"
-HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html"
-SRC_URI="http://john.fremlin.de/programs/linux/read-edid/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-arch.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog LRMI NEWS README
-}
diff --git a/x11-misc/remind/ChangeLog b/x11-misc/remind/ChangeLog
index 3c00d409ef1d..6b897d83164d 100644
--- a/x11-misc/remind/ChangeLog
+++ b/x11-misc/remind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/remind
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.40 2009/01/17 13:50:47 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.41 2009/03/21 21:51:17 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -remind-03.01.05.ebuild:
+ Remove old versions.
17 Jan 2009; Friedrich Oslage <bluebird@gentoo.org>
remind-03.01.06.ebuild:
diff --git a/x11-misc/remind/remind-03.01.05.ebuild b/x11-misc/remind/remind-03.01.05.ebuild
deleted file mode 100644
index 651fe82dc283..000000000000
--- a/x11-misc/remind/remind-03.01.05.ebuild
+++ /dev/null
@@ -1,42 +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/remind/remind-03.01.05.ebuild,v 1.7 2008/06/12 12:31:11 opfer Exp $
-
-MY_P=${P/_beta/-BETA-}
-
-DESCRIPTION="Ridiculously functional reminder program"
-HOMEPAGE="http://www.roaringpenguin.com/products/remind"
-SRC_URI="http://www.roaringpenguin.com/files/download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- sed -i 's:$(MAKE) install:&-nostripped:' "${S}"/Makefile || die
-}
-
-src_test() {
- if [[ $UID -eq 0 ]] ; then
- ewarn "Testing fails if run as root. Skipping tests."
- return
- fi
- make test || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dobin www/rem2html || die "dobin failed"
-
- dodoc docs/WHATSNEW examples/defs.rem www/README.* || die "dodoc failed"
-
- if ! use tk ; then
- rm "${D}"/usr/bin/tkremind "${D}"/usr/share/man/man1/tkremind* \
- "${D}"/usr/bin/cm2rem* "${D}"/usr/share/man/man1/cm2rem*
- fi
-}
diff --git a/x11-misc/rss-glx/ChangeLog b/x11-misc/rss-glx/ChangeLog
index e9ebfad06126..66f7f062e488 100644
--- a/x11-misc/rss-glx/ChangeLog
+++ b/x11-misc/rss-glx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/rss-glx
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/ChangeLog,v 1.67 2009/03/19 14:27:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/ChangeLog,v 1.68 2009/03/21 21:54:41 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -files/rss-glx-0.8.1-r4-gentoo.patch,
+ -files/rss-glx-0.8.1-r4-imagemagick.patch, -rss-glx-0.8.1-r4.ebuild:
+ Remove old versions.
19 Mar 2009; Brent Baude <ranger@gentoo.org> rss-glx-0.8.1-r5.ebuild:
stable ppc, bug 260088
diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-gentoo.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-gentoo.patch
deleted file mode 100644
index dfc3012aacdc..000000000000
--- a/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-gentoo.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- rss-glx_0.8.1/configure
-+++ rss-glx_0.8.1/configure
-@@ -3099,7 +3099,6 @@
- fi
-
-
--CFLAGS=-g
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
- enableval="$enable_debug"
-@@ -3567,7 +3566,6 @@
- fi
-
-
--CXXFLAGS=-g
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
- enableval="$enable_debug"
---- rss-glx_0.8.1/reallyslick/cpp_src/Makefile.in
-+++ rss-glx_0.8.1/reallyslick/cpp_src/Makefile.in
-@@ -281,7 +281,7 @@
- skyrocket_SOURCES = driver.cpp skyrocket.cpp skyrocket_flare.cpp skyrocket_particle.cpp skyrocket_shockwave.cpp skyrocket_smoke.cpp skyrocket_sound.cpp skyrocket_world.cpp skyrocket_textures.cpp rsDefines.h rsRand.h
- solarwinds_SOURCES = driver.cpp solarwinds.cpp rsDefines.h rsRand.h
- @INSTALL_XSCREENSAVER_CONFIG_FILES_TRUE@dist_config_DATA = cyclone.xml fieldlines.xml flocks.xml flux.xml helios.xml hyperspace.xml plasma.xml skyrocket.xml solarwinds.xml
--@INSTALL_XSCREENSAVER_CONFIG_FILES_TRUE@dist_kdessconfig_DATA = cyclone.desktop fieldlines.desktop flocks.desktop flux.desktop helios.desktop hyperspace.desktop plasma.desktop skyrocket.desktop solarwinds.desktop
-+@INSTALL_KDE_CONFIG_FILES_TRUE@dist_kdessconfig_DATA = cyclone.desktop fieldlines.desktop flocks.desktop flux.desktop helios.desktop hyperspace.desktop plasma.desktop skyrocket.desktop solarwinds.desktop
- man_MANS = cyclone.1 fieldlines.1 flocks.1 flux.1 helios.1 plasma.1 skyrocket.1 solarwinds.1
- EXTRA_DIST = $(man_MANS)
- stringify_LDADD = @BZIP2@
---- rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp
-+++ rss-glx_0.8.1/reallyslick/cpp_src/skyrocket.cpp
-@@ -23,6 +23,7 @@
- #include <GL/gl.h>
- #include <GL/glu.h>
-
-+#include <cassert>
- #include <list>
-
- #include "driver.h"
diff --git a/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-imagemagick.patch b/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-imagemagick.patch
deleted file mode 100644
index 772f55d24d1a..000000000000
--- a/x11-misc/rss-glx/files/rss-glx-0.8.1-r4-imagemagick.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- rss-glx_0.8.1/other_src/Makefile.in 2006-02-25 21:14:56.000000000 +0000
-+++ rss-glx_0.8.1.new/other_src/Makefile.in 2008-03-27 16:00:53.000000000 +0000
-@@ -232,6 +232,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
-+AM_CFLAGS = $(Wand_CFLAGS)
- biof_SOURCES = driver.c biof.c
- busyspheres_SOURCES = driver.c busyspheres.c
- matrixview_SOURCES = driver.c matrixview.c matrixview_textures.c
diff --git a/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild b/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild
deleted file mode 100644
index 4ae2ef70ec20..000000000000
--- a/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild
+++ /dev/null
@@ -1,145 +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/rss-glx/rss-glx-0.8.1-r4.ebuild,v 1.9 2008/04/04 17:54:56 je_fro Exp $
-
-inherit flag-o-matic eutils
-
-MY_P=${PN}_${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Really Slick Screensavers using OpenGL for XScreenSaver"
-HOMEPAGE="http://rss-glx.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
-IUSE="kde sse 3dnow openal xscreensaver"
-
-RDEPEND="${RDEPEND}
- virtual/opengl
- media-libs/glew
- >=media-gfx/imagemagick-5.5.7
- kde? ( || ( kde-base/kdeartwork-kscreensaver kde-base/kdeartwork ) )
- !kde? ( >=x11-misc/xscreensaver-5 )
- xscreensaver? ( >=x11-misc/xscreensaver-5 )
- openal? ( media-libs/openal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- if use kde && use xscreensaver ; then
- for pkg in kde-base/kdeartwork-kscreensaver kde-base/kdeartwork ; do
- if has_version ${pkg} && ! built_with_use ${pkg} xscreensaver ; then
- eerror "rss-glx wont work nicely with kde unless you"
- eerror "emerge ${pkg} with USE=xscreensaver."
- eerror "See http://bugs.gentoo.org/show_bug.cgi?id=88212"
- die "Please re-emerge ${pkg} with USE=xscreensaver"
- fi
- done
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PF}-gentoo.patch
- epatch "${FILESDIR}"/${PN}-0.8.1-hyperspace-viewport.patch
- epatch "${FILESDIR}"/${PF}-imagemagick.patch
- cp "${FILESDIR}"/jwz-vroot.h include/vroot.h || die
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf} --bindir=/usr/lib/misc/xscreensaver" \
- myconf="${myconf} --with-configdir=/usr/share/xscreensaver/config/" \
-
- if use kde; then
- find . -name '*.desktop' -exec \
- sed -i \
- -e 's:Exec=kxsrun \(.*\):Exec=kxsrun \1:g' \
- -e 's:Exec=kxsconfig \(.*\):Exec=kxsconfig \1:g' \
- '{}' \
- \; \
- || die "couldnt sed desktop files"
- myconf="${myconf} --with-kdessconfigdir=/usr/share/applications/"
- fi
-
- econf \
- $(use_enable openal sound) \
- $(use_enable sse) \
- $(use_enable 3dnow) \
- ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc README README.xscreensaver
-
- # symlink to satisfy kde's kxs*
- use kde && dosym /usr/share/control-center/screensavers /usr/lib/xscreensaver/config
-}
-
-pkg_postinst() {
- local XSCREENSAVER_CONF="${ROOT}/usr/share/X11/app-defaults/XScreenSaver"
-
- if [ -f ${XSCREENSAVER_CONF} ]; then
- einfo "Adding Really Slick Screensavers to XScreenSaver"
- sed -e '/*programs:/a\
- GL: \"Cyclone\" cyclone --root \\n\\\
- GL: \"Euphoria\" euphoria --root \\n\\\
- GL: \"Fieldlines\" fieldlines --root \\n\\\
- GL: \"Flocks\" flocks --root \\n\\\
- GL: \"Flux\" flux --root \\n\\\
- GL: \"Helios\" helios --root \\n\\\
- GL: \"Hyperspace\" hyperspace --root \\n\\\
- GL: \"Lattice\" lattice --root \\n\\\
- GL: \"Plasma\" plasma --root \\n\\\
- GL: \"Skyrocket\" skyrocket --root \\n\\\
- GL: \"Solarwinds\" solarwinds --root \\n\\\
- GL: \"Colorfire\" colorfire --root \\n\\\
- GL: \"Hufos Smoke\" hufo_smoke --root \\n\\\
- GL: \"Hufos Tunnel\" hufo_tunnel --root \\n\\\
- GL: \"Sundancer2\" sundancer2 --root \\n\\\
- GL: \"BioF\" biof --root \\n\\\
- GL: \"MatrixView\" matrixview --root \\n\\\
- GL: \"Spirographx\" spirographx --root \\n\\\
- GL: \"BusySpheres\" busyspheres --root \\n\\' \
- -i ${XSCREENSAVER_CONF}
-
- else
- einfo "Unable to add these to XScreenSaver configuration"
- einfo "This should not happen. Please file a bug"
- fi
-}
-
-pkg_postrm() {
- local XSCREENSAVER_CONF="${ROOT}/usr/share/X11/app-defaults/XScreenSaver"
-
- has_version x11-misc/rss-glx && return 0
- if [ -f ${XSCREENSAVER_CONF} ]; then
- einfo "Removing Really Slick Screensavers from XScreenSaver configuration."
- sed \
- -e '/\"Cyclone\" cyclone/d' \
- -e '/\"Euphoria\" euphoria/d' \
- -e '/\"Fieldlines\" fieldlines/d' \
- -e '/\"Flocks\" flocks/d' \
- -e '/\"Flux\" flux/d' \
- -e '/\"Helios\" helios/d' \
- -e '/\"Hyperspace\" hyperspace/d' \
- -e '/\"Lattice\" lattice/d' \
- -e '/\"Plasma\" plasma/d' \
- -e '/\"Skyrocket\" skyrocket/d' \
- -e '/\"Solarwinds\" solarwinds/d' \
- -e '/\"Colorfire\" colorfire/d' \
- -e '/\"Hufos Smoke\" hufo_smoke/d' \
- -e '/\"Hufos Tunnel\" hufo_tunnel/d' \
- -e '/\"Sundancer2\" sundancer2/d' \
- -e '/\"BioF\" biof/d' \
- -e '/\"MatrixView\" matrixview/d' \
- -e '/\"Spirographx\" spirographx/d' \
- -e '/\"BusySpheres\" busyspheres/d' \
- -i ${XSCREENSAVER_CONF}
- fi
-}
diff --git a/x11-misc/slim/ChangeLog b/x11-misc/slim/ChangeLog
index 9cf7bc8ca9a7..ec4cc08d5dbc 100644
--- a/x11-misc/slim/ChangeLog
+++ b/x11-misc/slim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/slim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.34 2009/03/20 13:21:07 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.35 2009/03/21 21:57:11 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -files/slim-1.3.0-gcc43.patch, -slim-1.3.0-r1.ebuild,
+ -slim-1.3.1-r1.ebuild:
+ Remove old versions.
20 Mar 2009; Joseph Jezak <josejx@gentoo.org> slim-1.3.1-r4.ebuild:
Marked ppc/ppc64 stable for bug #261124.
diff --git a/x11-misc/slim/files/slim-1.3.0-gcc43.patch b/x11-misc/slim/files/slim-1.3.0-gcc43.patch
deleted file mode 100644
index 3af2a46975c4..000000000000
--- a/x11-misc/slim/files/slim-1.3.0-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cfg.cpp 2008-03-20 17:56:19.000000000 +0100
-+++ slim-1.3.0/cfg.cpp 2008-03-20 17:55:53.000000000 +0100
-@@ -12,6 +12,7 @@
- #include <string>
- #include <iostream>
- #include <unistd.h>
-+#include <cstdlib>
-
- #include <sys/types.h>
- #include <sys/stat.h>
diff --git a/x11-misc/slim/slim-1.3.0-r1.ebuild b/x11-misc/slim/slim-1.3.0-r1.ebuild
deleted file mode 100644
index e629faddf41c..000000000000
--- a/x11-misc/slim/slim-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,91 +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/slim/slim-1.3.0-r1.ebuild,v 1.8 2008/09/22 15:45:49 darkside Exp $
-
-inherit eutils toolchain-funcs pam
-
-DESCRIPTION="Simple Login Manager"
-HOMEPAGE="http://slim.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="pam"
-
-DEPEND="x11-proto/xproto
- x11-libs/libXmu
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXft
- media-libs/libpng
- media-libs/jpeg
- pam? ( virtual/pam )"
-RDEPEND="${DEPEND}
- media-fonts/corefonts"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
-
- # respect C[XX]FLAGS, fix crosscompile,
- # fix linking order for --as-needed"
- sed -i -e "s:^CXX=.*:CXX=$(tc-getCXX) ${CXXFLAGS}:" \
- -e "s:^CC=.*:CC=$(tc-getCC) ${CFLAGS}:" \
- -e "s:^MANDIR=.*:MANDIR=/usr/share/man:" \
- -e "s:/usr/X11R6:/usr:" \
- -e "s:^\t\(.*\)\ \$(LDFLAGS)\ \(.*\):\t\1\ \2\ \$(LDFLAGS):g" \
- -r -e "s:^LDFLAGS=(.*):LDFLAGS=\1 ${LDFLAGS}:" \
- Makefile || die 'sed failed in Makefile'
-
- # Remove all X11R6 references from slim.conf
- # Set slim to daemon mode as default to stop xdm runscript from throwing errors on stop
- # Set the default logfile to /dev/null to avoid cluttering up the harddisk
- # as slim puts a lot of garbage in its logfile
- # Make slim honor XSESSION in /etc/rc.conf by default.
- sed -i -e 's#X11R6/##g' -e 's#/usr/bin:##' \
- -e 's/# daemon/daemon/' \
- -e 's#/var/log/slim.log#/dev/null#g' \
- -e '/^login_cmd.*/s#exec /bin/bash.*#exec /bin/bash -login /etc/X11/xinit/xinitrc#' \
- slim.conf || die "sed failed in slim.conf"
-}
-
-src_compile() {
- if use pam ; then
- emake USE_PAM=1 || die "emake failed."
- else
- emake || die "emake failed."
- fi
-}
-
-src_install() {
- if use pam ; then
- emake USE_PAM=1 DESTDIR="${D}" install || die "emake install failed."
- pamd_mimic_system slim auth account password session
- else
- emake DESTDIR="${D}" install || die "emake install failed."
- fi
-
- dodoc xinitrc.sample ChangeLog README TODO THEMES
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file is located at /etc/slim.conf."
- elog
- elog "If you wish ${PN} to start automatically, set DISPLAYMANAGER=\"${PN}\" "
- elog "in /etc/conf.d/xdm and run \"rc-update add xdm default\"."
- elog "By default, ${PN} will use default XSESSION value set in /etc/rc.conf."
- elog
- elog "If you want to use .xinitrc in the user's home directory for session"
- elog "management instead, see README and xinitrc.sample in"
- elog "/usr/share/doc/${PF} and change your login_cmd in /etc/slim.conf"
- elog "accordingly."
- elog
- if ! use pam; then
- elog "You have merged ${PN} without USE=pam, this will cause ${PN} to fall back to"
- elog "the console when restarting your window manager. If this is not"
- elog "desired, then please remerge ${PN} with USE=pam"
- fi
-}
diff --git a/x11-misc/slim/slim-1.3.1-r1.ebuild b/x11-misc/slim/slim-1.3.1-r1.ebuild
deleted file mode 100644
index 4714e1d268dc..000000000000
--- a/x11-misc/slim/slim-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,93 +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/slim/slim-1.3.1-r1.ebuild,v 1.5 2008/12/12 09:53:11 armin76 Exp $
-
-inherit toolchain-funcs pam
-
-DESCRIPTION="Simple Login Manager"
-HOMEPAGE="http://slim.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="pam"
-
-DEPEND="x11-proto/xproto
- x11-libs/libXmu
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXft
- media-libs/libpng
- media-libs/jpeg
- pam? ( virtual/pam )"
-RDEPEND="${DEPEND}
- x11-apps/sessreg"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # respect C[XX]FLAGS, fix crosscompile,
- # fix linking order for --as-needed"
- sed -i -e "s:^CXX=.*:CXX=$(tc-getCXX) ${CXXFLAGS}:" \
- -e "s:^CC=.*:CC=$(tc-getCC) ${CFLAGS}:" \
- -e "s:^MANDIR=.*:MANDIR=/usr/share/man:" \
- -e "s:^\t\(.*\)\ \$(LDFLAGS)\ \(.*\):\t\1\ \2\ \$(LDFLAGS):g" \
- -r -e "s:^LDFLAGS=(.*):LDFLAGS=\1 ${LDFLAGS}:" \
- Makefile || die 'sed failed in Makefile'
-
- # Set slim to daemon mode as default to stop xdm runscript from throwing errors on stop
- # Set the default logfile to /dev/null to avoid cluttering up the harddisk
- # as slim puts a lot of garbage in its logfile
- # Make slim honor XSESSION in /etc/rc.conf by default.
- sed -i -e 's/# daemon/daemon/' \
- -e 's#/var/log/slim.log#/dev/null#g' \
- -e '/^login_cmd.*/s#exec /bin/bash.*#exec /bin/bash -login /etc/X11/xinit/xinitrc#' \
- slim.conf || die "sed failed in slim.conf"
-
- # This method of appending to the slim.conf file may change, but it
- # works for now.
- echo "# Needed so your login will show up in wtmp and utmp, etc" >> slim.conf || die
- echo "sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user" >> slim.conf || die
- echo "sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user" >> slim.conf || die
-}
-
-src_compile() {
- if use pam ; then
- emake USE_PAM=1 || die "emake failed."
- else
- emake || die "emake failed."
- fi
-}
-
-src_install() {
- if use pam ; then
- emake USE_PAM=1 DESTDIR="${D}" install || die "emake install failed."
- pamd_mimic_system slim auth account password session
- else
- emake DESTDIR="${D}" install || die "emake install failed."
- fi
-
- dodoc xinitrc.sample ChangeLog README TODO THEMES
-}
-
-pkg_postinst() {
- elog
- elog "The configuration file is located at /etc/slim.conf."
- elog
- elog "If you wish ${PN} to start automatically, set DISPLAYMANAGER=\"${PN}\" "
- elog "in /etc/conf.d/xdm and run \"rc-update add xdm default\"."
- elog "By default, ${PN} will use default XSESSION value set in /etc/rc.conf."
- elog
- elog "If you want to use .xinitrc in the user's home directory for session"
- elog "management instead, see README and xinitrc.sample in"
- elog "/usr/share/doc/${PF} and change your login_cmd in /etc/slim.conf"
- elog "accordingly."
- elog
- if ! use pam; then
- elog "You have merged ${PN} without USE=pam, this will cause ${PN} to fall back to"
- elog "the console when restarting your window manager. If this is not"
- elog "desired, then please remerge ${PN} with USE=pam"
- fi
-}
diff --git a/x11-misc/xautomation/ChangeLog b/x11-misc/xautomation/ChangeLog
index e3c4b4517d07..605063560e7e 100644
--- a/x11-misc/xautomation/ChangeLog
+++ b/x11-misc/xautomation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xautomation
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.24 2008/04/12 15:35:20 armin76 Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.25 2009/03/21 21:58:43 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -xautomation-0.96.ebuild:
+ Remove old versions.
12 Apr 2008; Raúl Porcel <armin76@gentoo.org> xautomation-1.01.ebuild:
ia64 stable wrt #215589, add ~sparc
diff --git a/x11-misc/xautomation/xautomation-0.96.ebuild b/x11-misc/xautomation/xautomation-0.96.ebuild
deleted file mode 100644
index 92c3a6f3b408..000000000000
--- a/x11-misc/xautomation/xautomation-0.96.ebuild
+++ /dev/null
@@ -1,26 +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/xautomation/xautomation-0.96.ebuild,v 1.10 2008/01/09 08:39:32 nelchael Exp $
-
-DESCRIPTION="Control X from command line and find things on screen"
-HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
-SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXtst
- x11-libs/libXt
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/inputproto
- x11-proto/xextproto
- x11-proto/xproto
- media-libs/libpng"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog
index d52d5e6a8b9e..511136a0401b 100644
--- a/x11-misc/xnots/ChangeLog
+++ b/x11-misc/xnots/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xnots
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.5 2009/02/02 23:58:01 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.6 2009/03/21 22:00:39 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -xnots-0.2.ebuild:
+ Remove old versions.
02 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> ChangeLog:
Fix ChangeLog entries.
diff --git a/x11-misc/xnots/xnots-0.2.ebuild b/x11-misc/xnots/xnots-0.2.ebuild
deleted file mode 100644
index 42afbba2337f..000000000000
--- a/x11-misc/xnots/xnots-0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.3 2009/01/08 22:30:26 nelchael Exp $
-
-EAPI="2"
-
-DESCRIPTION="A desktop sticky note program for the unix geek"
-HOMEPAGE="http://xnots.sourceforge.net"
-SRC_URI="mirror://sourceforge/xnots/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrender
- x11-libs/pango[X]"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- NO_DEBUG=1 emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr mandir=/usr/share/man install || die
-}
-
-pkg_postinst() {
- elog "xNots requires INOTIFY support present in kernel."
- elog "Please make sure you have enabled CONFIG_INOTIFY in your config."
-}
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog
index 8d19aa68343c..cb2920b9145c 100644
--- a/x11-misc/xsnap/ChangeLog
+++ b/x11-misc/xsnap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xsnap
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.30 2008/12/31 16:18:44 armin76 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.31 2009/03/21 22:03:45 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -files/xsnap-1.4-gentoo.patch,
+ -files/xsnap-this-should-be-fixed-updstream.patch, -xsnap-1.4.3-r1.ebuild,
+ -xsnap-1.4.4.ebuild:
+ Remove old versions.
31 Dec 2008; Raúl Porcel <armin76@gentoo.org> xsnap-1.5.2.ebuild:
x86 stable wrt #252752
diff --git a/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch b/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch
deleted file mode 100644
index c71ce8e7759b..000000000000
--- a/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xsnap.c 2004-09-30 00:59:15.000000000 -0600
-+++ xsnap.c.fix 2005-02-01 00:00:05.369862512 -0600
-@@ -18,6 +18,8 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <sys/stat.h>
- #include <zlib.h>
diff --git a/x11-misc/xsnap/files/xsnap-this-should-be-fixed-updstream.patch b/x11-misc/xsnap/files/xsnap-this-should-be-fixed-updstream.patch
deleted file mode 100644
index 7695cf958ea9..000000000000
--- a/x11-misc/xsnap/files/xsnap-this-should-be-fixed-updstream.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Naur xsnap-1.4.3/xsnap.c xsnap-1.4.3_patched/xsnap.c
---- xsnap-1.4.3/xsnap.c 2004-09-30 07:59:15.000000000 +0100
-+++ xsnap-1.4.3_patched/xsnap.c 2005-07-22 03:38:23.000000000 +0100
-@@ -558,7 +558,7 @@
-
- for (i = 1; i < argc; i++)
- {
-- if (strncmp(argv[i], "-h", 2) == 0)
-+ if (strcmp(argv[i], "-h") == 0)
- {
- usage();
- continue;
-@@ -1920,27 +1920,28 @@
- if (display_in_window) {
- XMapRaised(display, snapshot);
- XFlush (display);
-- }
-+
-
-- if (!*win_name0)
-- strcpy(win_name0, "xsnap");
-+ if (!*win_name0)
-+ strcpy(win_name0, "xsnap");
-
-- sprintf(win_name, "%s %d x %d",
-+ sprintf(win_name, "%s %d x %d",
- win_name0, width_return, height_return);
-- XStoreName(display, snapshot, win_name);
--
-+ XStoreName(display, snapshot, win_name);
-+ }
- save_file:
- if (save_in_file) {
- save_image_file(display, screen, window_to_snap,
- snap_pixmap, reg_width, reg_height, reg_depth);
-- if (!root_name)
-- strcpy(output_name, "(stdout)");
-- sprintf(win_name, "%s %d x %d -> %s",
-- win_name0, width_return, height_return,
-- output_name);
-- XStoreName(display, snapshot, win_name);
-- draw_dialog(display, dialog_window, copy_gc,
-- 50, 96+30*i0);
-+
-+ if (display_in_window) {
-+ if (!root_name)
-+ strcpy(output_name, "(stdout)");
-+
-+ sprintf(win_name, "%s %d x %d -> %s", win_name0, width_return, height_return, output_name);
-+ XStoreName(display, snapshot, win_name);
-+ draw_dialog(display, dialog_window, copy_gc, 50, 96+30*i0);
-+ }
- }
-
- if (!display_in_window)
diff --git a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
deleted file mode 100644
index 6b985e00d702..000000000000
--- a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.11 2006/10/21 21:30:02 omp Exp $
-
-inherit eutils
-
-DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
-SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
-HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- media-libs/libpng
- media-libs/jpeg"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- app-text/rman
- x11-misc/imake"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-1.4-gentoo.patch"
- # i notified upstream about it... should be fixed soon
- epatch "${FILESDIR}/${PN}-this-should-be-fixed-updstream.patch"
- sed -i -e 's,X11R6/,,g' "${S}/Imakefile"
-}
-
-src_compile() {
- xmkmf || die "xmkmf failed"
- make || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- make DESTDIR=${D} install.man || die "make install.man failed"
- dodoc README AUTHORS
-}
diff --git a/x11-misc/xsnap/xsnap-1.4.4.ebuild b/x11-misc/xsnap/xsnap-1.4.4.ebuild
deleted file mode 100644
index ff0830355f4c..000000000000
--- a/x11-misc/xsnap/xsnap-1.4.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.4.ebuild,v 1.1 2006/11/08 14:07:18 nelchael Exp $
-
-DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
-SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
-HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- media-libs/libpng
- media-libs/jpeg"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- app-text/rman
- x11-misc/imake"
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- sed -i -e 's,X11R6/,,g' "${S}/Imakefile"
-
-}
-
-src_compile() {
-
- xmkmf || die "xmkmf failed"
- make || die "make failed"
-
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die "make install failed"
- make DESTDIR=${D} install.man || die "make install.man failed"
- dodoc README AUTHORS
-
-}