diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-12 12:22:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-12 12:22:01 +0000 |
commit | 25b8fbe069133b23620d84c9ba364af890c9c14c (patch) | |
tree | ddfbeffe5a5d2c373750b4a7a85dca93a1b44405 /app-text/bibclean | |
parent | wput: added myself as maintainer (diff) | |
download | gentoo-2-25b8fbe069133b23620d84c9ba364af890c9c14c.tar.gz gentoo-2-25b8fbe069133b23620d84c9ba364af890c9c14c.tar.bz2 gentoo-2-25b8fbe069133b23620d84c9ba364af890c9c14c.zip |
remove src_test overide, this is the default
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/bibclean')
-rw-r--r-- | app-text/bibclean/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/bibclean/bibclean-2.11.4.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-text/bibclean/ChangeLog b/app-text/bibclean/ChangeLog index 4a02db148b12..1004319ba0cc 100644 --- a/app-text/bibclean/ChangeLog +++ b/app-text/bibclean/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/bibclean -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v 1.5 2008/10/26 13:55:19 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v 1.6 2010/06/12 12:22:01 aballier Exp $ + + 12 Jun 2010; Alexis Ballier <aballier@gentoo.org> bibclean-2.11.4.ebuild: + remove src_test overide, this is the default 26 Oct 2008; Alexis Ballier <aballier@gentoo.org> +files/bibclean-2.11.4-ldflags.patch, bibclean-2.11.4.ebuild: diff --git a/app-text/bibclean/bibclean-2.11.4.ebuild b/app-text/bibclean/bibclean-2.11.4.ebuild index bfca7c6ce84d..69d7772529a1 100644 --- a/app-text/bibclean/bibclean-2.11.4.ebuild +++ b/app-text/bibclean/bibclean-2.11.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v 1.3 2008/10/26 13:55:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v 1.4 2010/06/12 12:22:01 aballier Exp $ inherit toolchain-funcs eutils @@ -27,10 +27,6 @@ src_compile() { emake LDFLAGS="${LDFLAGS}" || die "emake failed" } -src_test() { - make test || die -} - src_install() { dobin bibclean newman bibclean.man bibclean.1 |