Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 997

Summary: virtual/blackbox for bb, fb and bb-applications -- patches here
Product: Gentoo Linux Reporter: Seemant Kulleen <seemantk>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to have blackbox provide virtual/blackbox
patch to have fluxbox provide virtual/blackbox
patch for bbpager to use virtual/blackbox

Description Seemant Kulleen 2002-03-07 10:39:53 UTC
Hello again to my Gentoo friends,

Since blackbox and fluxbox are very intercompatible -- especially with themes
and some apps (and of course look and behaviour), I think a virtual/blackbox
would be nice -- especially for those applications which need one or the other.
 For instance, bbpager :).  So in that spirit, these are patches for blackbox,
fluxbox and bbpager.  

thanks,

Seemant
Comment 1 Seemant Kulleen 2002-03-07 10:40:31 UTC
Created attachment 292 [details, diff]
patch to have blackbox provide virtual/blackbox
Comment 2 Seemant Kulleen 2002-03-07 10:41:13 UTC
Created attachment 293 [details, diff]
patch to have fluxbox provide virtual/blackbox
Comment 3 Seemant Kulleen 2002-03-07 10:41:56 UTC
Created attachment 294 [details, diff]
patch for bbpager to use virtual/blackbox
Comment 4 Seemant Kulleen 2002-03-07 10:58:31 UTC
More patches which make use of bbapm.  I know, I know -- they're all trivial,
but it saves you some work, right?  And anyway, they all work :P

Seemant

--- Cut here ->bbapm

--- bbapm-0.0.1-r1.ebuild       Sat Oct  6 08:30:16 2001
+++ bbapm-0.0.1-r2.ebuild       Thu Mar  7 08:44:39 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz"
 HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml"
 
-DEPEND=">=x11-wm/blackbox-0.61
+DEPEND="virtual/blackbox
         >=sys-apps/apmd-3.0.1"
 
 src_compile() {


--- Cut here -->bbmail

--- bbmail-0.6.11-r1.ebuild     Sat Oct  6 08:30:16 2001
+++ bbmail-0.6.11-r2.ebuild     Thu Mar  7 08:47:18 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz"
 HOMEPAGE="http://bbtools.thelinuxcommunity.org/available.phtml"
 
-DEPEND=">=x11-wm/blackbox-0.61"
+DEPEND="virtual/blackbox"
 
 src_unpack () {
        unpack ${A}


---Cut here --> bbppp
--- bbppp-0.2.2-r1.ebuild       Sat Oct  6 08:30:16 2001
+++ bbppp-0.2.2-r2.ebuild       Thu Mar  7 08:49:10 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbppp"
 
-DEPEND=">=x11-wm/blackbox-0.61"
+DEPEND="virtual/blackbox"
 
 src_compile() {
        ./configure --prefix=/usr --host=${CHOST} || die



---- Cut here --->bbrun

--- bbrun-1.1-r2.ebuild Sat Oct  6 03:08:20 2001
+++ bbrun-1.1-r3.ebuild Thu Mar  7 08:48:12 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz"
 HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml"
 
-DEPEND=">=x11-wm/blackbox-0.61
+DEPEND="virtual/blackbox
         >=x11-libs/gtk+-1.2.10-r4"
 
 src_unpack() {


---- Cut here --->bbsload

--- bbsload-0.2.5-r1.ebuild     Sat Oct  6 08:30:16 2001
+++ bbsload-0.2.5-r2.ebuild     Thu Mar  7 08:45:43 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbsload"
 
-DEPEND=">=x11-wm/blackbox-0.61"
+DEPEND="virtual/blackbox"
 
 src_compile() {
        ./configure --prefix=/usr --host=${CHOST} || die




---Cut here --> Bbweather


--- bbweather-0.3-r1.ebuild     Sat Oct  6 08:30:16 2001
+++ bbweather-0.3-r2.ebuild     Thu Mar  7 08:44:00 2002
@@ -8,7 +8,7 @@
 SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2"
 HOMEPAGE="http://www.netmeister.org/apps/bbweather/index.html"
 
-DEPEND=">=x11-wm/blackbox-0.61
+DEPEND="virtual/blackbox
         >=net-misc/wget-1.7
         >=sys-devel/perl-5.6.1"
 

Comment 5 Seemant Kulleen 2002-03-15 09:25:43 UTC
Changes merged.