diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-26 21:44:59 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-26 21:44:59 +0000 |
commit | 1613d1387523e6c3c2a274f567423fa0e0693861 (patch) | |
tree | ca0e5b6fbe1456a9d3777d28103aa504a958b064 /x11-wm/blackbox | |
parent | masking blackbox alpha (diff) | |
download | gentoo-2-1613d1387523e6c3c2a274f567423fa0e0693861.tar.gz gentoo-2-1613d1387523e6c3c2a274f567423fa0e0693861.tar.bz2 gentoo-2-1613d1387523e6c3c2a274f567423fa0e0693861.zip |
new alpha of blackbox
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0_alpha2.ebuild | 49 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha2 | 1 |
3 files changed, 57 insertions, 1 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 612571563594..52b647ab4530 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.4 2002/03/15 15:06:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.5 2002/04/26 21:44:59 spider Exp $ + +*blackbox-0.65.0_alpha2 (26 Apr 2002) + 26 Apr 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha2.ebuild: + New alpha, removed unnecessary info/comments + lintool check and remove bad space/blankspace + new homepage, mangling P due to package names *blackbox-0.62.1-r2 (15 Mar 2002) diff --git a/x11-wm/blackbox/blackbox-0.65.0_alpha2.ebuild b/x11-wm/blackbox/blackbox-0.65.0_alpha2.ebuild new file mode 100644 index 000000000000..acdaa410af37 --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.65.0_alpha2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Ben Lutgens <lamer@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild,v 1.3 2002/04/13 00:47:14 seemant Exp + +#Needed to change ${P} to match actual tarball version name. +#It is an invalid ebuild name. Much simpler this way. + +P=${P/_/} + +S=${WORKDIR}/${P} +DESCRIPTION="A small, fast, full-featured window manager for X" +SRC_URI="http://prdownloads.sf.net/blackboxwm/${P}.tar.gz" + +# Old homepage: +# HOMEPAGE="http://blackbox.alug.org/" + +HOMEPAGE="http://blackboxwm.sf.net/" + +DEPEND="virtual/x11" + +RDEPEND="${DEPEND} + nls? ( sys-devel/gettext )" + +PROVIDE="virtual/blackbox" + +src_compile() { + local myconf + use nls || myconf="${myconf} --disable-nls" + + ./configure \ + --build=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/X11/blackbox \ + ${myconf} || die "configure failure" + + emake || die "emake failure" +} + +src_install () { + make prefix=${D}/usr \ + sysconfdir=${D}/etc/X11/blackbox \ + install || die "install failure" + + dodoc ChangeLog* AUTHORS LICENSE README* TODO* + exeinto /etc/X11/Sessions + doexe $FILESDIR/blackbox +} + diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha2 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha2 new file mode 100644 index 000000000000..6c6971ec5661 --- /dev/null +++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha2 @@ -0,0 +1 @@ +MD5 c4959a7e5b6c889f620eb8dab1d7dcad blackbox-0.65.0alpha2.tar.gz 364456 |