diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:49:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:49:41 +0000 |
commit | 87a3f54b9c62d39c4fcfb8226e9a032e4eb4bda1 (patch) | |
tree | 1e6a8d9aebfef50b209b4757366f9e2dd46379f1 /x11-misc/wmakerconf | |
parent | app-portage/genlop stable on ppc. (diff) | |
download | historical-87a3f54b9c62d39c4fcfb8226e9a032e4eb4bda1.tar.gz historical-87a3f54b9c62d39c4fcfb8226e9a032e4eb4bda1.tar.bz2 historical-87a3f54b9c62d39c4fcfb8226e9a032e4eb4bda1.zip |
Removed old version.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/wmakerconf/files/digest-wmakerconf-2.8.1-r2 | 1 | ||||
-rw-r--r-- | x11-misc/wmakerconf/files/digest-wmakerconf-2.9.2 | 1 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild | 55 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild | 48 |
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 . -} - |