summaryrefslogtreecommitdiff
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
commit4bc46e815431a030de5d7264335970466d4b5960 (patch)
tree147a523e10db810371cbaec7645a6c461916be16 /x11-wm/blackbox
parentthinice theme for gtk+ 2.0 (diff)
downloadgentoo-2-4bc46e815431a030de5d7264335970466d4b5960.tar.gz
gentoo-2-4bc46e815431a030de5d7264335970466d4b5960.tar.bz2
gentoo-2-4bc46e815431a030de5d7264335970466d4b5960.zip
removed older ebuilds
Diffstat (limited to 'x11-wm/blackbox')
-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
7 files changed, 7 insertions, 158 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