diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 05:55:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 05:55:26 +0000 |
commit | 856fb2cfc2b2ea74169fec42138f8dba129ee230 (patch) | |
tree | 28ee8c3010a716bc105ab98e894315e5830f98cd /x11-misc | |
parent | removed grep-2.5-r1 mask (diff) | |
download | historical-856fb2cfc2b2ea74169fec42138f8dba129ee230.tar.gz historical-856fb2cfc2b2ea74169fec42138f8dba129ee230.tar.bz2 historical-856fb2cfc2b2ea74169fec42138f8dba129ee230.zip |
New version, new SRC_URI and new HOMEPAGE
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbrun/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.3.ebuild | 46 | ||||
-rw-r--r-- | x11-misc/bbrun/files/digest-bbrun-1.3 | 1 |
3 files changed, 55 insertions, 1 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index ffad7945b928..c3ce643875b3 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/bbrun # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.2 2002/03/15 15:19:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.3 2002/04/14 05:55:25 seemant Exp $ + +*bbrun-1.3 (13 Apr 2002) + + 13 Apr 2002; Seemant Kulleen <seemant@gentoo.org> bbrun-1.3.ebuild : + + Version upgrade info, and new SRC_URI/HOMEPAGE info supplied by + cmjohn@mail.utexas.edu (Chris Johnson) in bug #1642 *bbrun-1.1-r3 (15 Mar 2002) diff --git a/x11-misc/bbrun/bbrun-1.3.ebuild b/x11-misc/bbrun/bbrun-1.3.ebuild new file mode 100644 index 000000000000..538c28a5a2b7 --- /dev/null +++ b/x11-misc/bbrun/bbrun-1.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Craig Joly <joly@ee.ualberta.ca> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.1 2002/04/14 05:55:26 seemant 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/" + +DEPEND="virtual/blackbox + >=x11-libs/gtk+-1.2.10-r4" + +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 () { + + into /usr + dobin bbrun/bbrun + dodoc README COPYING + +} + +pkg_postinst() { + + cd ${ROOT}etc/X11/Sessions + + if [ ! "`grep bbrun blackbox`" ] + then + sed -e "s:.*blackbox:exec /usr/bin/bbrun \&\n&:" \ + blackbox | cat > blackbox + fi + +} diff --git a/x11-misc/bbrun/files/digest-bbrun-1.3 b/x11-misc/bbrun/files/digest-bbrun-1.3 new file mode 100644 index 000000000000..bc9964f02a72 --- /dev/null +++ b/x11-misc/bbrun/files/digest-bbrun-1.3 @@ -0,0 +1 @@ +MD5 ef1a5271b05c4652d78ae034454d6f3b bbrun-1.3.tar.gz 19423 |