summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2011-01-02 01:58:02 +0000
committerSebastian Pipping <sping@gentoo.org>2011-01-02 01:58:02 +0000
commit364eda02709780a7daddb2a658d0cb2879b4a08a (patch)
tree859e0094c3a5b9eec44380980a3db8a32e6738d0 /dev-vcs/gitg
parentStable on amd64 wrt bug #349760 (diff)
downloadgentoo-2-364eda02709780a7daddb2a658d0cb2879b4a08a.tar.gz
gentoo-2-364eda02709780a7daddb2a658d0cb2879b4a08a.tar.bz2
gentoo-2-364eda02709780a7daddb2a658d0cb2879b4a08a.zip
dev-vcs/gitg: Remove gone configure option, integrate test suite
(Portage version: 2.1.9.27/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r--dev-vcs/gitg/ChangeLog8
-rw-r--r--dev-vcs/gitg/gitg-0.0.8.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog
index e88f47e8aced..4f9b9bd1c590 100644
--- a/dev-vcs/gitg/ChangeLog
+++ b/dev-vcs/gitg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/gitg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.6 2010/12/30 23:59:59 ikelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.7 2011/01/02 01:58:02 sping Exp $
+
+ 02 Jan 2011; Sebastian Pipping <sping@gentoo.org> gitg-0.0.8.ebuild:
+ Remove gone configure option --disable-bundle, integrate test suite from
+ "make check"
30 Dec 2010; Mike Auty <ikelos@gentoo.org> gitg-0.0.8.ebuild:
Fix a few dependency/ebuild issues as mentioned in bug 350189.
diff --git a/dev-vcs/gitg/gitg-0.0.8.ebuild b/dev-vcs/gitg/gitg-0.0.8.ebuild
index bbe466d312e7..cb506073e3b9 100644
--- a/dev-vcs/gitg/gitg-0.0.8.ebuild
+++ b/dev-vcs/gitg/gitg-0.0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.2 2010/12/30 23:59:59 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.3 2011/01/02 01:58:02 sping Exp $
EAPI="3"
@@ -37,6 +37,6 @@ src_install() {
find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
}
-pkg_setup() {
- G2CONF="${G2CONF} --disable-bundle"
+src_test() {
+ emake check || die
}