diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 19:24:20 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 19:24:20 +0000 |
commit | 6ac15076fed01a453e393fda2bc62261ca0a5fcc (patch) | |
tree | 538418cf031c137ad40afafb0ead1e964f8cf7ad /x11-wm/blackbox | |
parent | New version and dependencies udpate. (diff) | |
download | historical-6ac15076fed01a453e393fda2bc62261ca0a5fcc.tar.gz historical-6ac15076fed01a453e393fda2bc62261ca0a5fcc.tar.bz2 historical-6ac15076fed01a453e393fda2bc62261ca0a5fcc.zip |
version....
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild | 49 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 | 1 |
3 files changed, 54 insertions, 2 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index b87576c5f423..fd7cdcced4c2 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,8 +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.9 2002/06/02 17:44:07 spider Exp $ - +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.10 2002/06/17 19:24:20 spider Exp $ +*blackbox-0.65.0_alpha8 (17 Jun 2002) + 17 Jun 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha8.ebuild: + new version. forgot to add this about a week ago ;) *blackbox-0.65.0_alpha7 (02 Jun 2002) 02 May 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha7.ebuild: diff --git a/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild b/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild new file mode 100644 index 000000000000..285a2b4cb7fd --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.65.0_alpha8.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_alpha8.ebuild,v 1.1 2002/06/17 19:24:20 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_alpha8 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 new file mode 100644 index 000000000000..e197e347efbe --- /dev/null +++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 @@ -0,0 +1 @@ +MD5 61eed1f18564f8c1c26b30106be54d45 blackbox-0.65.0alpha8.tar.gz 324754 |