diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-19 21:53:22 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-19 21:53:22 +0000 |
commit | 6d5082ede8fa8e1bf05ad10ff3ff4861175249f3 (patch) | |
tree | 5552edaaeef288f4eb4fd4d2e2f8a66456947bd7 /x11-wm | |
parent | tab fix (diff) | |
download | historical-6d5082ede8fa8e1bf05ad10ff3ff4861175249f3.tar.gz historical-6d5082ede8fa8e1bf05ad10ff3ff4861175249f3.tar.bz2 historical-6d5082ede8fa8e1bf05ad10ff3ff4861175249f3.zip |
latest alpha
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0_alpha4.ebuild | 49 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha4 | 1 |
3 files changed, 54 insertions, 1 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 0c4c042831aa..e7db73d87d99 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,7 +1,10 @@ # 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.6 2002/04/27 07:10:04 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.7 2002/05/19 21:53:22 spider Exp $ +*blackbox-0.65.0_alpha4 (19 May 2002) + 19 May 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha4.ebuild: + just a version bump *blackbox-0.65.0_alpha2-r1 (27 Apr 2002) 27 Apr 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha2-r1.ebuild: diff --git a/x11-wm/blackbox/blackbox-0.65.0_alpha4.ebuild b/x11-wm/blackbox/blackbox-0.65.0_alpha4.ebuild new file mode 100644 index 000000000000..3ce8f4d8a396 --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.65.0_alpha4.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> +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0_alpha4.ebuild,v 1.1 2002/05/19 21:53:22 spider Exp $ + +#Needed to change ${P} to match actual tarball version name. +#It is an invalid ebuild name. Much simpler this way. + +MY_P=${P/_/} + +S=${WORKDIR}/${MY_P} +DESCRIPTION="A small, fast, full-featured window manager for X" +SRC_URI="http://prdownloads.sf.net/blackboxwm/${MY_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_alpha4 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha4 new file mode 100644 index 000000000000..fffe60069a7f --- /dev/null +++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha4 @@ -0,0 +1 @@ +MD5 9c0e217df2a4151de920fa86dbf50114 blackbox-0.65.0alpha4.tar.gz 318767 |