summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-06-19 15:54:00 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-06-19 15:54:00 +0000
commite5c87a2edcc76271b748b20894b5b6b6ee09b482 (patch)
treea23112aa2b1ca45cc5a1d015c5fc333892923ef3 /x11-misc/bbrun
parentmarking 3.0.1 stable on alpha as 3.0 is no longer available from bitkeeper. (diff)
downloadgentoo-2-e5c87a2edcc76271b748b20894b5b6b6ee09b482.tar.gz
gentoo-2-e5c87a2edcc76271b748b20894b5b6b6ee09b482.tar.bz2
gentoo-2-e5c87a2edcc76271b748b20894b5b6b6ee09b482.zip
marking latest (1.4) as stable for x86 and as ~ppc and ~sparc for testing
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r--x11-misc/bbrun/ChangeLog5
-rw-r--r--x11-misc/bbrun/Manifest10
-rw-r--r--x11-misc/bbrun/bbrun-1.1-r2.ebuild40
-rw-r--r--x11-misc/bbrun/bbrun-1.1-r3.ebuild40
-rw-r--r--x11-misc/bbrun/bbrun-1.4.ebuild4
-rw-r--r--x11-misc/bbrun/files/digest-bbrun-1.1-r21
-rw-r--r--x11-misc/bbrun/files/digest-bbrun-1.1-r31
7 files changed, 9 insertions, 92 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog
index ad012b5b2b85..7ef0f463d55d 100644
--- a/x11-misc/bbrun/ChangeLog
+++ b/x11-misc/bbrun/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2003/02/22 00:28:04 mkeadle Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.8 2003/06/19 15:53:51 mkeadle Exp $
+
+ 19 Jun 2003; mkeadle <mkeadle@gentoo.org> bbrun-1.4.ebuild:
+ moving 1.4 into stable x86 land. it's been quite a while and it's stable.
*bbrun-1.4 (21 Feb 2003)
diff --git a/x11-misc/bbrun/Manifest b/x11-misc/bbrun/Manifest
index 1bf97c16f561..bfeabb495f93 100644
--- a/x11-misc/bbrun/Manifest
+++ b/x11-misc/bbrun/Manifest
@@ -1,9 +1,5 @@
-MD5 9baba77cfd24c11e72590301c5cff5c4 ChangeLog 1639
-MD5 9cc9a0ae46eda466a15bb3921e505f65 bbrun-1.1-r2.ebuild 1020
-MD5 54159bf81317b058b21a133d5f8a9fca bbrun-1.1-r3.ebuild 1014
+MD5 cbc1d0b625c64330cbfd80a308e3197d ChangeLog 1778
MD5 56bc0f35d3581a20a59c2949d039ec12 bbrun-1.3.ebuild 986
-MD5 bc3ba0d783a7ed84024d1b0a6698b35f bbrun-1.4.ebuild 789
-MD5 c2f49e813fef9c661b90efce9c89f253 files/digest-bbrun-1.1-r2 60
-MD5 c2f49e813fef9c661b90efce9c89f253 files/digest-bbrun-1.1-r3 60
-MD5 1cd216d94b1fb15af4c4286181720179 files/digest-bbrun-1.3 60
+MD5 afcd65fa761d54fe269170bb6f764ac3 bbrun-1.4.ebuild 800
MD5 b94011cb198e7e8080531bc1ab4533e4 files/digest-bbrun-1.4 60
+MD5 1cd216d94b1fb15af4c4286181720179 files/digest-bbrun-1.3 60
diff --git a/x11-misc/bbrun/bbrun-1.1-r2.ebuild b/x11-misc/bbrun/bbrun-1.1-r2.ebuild
deleted file mode 100644
index 5897a6b6419c..000000000000
--- a/x11-misc/bbrun/bbrun-1.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.1-r2.ebuild,v 1.10 2003/02/13 17:09:13 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="blackbox program execution dialog box"
-SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz"
-HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-DEPEND=">=x11-wm/blackbox-0.61
- =x11-libs/gtk+-1.2*"
-RDEPEND=$DEPEND
-
-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
-}
-
-src_compile() {
- cd ${S}/bbrun
- emake || die
-}
-
-src_install () {
- into /usr
- dobin bbrun/bbrun
- dodoc README COPYING
-}
-
-pkg_postinst() {
- cd ${ROOT}usr/bin/wm
- if [ ! "`grep bbrun blackbox`" ] ; then
- sed -e "s/.*blackbox/exec \/usr\/bin\/bbrun \&\n&/" blackbox | cat > blackbox
- fi
-}
diff --git a/x11-misc/bbrun/bbrun-1.1-r3.ebuild b/x11-misc/bbrun/bbrun-1.1-r3.ebuild
deleted file mode 100644
index e6d104fd42af..000000000000
--- a/x11-misc/bbrun/bbrun-1.1-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.1-r3.ebuild,v 1.11 2003/02/13 17:09:19 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="blackbox program execution dialog box"
-SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz"
-HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-DEPEND="virtual/blackbox
- =x11-libs/gtk+-1.2*"
-RDEPEND=$DEPEND
-
-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
-}
-
-src_compile() {
- cd ${S}/bbrun
- emake || die
-}
-
-src_install () {
- into /usr
- dobin bbrun/bbrun
- dodoc README COPYING
-}
-
-pkg_postinst() {
- cd ${ROOT}usr/bin/wm
- if [ ! "`grep bbrun blackbox`" ] ; then
- sed -e "s/.*blackbox/exec \/usr\/bin\/bbrun \&\n&/" blackbox | cat > blackbox
- fi
-}
diff --git a/x11-misc/bbrun/bbrun-1.4.ebuild b/x11-misc/bbrun/bbrun-1.4.ebuild
index 097221a68432..82a37a1761f0 100644
--- a/x11-misc/bbrun/bbrun-1.4.ebuild
+++ b/x11-misc/bbrun/bbrun-1.4.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.4.ebuild,v 1.2 2003/06/19 15:53:51 mkeadle Exp $
S=${WORKDIR}/${P}
DESCRIPTION="blackbox program execution dialog box"
@@ -8,7 +8,7 @@ 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"
+KEYWORDS="x86 ~ppc ~sparc"
DEPEND="virtual/blackbox
=x11-libs/gtk+-1.2*"
diff --git a/x11-misc/bbrun/files/digest-bbrun-1.1-r2 b/x11-misc/bbrun/files/digest-bbrun-1.1-r2
deleted file mode 100644
index eaccd8fd76c2..000000000000
--- a/x11-misc/bbrun/files/digest-bbrun-1.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19264424d472d4de7336429ce507b206 bbrun-1.1.tar.gz 17413
diff --git a/x11-misc/bbrun/files/digest-bbrun-1.1-r3 b/x11-misc/bbrun/files/digest-bbrun-1.1-r3
deleted file mode 100644
index eaccd8fd76c2..000000000000
--- a/x11-misc/bbrun/files/digest-bbrun-1.1-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19264424d472d4de7336429ce507b206 bbrun-1.1.tar.gz 17413