summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-02-22 00:28:04 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-02-22 00:28:04 +0000
commitb171ea596dba13983af460dae1394db9aa2d7568 (patch)
treee3ba2bc45de99a1dce6cb6b2bc5deba4aa3d9c69 /x11-misc/bbrun
parentstable on alpha (diff)
downloadgentoo-2-b171ea596dba13983af460dae1394db9aa2d7568.tar.gz
gentoo-2-b171ea596dba13983af460dae1394db9aa2d7568.tar.bz2
gentoo-2-b171ea596dba13983af460dae1394db9aa2d7568.zip
Bump to latest version. ~x86 for testing/freeze.
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r--x11-misc/bbrun/ChangeLog17
-rw-r--r--x11-misc/bbrun/bbrun-1.4.ebuild35
-rw-r--r--x11-misc/bbrun/files/digest-bbrun-1.41
3 files changed, 50 insertions, 3 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog
index d2c52ad718fb..ad012b5b2b85 100644
--- a/x11-misc/bbrun/ChangeLog
+++ b/x11-misc/bbrun/ChangeLog
@@ -1,11 +1,22 @@
# ChangeLog for x11-misc/bbrun
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.6 2003/02/12 09:27:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.7 2003/02/22 00:28:04 mkeadle Exp $
+
+*bbrun-1.4 (21 Feb 2003)
+
+ 21 Feb 2003; Matt Keadle <mkeadle@gentoo.org> bbrun-1.4.ebuild :
+
+ Version bump to latest. I've removed the pgk_postinst() step from the ebuild
+ that was adding an entry for bbrun to /etc/X11/Sessions/blackbox. If you don't
+ have blackbox installed it would create an empty file. bbrun is usable in any
+ *box window manager, and since this step isn't being made for either Fluxbox or
+ Openbox it'll be up to the user to add bbrun to their .xinitrc is they want it
+ auto stated on login
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*bbrun-1.3 (13 Apr 2002)
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
13 Apr 2002; Seemant Kulleen <seemant@gentoo.org> bbrun-1.3.ebuild :
Version upgrade info, and new SRC_URI/HOMEPAGE info supplied by
diff --git a/x11-misc/bbrun/bbrun-1.4.ebuild b/x11-misc/bbrun/bbrun-1.4.ebuild
new file mode 100644
index 000000000000..097221a68432
--- /dev/null
+++ b/x11-misc/bbrun/bbrun-1.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.4.ebuild,v 1.1 2003/02/22 00:28:04 mkeadle Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="blackbox program execution dialog box"
+SRC_URI="http://www.dwave.net/~jking/bbrun/${P}.tar.gz"
+HOMEPAGE="http://www.dwave.net/~jking/bbrun/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/blackbox
+ =x11-libs/gtk+-1.2*"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/bbrun
+ mv Makefile Makefile.orig
+ sed '/CFLAGS =/ s:$: -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 '"${CFLAGS}"':' Makefile.orig > Makefile || die
+}
+
+src_compile() {
+
+ cd ${S}/bbrun
+ emake || die
+
+}
+
+src_install () {
+
+ dobin bbrun/bbrun
+ dodoc README COPYING
+
+}
diff --git a/x11-misc/bbrun/files/digest-bbrun-1.4 b/x11-misc/bbrun/files/digest-bbrun-1.4
new file mode 100644
index 000000000000..6ce8911edf59
--- /dev/null
+++ b/x11-misc/bbrun/files/digest-bbrun-1.4
@@ -0,0 +1 @@
+MD5 d31cecada7d39b894bdf6012c6bae98a bbrun-1.4.tar.gz 21041