summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-12 20:19:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-12 20:19:59 +0000
commit77f2f26a7d688b792e412c9a18220c35e27f9e85 (patch)
tree4d060bf1ef658a1dace41302305fc0cada0ff561 /x11-wm
parentthinice theme for gtk+ 2.0 (diff)
downloadhistorical-77f2f26a7d688b792e412c9a18220c35e27f9e85.tar.gz
historical-77f2f26a7d688b792e412c9a18220c35e27f9e85.tar.bz2
historical-77f2f26a7d688b792e412c9a18220c35e27f9e85.zip
removed older ebuilds
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/blackbox/blackbox-0.61.1-r1.ebuild27
-rw-r--r--x11-wm/blackbox/blackbox-0.62.1-r1.ebuild64
-rw-r--r--x11-wm/blackbox/blackbox-0.62.1-r2.ebuild11
-rw-r--r--x11-wm/blackbox/blackbox-0.62.1.ebuild60
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.61.1-r11
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.62.11
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.62.1-r11
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild45
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild49
-rw-r--r--x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild19
-rw-r--r--x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r21
-rw-r--r--x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r31
12 files changed, 17 insertions, 263 deletions
diff --git a/x11-wm/blackbox/blackbox-0.61.1-r1.ebuild b/x11-wm/blackbox/blackbox-0.61.1-r1.ebuild
deleted file mode 100644
index b60ae66a554d..000000000000
--- a/x11-wm/blackbox/blackbox-0.61.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ben Lutgens <lamer@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.61.1-r1.ebuild,v 1.2 2001/10/12 01:20:43 hallski Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A Small fast full featured window manager for X"
-SRC_URI="ftp://portal.alug.org/pub/blackbox/0.6x.x/${P}.tar.gz"
-HOMEPAGE="http://blackbox.alug.org/"
-
-DEPEND=">=x11-base/xfree-4.0"
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/X11/blackbox
-
- emake || die
-}
-
-src_install () {
- emake prefix=${D}/usr \
- sysconfdir=${D}/etc/X11/blackbox \
- install || die
-
- dodoc ChangeLog* AUTHORS LICENSE README* TODO*
-}
diff --git a/x11-wm/blackbox/blackbox-0.62.1-r1.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r1.ebuild
deleted file mode 100644
index 4784b65f82b4..000000000000
--- a/x11-wm/blackbox/blackbox-0.62.1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ben Lutgens <lamer@gentoo.org>
-# Modified by Matthew Jimenez
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r1.ebuild,v 1.1 2002/02/14 22:01:54 danarmak Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A small, fast, full-featured window manager for X"
-SRC_URI="http://prdownloads.sourceforge.net/blackboxwm/${P}.tar.gz"
-
-# Old homepage:
-# HOMEPAGE="http://blackbox.alug.org/"
-
-# This is the new home page for blackbox now that Sean Perry has taken the
-# project over, but the page is currently non-existent
-
-HOMEPAGE="http://blackboxwm.sf.net/"
-
-
-DEPEND=">=x11-base/xfree-4.0"
-
-src_compile() {
- local myconf
- use nls || myconf="$myconf --disable-nls"
-
- ./configure --build=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/X11/blackbox \
- $myconf || die
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc/X11/blackbox \
- install || die
-
- dodoc ChangeLog* AUTHORS LICENSE README* TODO*
-
- exeinto /etc/X11/Sessions
- doexe $FILESDIR/blackbox
-
-}
-
-pkg_postinst() {
- #notify user about the new share dir
- if [ -d /usr/share/Blackbox ]
- then
- echo
- echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- echo "! Blackbox no longer uses /usr/share/Blackbox as the !"
- echo "! default share directory to contain styles and menus. !"
- echo "! The default directory is now /usr/share/blackbox !"
- echo "! Please move any files in /usr/share/Blackbox that you !"
- echo "! wish to keep (personal styles and your menu) into the !"
- echo "! new directory and modify your menu files to point all !"
- echo "! listed paths to the new directory. !"
- echo "! Also, be sure to update the paths in each user's !"
- echo "! .blackboxrc file found in their home directory. !"
- echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- echo
- fi
-}
-
diff --git a/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild
index 05962ef7315c..ffad428246eb 100644
--- a/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild
+++ b/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <lamer@gentoo.org>
# Modified by Matthew Jimenez
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild,v 1.1 2002/03/15 15:06:53 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild,v 1.2 2002/04/12 20:18:05 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small, fast, full-featured window manager for X"
@@ -16,7 +16,9 @@ SRC_URI="http://prdownloads.sourceforge.net/blackboxwm/${P}.tar.gz"
HOMEPAGE="http://blackboxwm.sf.net/"
-DEPEND=">=x11-base/xfree-4.0
+DEPEND="virtual/xfree"
+
+RDEPEND="${DEPEND}
nls? ( sys-devel/gettext )"
PROVIDE="virtual/blackbox"
@@ -25,7 +27,8 @@ src_compile() {
local myconf
use nls || myconf="${myconf} --disable-nls"
- ./configure --build=${CHOST} \
+ ./configure \
+ --build=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc/X11/blackbox \
${myconf} || die
diff --git a/x11-wm/blackbox/blackbox-0.62.1.ebuild b/x11-wm/blackbox/blackbox-0.62.1.ebuild
deleted file mode 100644
index b067d89c10c4..000000000000
--- a/x11-wm/blackbox/blackbox-0.62.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ben Lutgens <lamer@gentoo.org>
-# Modified by Matthew Jimenez
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1.ebuild,v 1.1 2002/02/02 11:48:55 aeoo Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A small, fast, full-featured window manager for X"
-SRC_URI="http://prdownloads.sourceforge.net/blackboxwm/${P}.tar.gz"
-
-# Old homepage:
-# HOMEPAGE="http://blackbox.alug.org/"
-
-# This is the new home page for blackbox now that Sean Perry has taken the
-# project over, but the page is currently non-existent
-
-HOMEPAGE="http://blackboxwm.sf.net/"
-
-
-DEPEND=">=x11-base/xfree-4.0"
-
-src_compile() {
- local myconf
- use nls || myconf="$myconf --disable-nls"
-
- ./configure --build=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/X11/blackbox \
- $myconf || die
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc/X11/blackbox \
- install || die
-
- dodoc ChangeLog* AUTHORS LICENSE README* TODO*
-}
-
-pkg_postinst() {
- #notify user about the new share dir
- if [ -d /usr/share/Blackbox ]
- then
- echo
- echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- echo "! Blackbox no longer uses /usr/share/Blackbox as the !"
- echo "! default share directory to contain styles and menus. !"
- echo "! The default directory is now /usr/share/blackbox !"
- echo "! Please move any files in /usr/share/Blackbox that you !"
- echo "! wish to keep (personal styles and your menu) into the !"
- echo "! new directory and modify your menu files to point all !"
- echo "! listed paths to the new directory. !"
- echo "! Also, be sure to update the paths in each user's !"
- echo "! .blackboxrc file found in their home directory. !"
- echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- echo
- fi
-}
-
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.61.1-r1 b/x11-wm/blackbox/files/digest-blackbox-0.61.1-r1
deleted file mode 100644
index 0930d44444bd..000000000000
--- a/x11-wm/blackbox/files/digest-blackbox-0.61.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e30cefdb8e91ab1eb7ae80ff7e6cb11 blackbox-0.61.1.tar.gz 235682
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.62.1 b/x11-wm/blackbox/files/digest-blackbox-0.62.1
deleted file mode 100644
index 0e8940778b7c..000000000000
--- a/x11-wm/blackbox/files/digest-blackbox-0.62.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a188b0bb144eb239bac98e781f1611d9 blackbox-0.62.1.tar.gz 299604
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.62.1-r1 b/x11-wm/blackbox/files/digest-blackbox-0.62.1-r1
deleted file mode 100644
index 0e8940778b7c..000000000000
--- a/x11-wm/blackbox/files/digest-blackbox-0.62.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a188b0bb144eb239bac98e781f1611d9 blackbox-0.62.1.tar.gz 299604
diff --git a/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild
deleted file mode 100644
index bcfabae3a908..000000000000
--- a/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r2.ebuild,v 1.4 2002/03/06 18:55:22 gbevin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Enlightenment Window Manager"
-SRC_URI="ftp://ftp.enlightenment.org/enlightenment/enlightenment/${P}.tar.gz"
-HOMEPAGE="http://www.enlightenment.org/"
-
-DEPEND=">=media-libs/fnlib-0.5
- >=media-sound/esound-0.2.19
- ~media-libs/freetype-1.3.1
- >=gnome-base/libghttp-1.0.9-r1"
-
-
-src_compile() {
-
- ./configure --host=${CHOST} \
- --enable-fsstd \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info || die
- emake || die
-}
-
-src_install() {
-
- mv man/Makefile man/Makefile_orig
- sed -e "s:DESTDIR =:DESTDIR = ${D}:" man/Makefile_orig > man/Makefile
- make prefix=${D}/usr \
- localedir=${D}/usr/share/locale \
- gnulocaledir=${D}/usr/share/locale \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
- doman man/enlightenment.1
- dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README
- docinto sample-scripts
- dodoc sample-scripts/*
-}
-
-
-
diff --git a/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild
deleted file mode 100644
index 556bb70dd785..000000000000
--- a/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r3.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Enlightenment Window Manager"
-SRC_URI="ftp://ftp.enlightenment.org/enlightenment/enlightenment/${P}.tar.gz"
-HOMEPAGE="http://www.enlightenment.org/"
-
-DEPEND=">=media-libs/fnlib-0.5
- >=media-sound/esound-0.2.19
- ~media-libs/freetype-1.3.1
- >=gnome-base/libghttp-1.0.9-r1"
-
-
-src_compile() {
-
- ./configure --host=${CHOST} \
- --enable-fsstd \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info || die
- emake || die
-}
-
-src_install() {
-
- mv man/Makefile man/Makefile_orig
- sed -e "s:DESTDIR =:DESTDIR = ${D}:" man/Makefile_orig > man/Makefile
- make prefix=${D}/usr \
- localedir=${D}/usr/share/locale \
- gnulocaledir=${D}/usr/share/locale \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
- doman man/enlightenment.1
- dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README
- docinto sample-scripts
- dodoc sample-scripts/*
-
- exeinto /etc/X11/Sessions
- doexe $FILESDIR/enlightenment
-
-}
-
-
-
diff --git a/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild b/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild
index ae00646df18c..cba01d363df4 100644
--- a/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild,v 1.3 2002/03/20 03:09:29 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.5-r4.ebuild,v 1.4 2002/04/12 20:19:59 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Enlightenment Window Manager"
@@ -11,21 +11,22 @@ HOMEPAGE="http://www.enlightenment.org/"
DEPEND=">=media-libs/fnlib-0.5
>=media-sound/esound-0.2.19
~media-libs/freetype-1.3.1
- >=gnome-base/libghttp-1.0.9-r1
- nls? ( sys-devel/gettext )"
+ >=gnome-base/libghttp-1.0.9-r1"
+RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
local myconf
use nls || myconf="${myconf} --disable-nls"
- ./configure --host=${CHOST} \
- --enable-fsstd \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- ${myconf} || die
+ ./configure \
+ --host=${CHOST} \
+ --enable-fsstd \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ ${myconf} || die
emake || die
}
diff --git a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r2 b/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r2
deleted file mode 100644
index d185b348a6e0..000000000000
--- a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3902b7c9cfaa8f70ca8079b348de0ed5 enlightenment-0.16.5.tar.gz 11384259
diff --git a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r3 b/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r3
deleted file mode 100644
index d185b348a6e0..000000000000
--- a/x11-wm/enlightenment/files/digest-enlightenment-0.16.5-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3902b7c9cfaa8f70ca8079b348de0ed5 enlightenment-0.16.5.tar.gz 11384259