diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-11-11 23:47:35 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-11-11 23:47:35 +0000 |
commit | 45e51bf501952e7696a2e39ce15fb19c4d6a295e (patch) | |
tree | 7f2b07a99e4a2dffdb32f5ff744ee5e124d21ded /x11-wm | |
parent | remove hard emacs depend (diff) | |
download | gentoo-2-45e51bf501952e7696a2e39ce15fb19c4d6a295e.tar.gz gentoo-2-45e51bf501952e7696a2e39ce15fb19c4d6a295e.tar.bz2 gentoo-2-45e51bf501952e7696a2e39ce15fb19c4d6a295e.zip |
marked stable on x86, removed NLS as its totally broken
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/blackbox/Manifest | 6 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0-r2.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index b6f76651d46d..3fe7b0661cc5 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.26 2003/10/21 23:07:17 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.27 2003/11/11 23:47:27 tseng Exp $ + + 11 Nov 2003; Brandon Hale <tseng@gentoo.org> blackbox-0.65.0-r2.ebuild: + Disabling NLS until it becomes slightly less than horribly broken upstream. 11 Oct 2003; Joel Hill <hillster@gentoo.org> blackbox-0.65.0-r2.ebuild: typo, closes #30890 diff --git a/x11-wm/blackbox/Manifest b/x11-wm/blackbox/Manifest index f569a023c239..c1ce5c9119bc 100644 --- a/x11-wm/blackbox/Manifest +++ b/x11-wm/blackbox/Manifest @@ -1,7 +1,7 @@ -MD5 5610069c90a1bf310d884cdc7e6ec92e ChangeLog 4275 +MD5 48405baaef95485afda33ddcacded243 ChangeLog 4428 MD5 50e5e9b00b161ee7255693dfe0b6b416 blackbox-0.62.1-r3.ebuild 523 -MD5 294847b29436ece4fab27daaa7e56442 blackbox-0.65.0-r2.ebuild 1041 -MD5 416452bedba085c06bd2502510370e1a metadata.xml 162 +MD5 c83b0d96728be5cf093ec0f423b2d087 blackbox-0.65.0-r2.ebuild 1048 +MD5 f08ee46f534b31a6aeb54f5a129e3842 metadata.xml 409 MD5 91258a5cccf70f183b73a6a4d56b6470 files/blackbox 28 MD5 7dc8c76692461cd5acad10bef25ed108 files/blackbox-0.65.0-mousewheel_focus-workspace.patch 12929 MD5 d3a006919ef6641fd6e9326d741acb49 files/blackbox-gcc.patch 1115 diff --git a/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild b/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild index 1b15279def02..95c16d608880 100644 --- a/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild +++ b/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild,v 1.2 2003/10/11 14:10:10 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild,v 1.3 2003/11/11 23:47:27 tseng Exp $ IUSE="nls" @@ -13,7 +13,8 @@ HOMEPAGE="http://blackboxwm.sf.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~sparc" +MYCONF="--disable-nls" mydoc="AUTHORS LICENSE README ChangeLog* TODO* data/README*" @@ -29,7 +30,6 @@ pkg_postinst() { ewarn ewarn "This build of Blackbox makes use of the mousewheel patch, allowing you" ewarn "to use the mousewheel change workspace or application focus." - ewarn "It is known to have a few issues. For a install of Blackbox" - ewarn "you may emerge ${PN}-${PV}." + ewarn "Please note that NLS support is now *disabled*, as it is horribly broken." ewarn } |