diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-08 12:45:59 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-08 12:45:59 +0000 |
commit | d0399e3a97d47f2bc78edf4769f683f31d717fd4 (patch) | |
tree | c7fa87a7e66ff93fec0ecac79e627964338503b2 /x11-misc/bbrun | |
parent | Version bump. (diff) | |
download | historical-d0399e3a97d47f2bc78edf4769f683f31d717fd4.tar.gz historical-d0399e3a97d47f2bc78edf4769f683f31d717fd4.tar.bz2 historical-d0399e3a97d47f2bc78edf4769f683f31d717fd4.zip |
Marked stable on x86.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r-- | x11-misc/bbrun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbrun/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index 2c7269a1103b..9096d48e7f33 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbrun # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.14 2005/01/31 22:07:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.15 2005/02/08 12:45:59 ka0ttic Exp $ + + 08 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> bbrun-1.6.ebuild: + Marked stable on x86. 31 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> bbrun-1.6.ebuild: added ~amd64 to KEYWORDS. fixes #80127 diff --git a/x11-misc/bbrun/Manifest b/x11-misc/bbrun/Manifest index 7d8725ffe053..20357deb4b15 100644 --- a/x11-misc/bbrun/Manifest +++ b/x11-misc/bbrun/Manifest @@ -1,6 +1,6 @@ MD5 8c3309c572fee38196b4a813cb868a62 bbrun-1.4.ebuild 795 -MD5 a644bca73c05a64c694b3fd8d9f810e6 bbrun-1.6.ebuild 745 -MD5 9b4b8f8c2e13855a6da1becd516e77fa ChangeLog 2509 +MD5 8632f05ff50e2a548aaa2558b227de25 bbrun-1.6.ebuild 744 +MD5 528f8eb145e25e3fc890191121a98a71 ChangeLog 2601 MD5 6d984fdc3a2bfe09ec7cb86b38267de3 metadata.xml 256 MD5 b94011cb198e7e8080531bc1ab4533e4 files/digest-bbrun-1.4 60 MD5 06a0a7096e93b02ded875028969d8cb9 files/digest-bbrun-1.6 60 diff --git a/x11-misc/bbrun/bbrun-1.6.ebuild b/x11-misc/bbrun/bbrun-1.6.ebuild index a8dc79c9f369..752817b0f04e 100644 --- a/x11-misc/bbrun/bbrun-1.6.ebuild +++ b/x11-misc/bbrun/bbrun-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.2 2005/01/31 22:07:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.3 2005/02/08 12:45:59 ka0ttic Exp $ DESCRIPTION="blackbox program execution dialog box" SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.darkops.net/bbrun/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc" +KEYWORDS="~amd64 x86 ~ppc ~sparc" IUSE="" DEPEND=">=x11-libs/gtk+-2" |