summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-28 03:51:44 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-28 03:51:44 +0000
commitbdce2fa7b28822e5343afc3f3e0881c427186e31 (patch)
treed6c6a892e9320c8a38fed6b219cee200d963a4e1 /x11-misc/bbappconf
parentremoved cowsay, as it already existed for a week prior in app-games (diff)
downloadhistorical-bdce2fa7b28822e5343afc3f3e0881c427186e31.tar.gz
historical-bdce2fa7b28822e5343afc3f3e0881c427186e31.tar.bz2
historical-bdce2fa7b28822e5343afc3f3e0881c427186e31.zip
new package for blackboxlike window managers to set window properties
Diffstat (limited to 'x11-misc/bbappconf')
-rw-r--r--x11-misc/bbappconf/ChangeLog11
-rw-r--r--x11-misc/bbappconf/bbappconf-0.0.1.ebuild24
-rw-r--r--x11-misc/bbappconf/files/digest-bbappconf-0.0.11
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/bbappconf/ChangeLog b/x11-misc/bbappconf/ChangeLog
new file mode 100644
index 000000000000..fe61b79580c0
--- /dev/null
+++ b/x11-misc/bbappconf/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-misc/bbappconf
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/ChangeLog,v 1.1 2002/07/28 03:51:44 seemant Exp $
+
+*bbappconf-0.0.1 (27 Jul 2002)
+
+ 27 Jul 2002; Seemant Kulleen <seemant@gentoo.org> bbappconf-0.0.1.ebuild
+ ChangeLog files/digest-bbappconf-0.0.1 :
+
+ A utility which allows a user to specify window properties in *box window
+ managers. Ebuild submitted by: pau@eslack.org (Pau Oliva) in bug #5286.
diff --git a/x11-misc/bbappconf/bbappconf-0.0.1.ebuild b/x11-misc/bbappconf/bbappconf-0.0.1.ebuild
new file mode 100644
index 000000000000..450dc8479475
--- /dev/null
+++ b/x11-misc/bbappconf/bbappconf-0.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.1.ebuild,v 1.1 2002/07/28 03:51:44 seemant Exp $
+
+S="${WORKDIR}/${P}-peak3"
+DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox"
+SRC_URI="http://bbtools.windsofstorm.net/sources/devel/${P}-peak3.tar.gz"
+HOMEPAGE="http://bbtools.windsofstorm.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/blackbox"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
+}
diff --git a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1
new file mode 100644
index 000000000000..1b4b67f8cc5e
--- /dev/null
+++ b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1
@@ -0,0 +1 @@
+MD5 d3972415511e9a783218110a932cbe5f bbappconf-0.0.1-peak3.tar.gz 80193