summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:49:41 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:49:41 +0000
commit782ba94c6888cabbabda0c787cc105ad828e89e7 (patch)
tree7b313a4971a09f08594cf685b94403124ecf9d0c /x11-misc/wmakerconf
parentapp-portage/genlop stable on ppc. (diff)
downloadgentoo-2-782ba94c6888cabbabda0c787cc105ad828e89e7.tar.gz
gentoo-2-782ba94c6888cabbabda0c787cc105ad828e89e7.tar.bz2
gentoo-2-782ba94c6888cabbabda0c787cc105ad828e89e7.zip
Removed old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r--x11-misc/wmakerconf/ChangeLog8
-rw-r--r--x11-misc/wmakerconf/files/digest-wmakerconf-2.8.1-r21
-rw-r--r--x11-misc/wmakerconf/files/digest-wmakerconf-2.9.21
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild55
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild48
5 files changed, 6 insertions, 107 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog
index 0f24c700097b..fe66192c8398 100644
--- a/x11-misc/wmakerconf/ChangeLog
+++ b/x11-misc/wmakerconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/wmakerconf
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.29 2005/12/24 15:46:42 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.30 2006/01/21 13:49:41 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ -wmakerconf-2.8.1-r2.ebuild, -wmakerconf-2.9.2.ebuild:
+ Removed old version.
24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
wmakerconf-2.11.ebuild:
diff --git a/x11-misc/wmakerconf/files/digest-wmakerconf-2.8.1-r2 b/x11-misc/wmakerconf/files/digest-wmakerconf-2.8.1-r2
deleted file mode 100644
index f3b723c38256..000000000000
--- a/x11-misc/wmakerconf/files/digest-wmakerconf-2.8.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 03749f08953638ed2a0ab260a407d264 wmakerconf-2.8.1.tar.gz 666175
diff --git a/x11-misc/wmakerconf/files/digest-wmakerconf-2.9.2 b/x11-misc/wmakerconf/files/digest-wmakerconf-2.9.2
deleted file mode 100644
index efc4f3f18b6f..000000000000
--- a/x11-misc/wmakerconf/files/digest-wmakerconf-2.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f233c31759e3ab5330c7e41c28a120d9 wmakerconf-2.9.2.tar.gz 766440
diff --git a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild
deleted file mode 100644
index 8196e266afa3..000000000000
--- a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.21 2005/11/03 12:26:49 nelchael Exp $
-
-IUSE="nls gnome imlib perl"
-
-DESCRIPTION="X based config tool for the windowmaker X windowmanager."
-SRC_URI="http://wmaker.orcon.net.nz/current/${P}.tar.gz"
-HOMEPAGE="http://ulli.on.openave.net/wmakerconf/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ~amd64"
-
-DEPEND="=x11-libs/gtk+-1.2*
- x11-wm/windowmaker
- !=x11-wm/windowmaker-0.9*
- x11-libs/libPropList
- gnome? ( =gnome-base/gnome-libs-1.4* )
- imlib? ( media-libs/imlib )"
-
-
-RDEPEND="nls? ( sys-devel/gettext )
- perl? ( dev-lang/perl
- net-misc/wget )"
-
-src_compile() {
-
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
-
- use imlib || myconf="${myconf} --disable-imlibtest"
-
- use gnome || myconf="${myconf} --without-gnome"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --with-wmakerdataprefix=/usr/share \
- --sysconfdir=/etc \
- ${myconf} || die
- emake || die
-
-}
-
-src_install() {
-
- make \
- prefix=${D}/usr \
- GNOMEDIR=${D}/usr/share/gnome/apps/Settings \
- install || die
-
- dodoc README MANUAL AUTHORS TODO ChangeLog
- dohtml -r .
-}
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
deleted file mode 100644
index b34aad4fb994..000000000000
--- a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.9 2005/11/03 12:26:49 nelchael Exp $
-
-inherit eutils
-
-DESCRIPTION="X based config tool for the windowmaker X windowmanager."
-SRC_URI="http://www.starplot.org/wmakerconf/${P}.tar.gz"
-HOMEPAGE="http://www.starplot.org/wmakerconf/index.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc sparc x86"
-
-IUSE="nls gnome imlib perl"
-
-DEPEND="=x11-libs/gtk+-1.2*
- x11-wm/windowmaker
- gnome? ( =gnome-base/gnome-libs-1.4* )
- imlib? ( media-libs/imlib )"
-
-RDEPEND="nls? ( sys-devel/gettext )
- perl? ( dev-lang/perl
- net-misc/wget )"
-
-src_compile() {
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
- use imlib || myconf="${myconf} --disable-imlibtest"
- use gnome || myconf="${myconf} --without-gnome"
-
- econf ${myconf} || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR=${D} \
- GNOMEDIR=${D}/usr/share/gnome/apps/Settings \
- gnulocaledir=${D}/usr/share/locale \
- install || die "install failed"
- # prefix=${D}/usr \
- # install || die
-
- dodoc README MANUAL AUTHORS TODO ChangeLog
- #dohtml -r .
-}
-