* [gentoo-commits] gentoo-x86 commit in app-text/bibclean: bibclean-2.11.4.ebuild ChangeLog
@ 2008-10-26 13:55 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-26 13:55 UTC (permalink / raw
To: gentoo-commits
aballier 08/10/26 13:55:19
Modified: bibclean-2.11.4.ebuild ChangeLog
Log:
respect ldflags and CC/CXX variables
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Revision Changes Path
1.3 app-text/bibclean/bibclean-2.11.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?r1=1.2&r2=1.3
Index: bibclean-2.11.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bibclean-2.11.4.ebuild 17 Sep 2006 16:14:47 -0000 1.2
+++ bibclean-2.11.4.ebuild 26 Oct 2008 13:55:19 -0000 1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 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.2 2006/09/17 16:14:47 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v 1.3 2008/10/26 13:55:19 aballier Exp $
-inherit toolchain-funcs
+inherit toolchain-funcs eutils
DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker"
SRC_URI="http://www.math.utah.edu/pub/bibclean/${P}.tar.bz2"
@@ -15,8 +15,16 @@
SLOT="0"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-ldflags.patch"
+}
+
src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" || die "emake failed"
+ tc-export CC CXX
+ econf
+ emake LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_test() {
1.5 app-text/bibclean/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibclean/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 12 Mar 2007 23:44:09 -0000 1.4
+++ ChangeLog 26 Oct 2008 13:55:19 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for app-text/bibclean
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v 1.4 2007/03/12 23:44:09 nattfodd Exp $
+# 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 $
+
+ 26 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/bibclean-2.11.4-ldflags.patch, bibclean-2.11.4.ebuild:
+ respect ldflags and CC/CXX variables
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/bibclean: bibclean-2.11.4.ebuild ChangeLog
@ 2010-06-12 12:22 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-06-12 12:22 UTC (permalink / raw
To: gentoo-commits
aballier 10/06/12 12:22:01
Modified: bibclean-2.11.4.ebuild ChangeLog
Log:
remove src_test overide, this is the default
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 app-text/bibclean/bibclean-2.11.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild?r1=1.3&r2=1.4
Index: bibclean-2.11.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bibclean-2.11.4.ebuild 26 Oct 2008 13:55:19 -0000 1.3
+++ bibclean-2.11.4.ebuild 12 Jun 2010 12:22:01 -0000 1.4
@@ -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 @@
emake LDFLAGS="${LDFLAGS}" || die "emake failed"
}
-src_test() {
- make test || die
-}
-
src_install() {
dobin bibclean
newman bibclean.man bibclean.1
1.6 app-text/bibclean/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/bibclean/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 26 Oct 2008 13:55:19 -0000 1.5
+++ ChangeLog 12 Jun 2010 12:22:01 -0000 1.6
@@ -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:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-12 12:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 13:55 [gentoo-commits] gentoo-x86 commit in app-text/bibclean: bibclean-2.11.4.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2010-06-12 12:22 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox