summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gbase/ChangeLog6
-rw-r--r--x11-misc/gbase/gbase-0.5.ebuild10
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/gbase/ChangeLog b/x11-misc/gbase/ChangeLog
index 5d2715c74ec7..eab1ce7558b7 100644
--- a/x11-misc/gbase/ChangeLog
+++ b/x11-misc/gbase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/gbase
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.5 2012/05/13 16:47:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.6 2012/07/04 07:02:42 ssuominen Exp $
+
+ 04 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> gbase-0.5.ebuild:
+ Set empty src_test() because the tarball doesn't ship the required check.c
+ file wrt #424671
13 May 2012; Markos Chandras <hwoarang@gentoo.org> gbase-0.5.ebuild:
Update SRC_URI. Bug #415677 thanks to df <demmamussabebonk@gmail.com>
diff --git a/x11-misc/gbase/gbase-0.5.ebuild b/x11-misc/gbase/gbase-0.5.ebuild
index 70ad3ecb78df..b15ae7f3b8e7 100644
--- a/x11-misc/gbase/gbase-0.5.ebuild
+++ b/x11-misc/gbase/gbase-0.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.4 2012/05/13 16:47:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.5 2012/07/04 07:02:42 ssuominen Exp $
-EAPI=2
+EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values."
@@ -11,7 +11,7 @@ SRC_URI="http://www.fluxcode.net/files/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2"
@@ -24,9 +24,11 @@ src_prepare() {
src_compile() {
tc-export CC
- emake || die "emake failed."
+ emake
}
+src_test() { :; } #424671
+
src_install() {
dobin ${PN}
dodoc README