--- blackbox-0.62.1-r1.ebuild Thu Feb 14 14:01:54 2002 +++ blackbox-0.62.1-r2.ebuild Wed Mar 6 22:59:59 2002 @@ -16,9 +16,10 @@ HOMEPAGE="http://blackboxwm.sf.net/" - DEPEND=">=x11-base/xfree-4.0" +PROVIDE="virtual/blackbox" + src_compile() { local myconf use nls || myconf="$myconf --disable-nls" @@ -46,19 +47,19 @@ #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 + einfo + einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + einfo "! Blackbox no longer uses /usr/share/Blackbox as the !" + einfo "! default share directory to contain styles and menus. !" + einfo "! The default directory is now /usr/share/blackbox !" + einfo "! Please move any files in /usr/share/Blackbox that you !" + einfo "! wish to keep (personal styles and your menu) into the !" + einfo "! new directory and modify your menu files to point all !" + einfo "! listed paths to the new directory. !" + einfo "! Also, be sure to update the paths in each user's !" + einfo "! .blackboxrc file found in their home directory. !" + einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + einfo fi }