diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-09 22:11:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-09 22:11:50 +0000 |
commit | 89ce1c63aebaff16d1402058235f9d3830a1256d (patch) | |
tree | d29689b403f629fcf03ce279c3fa8eea163076b6 /dev-util | |
parent | bump to hal-0.5.12_rc1-r3 (diff) | |
download | gentoo-2-89ce1c63aebaff16d1402058235f9d3830a1256d.tar.gz gentoo-2-89ce1c63aebaff16d1402058235f9d3830a1256d.tar.bz2 gentoo-2-89ce1c63aebaff16d1402058235f9d3830a1256d.zip |
The testsuite was not fully updated to the new Git libexec dir setup. Just help it a bit. The app itself is fully converted.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/stgit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/stgit/stgit-0.14.3.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-util/stgit/ChangeLog b/dev-util/stgit/ChangeLog index 55fde81dd198..6bc0acca2d62 100644 --- a/dev-util/stgit/ChangeLog +++ b/dev-util/stgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/stgit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.29 2009/03/21 16:53:14 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.30 2009/05/09 22:11:50 robbat2 Exp $ + + 09 May 2009; Robin H. Johnson <robbat2@gentoo.org> stgit-0.14.3.ebuild: + The testsuite was not fully updated to the new Git libexec dir setup. Just + help it a bit. The app itself is fully converted. 21 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml: diff --git a/dev-util/stgit/stgit-0.14.3.ebuild b/dev-util/stgit/stgit-0.14.3.ebuild index 15b12d6da472..42509d16b8ce 100644 --- a/dev-util/stgit/stgit-0.14.3.ebuild +++ b/dev-util/stgit/stgit-0.14.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.2 2008/10/06 13:05:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.3 2009/05/09 22:11:50 robbat2 Exp $ inherit distutils bash-completion @@ -24,3 +24,8 @@ src_install() { rmdir "${D}/usr/share/doc/${PN}" dobashcompletion contrib/stgit-completion.bash ${PN} } + +src_test() { + export PATH=/usr/libexec/git-core/:$PATH + emake -j1 test +} |