* [gentoo-commits] gentoo-x86 commit in dev-tex/detex: ChangeLog detex-2.8-r1.ebuild
@ 2008-02-28 18:37 99% Alexis Ballier (aballier)
0 siblings, 0 replies; 1+ results
From: Alexis Ballier (aballier) @ 2008-02-28 18:37 UTC (permalink / raw
To: gentoo-commits
aballier 08/02/28 18:37:40
Modified: ChangeLog
Added: detex-2.8-r1.ebuild
Log:
respect ldflags, bug #209731, thanks Diego
(Portage version: 2.1.4.4)
Revision Changes Path
1.21 dev-tex/detex/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/detex/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 10 Feb 2008 16:51:32 -0000 1.20
+++ ChangeLog 28 Feb 2008 18:37:40 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for dev-tex/detex
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/detex/ChangeLog,v 1.20 2008/02/10 16:51:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/detex/ChangeLog,v 1.21 2008/02/28 18:37:40 aballier Exp $
+
+*detex-2.8-r1 (28 Feb 2008)
+
+ 28 Feb 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/detex-2.8-ldflags.patch, +detex-2.8-r1.ebuild:
+ respect ldflags, bug #209731, thanks Diego
10 Feb 2008; Alexis Ballier <aballier@gentoo.org> detex-2.8.ebuild:
keyword ~x86-fbsd
1.1 dev-tex/detex/detex-2.8-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/detex-2.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/detex/detex-2.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: detex-2.8-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/detex/detex-2.8-r1.ebuild,v 1.1 2008/02/28 18:37:40 aballier Exp $
inherit eutils toolchain-funcs
DESCRIPTION="A filter program that removes the LaTeX (or TeX) control sequences"
HOMEPAGE="http://www.cs.purdue.edu/homes/trinkle/detex/"
SRC_URI="http://www.cs.purdue.edu/homes/trinkle/detex/${P}.tar"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/libc
sys-devel/flex"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-ldflags.patch"
sed -i \
-e "s:CFLAGS = -O \${DEFS}:CFLAGS = ${CFLAGS} \${DEFS}:" \
-e 's:LEX = lex:#LEX = lex:' \
-e 's:#LEX = flex:LEX = flex:' \
-e 's:#DEFS += ${DEFS} -DNO_MALLOC_DECL:DEFS += -DNO_MALLOC_DECL:' \
-e 's:LEXLIB = -ll:LEXLIB = -lfl:' \
Makefile || die "sed failed"
}
src_compile() {
tc-export CC
emake || die "emake failed"
}
src_install() {
dobin detex || die
dodoc README
doman detex.1l
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-02-28 18:37 99% [gentoo-commits] gentoo-x86 commit in dev-tex/detex: ChangeLog detex-2.8-r1.ebuild 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