diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-04 07:02:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-04 07:02:42 +0000 |
commit | 9bbaab1bb077dbeb2430eb2aa3319346cfbc3846 (patch) | |
tree | 6fe1f4f0684069400f7271cf338f88c1dca1f766 /x11-misc | |
parent | x86 stable, see bug 423071 (diff) | |
download | gentoo-2-9bbaab1bb077dbeb2430eb2aa3319346cfbc3846.tar.gz gentoo-2-9bbaab1bb077dbeb2430eb2aa3319346cfbc3846.tar.bz2 gentoo-2-9bbaab1bb077dbeb2430eb2aa3319346cfbc3846.zip |
Set empty src_test() because the tarball doesn't ship the required check.c file wrt #424671
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gbase/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gbase/gbase-0.5.ebuild | 10 |
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 |