* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2009-09-11 11:20 Diego Petteno (flameeyes)
0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-09-11 11:20 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/09/11 11:20:43
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
Fix DEPEND/RDEPEND assignment.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.20 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 25 Dec 2007 19:36:55 -0000 1.19
+++ ChangeLog 11 Sep 2009 11:20:43 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.19 2007/12/25 19:36:55 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.20 2009/09/11 11:20:43 flameeyes Exp $
+
+ 11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> teco-1.00-r3.ebuild:
+ Fix DEPEND/RDEPEND assignment.
25 Dec 2007; Ulrich Mueller <ulm@gentoo.org> metadata.xml,
-teco-1.00-r2.ebuild:
1.8 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.7&r2=1.8
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- teco-1.00-r3.ebuild 10 Oct 2007 07:22:43 -0000 1.7
+++ teco-1.00-r3.ebuild 11 Sep 2009 11:20:43 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.7 2007/10/10 07:22:43 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.8 2009/09/11 11:20:43 flameeyes Exp $
inherit toolchain-funcs flag-o-matic
@@ -18,7 +18,7 @@
IUSE="doc"
RDEPEND="sys-libs/ncurses"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
S=${WORKDIR}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2010-01-15 2:12 Jonathan Callen (abcd)
0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-15 2:12 UTC (permalink / raw
To: gentoo-commits
abcd 10/01/15 02:12:23
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
Add prefix keywords, patch
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.21 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 11 Sep 2009 11:20:43 -0000 1.20
+++ ChangeLog 15 Jan 2010 02:12:22 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/teco
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.20 2009/09/11 11:20:43 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.21 2010/01/15 02:12:22 abcd Exp $
+
+ 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> +files/teco-gcc4.patch,
+ teco-1.00-r3.ebuild:
+ Add prefix keywords, patch
11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> teco-1.00-r3.ebuild:
Fix DEPEND/RDEPEND assignment.
1.9 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.8&r2=1.9
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- teco-1.00-r3.ebuild 11 Sep 2009 11:20:43 -0000 1.8
+++ teco-1.00-r3.ebuild 15 Jan 2010 02:12:22 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.8 2009/09/11 11:20:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.9 2010/01/15 02:12:22 abcd Exp $
inherit toolchain-funcs flag-o-matic
@@ -14,7 +14,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc x86"
+KEYWORDS="alpha ~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses"
@@ -24,9 +24,10 @@
src_unpack() {
unpack ${A}
- sed -i -e 's:-ltermcap:-lncurses:' ${S}/Makefile
+ sed -i -e 's:-ltermcap:-lncurses:' Makefile
# bug 103257
- epatch ${FILESDIR}/teco-double-free.diff
+ epatch "${FILESDIR}"/${PN}-double-free.diff
+ epatch "${FILESDIR}"/${PN}-gcc4.patch
}
src_compile() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2010-09-17 6:23 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-17 6:23 UTC (permalink / raw
To: gentoo-commits
fauli 10/09/17 06:23:41
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
respect LDFLAGS, bug 337718; move to EAPI 3
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.22 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 15 Jan 2010 02:12:22 -0000 1.21
+++ ChangeLog 17 Sep 2010 06:23:41 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.21 2010/01/15 02:12:22 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.22 2010/09/17 06:23:41 fauli Exp $
+
+ 17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> teco-1.00-r3.ebuild:
+ respect LDFLAGS, bug 337718; move to EAPI 3
15 Jan 2010; Jonathan Callen <abcd@gentoo.org> +files/teco-gcc4.patch,
teco-1.00-r3.ebuild:
1.10 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.9&r2=1.10
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- teco-1.00-r3.ebuild 15 Jan 2010 02:12:22 -0000 1.9
+++ teco-1.00-r3.ebuild 17 Sep 2010 06:23:41 -0000 1.10
@@ -1,6 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.9 2010/01/15 02:12:22 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.10 2010/09/17 06:23:41 fauli Exp $
+
+EAPI=3
inherit toolchain-funcs flag-o-matic
@@ -22,9 +24,8 @@
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
- sed -i -e 's:-ltermcap:-lncurses:' Makefile
+src_prepare() {
+ sed -e 's:$(CC) -o te $(OBJS):$(CC) ${LDFLAGS} -o te $(OBJS):' -e 's:-ltermcap:-lncurses:' -i Makefile || die
# bug 103257
epatch "${FILESDIR}"/${PN}-double-free.diff
epatch "${FILESDIR}"/${PN}-gcc4.patch
@@ -32,7 +33,7 @@
src_compile() {
append-flags -ansi -D_POSIX_SOURCE
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "compilation failed"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
}
src_install() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2010-09-17 6:33 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-09-17 6:33 UTC (permalink / raw
To: gentoo-commits
ulm 10/09/17 06:33:08
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
Escape the dollar sign in sed expression.
(Portage version: 2.2_rc81/cvs/Linux x86_64)
Revision Changes Path
1.23 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 17 Sep 2010 06:23:41 -0000 1.22
+++ ChangeLog 17 Sep 2010 06:33:08 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.22 2010/09/17 06:23:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.23 2010/09/17 06:33:08 ulm Exp $
+
+ 17 Sep 2010; Ulrich Mueller <ulm@gentoo.org> teco-1.00-r3.ebuild:
+ Escape the dollar sign in sed expression.
17 Sep 2010; Christian Faulhammer <fauli@gentoo.org> teco-1.00-r3.ebuild:
respect LDFLAGS, bug 337718; move to EAPI 3
1.11 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.10&r2=1.11
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- teco-1.00-r3.ebuild 17 Sep 2010 06:23:41 -0000 1.10
+++ teco-1.00-r3.ebuild 17 Sep 2010 06:33:08 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.10 2010/09/17 06:23:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.11 2010/09/17 06:33:08 ulm Exp $
EAPI=3
@@ -25,7 +25,7 @@
S=${WORKDIR}
src_prepare() {
- sed -e 's:$(CC) -o te $(OBJS):$(CC) ${LDFLAGS} -o te $(OBJS):' -e 's:-ltermcap:-lncurses:' -i Makefile || die
+ sed -e 's:\$(CC):& $(LDFLAGS):;s:-ltermcap:-lncurses:' -i Makefile || die
# bug 103257
epatch "${FILESDIR}"/${PN}-double-free.diff
epatch "${FILESDIR}"/${PN}-gcc4.patch
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2012-12-27 17:30 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-27 17:30 UTC (permalink / raw
To: gentoo-commits
ulm 12/12/27 17:30:11
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
Fix unpack, bug 448840.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.25 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 31 May 2012 22:30:26 -0000 1.24
+++ ChangeLog 27 Dec 2012 17:30:11 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.24 2012/05/31 22:30:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.25 2012/12/27 17:30:11 ulm Exp $
+
+ 27 Dec 2012; Ulrich Müller <ulm@gentoo.org> teco-1.00-r3.ebuild:
+ Fix unpack, bug 448840.
31 May 2012; Zac Medico <zmedico@gentoo.org> teco-1.00-r3.ebuild:
inherit eutils for epatch
1.13 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.12&r2=1.13
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- teco-1.00-r3.ebuild 31 May 2012 22:30:26 -0000 1.12
+++ teco-1.00-r3.ebuild 27 Dec 2012 17:30:11 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.12 2012/05/31 22:30:26 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.13 2012/12/27 17:30:11 ulm Exp $
EAPI=3
@@ -24,6 +24,15 @@
S=${WORKDIR}
+src_unpack() {
+ unpack teco.tar.gz
+ if use doc; then
+ mkdir doc
+ cd doc || die
+ unpack tecolore.txt.gz tech.txt.gz teco.doc.gz tecoprog.doc.gz
+ fi
+}
+
src_prepare() {
sed -e 's:\$(CC):& $(LDFLAGS):;s:-ltermcap:-lncurses:' -i Makefile || die
# bug 103257
@@ -38,9 +47,12 @@
src_install() {
dobin te || die
- doman te.1
- dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST
- use doc && dodoc tecolore.txt tech.txt teco.doc tecoprog.doc
+ doman te.1 || die
+ dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST || die
+ if use doc; then
+ cd doc
+ dodoc tecolore.txt tech.txt teco.doc tecoprog.doc || die
+ fi
}
pkg_postinst() {
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2013-02-28 17:56 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-28 17:56 UTC (permalink / raw
To: gentoo-commits
ulm 13/02/28 17:56:16
Modified: ChangeLog teco-1.00-r3.ebuild
Log:
Fix build failure with separate tinfo library.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.26 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 27 Dec 2012 17:30:11 -0000 1.25
+++ ChangeLog 28 Feb 2013 17:56:16 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.25 2012/12/27 17:30:11 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.26 2013/02/28 17:56:16 ulm Exp $
+
+ 28 Feb 2013; Ulrich Müller <ulm@gentoo.org> teco-1.00-r3.ebuild:
+ Fix build failure with separate tinfo library.
27 Dec 2012; Ulrich Müller <ulm@gentoo.org> teco-1.00-r3.ebuild:
Fix unpack, bug 448840.
1.14 app-editors/teco/teco-1.00-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.13&r2=1.14
Index: teco-1.00-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- teco-1.00-r3.ebuild 27 Dec 2012 17:30:11 -0000 1.13
+++ teco-1.00-r3.ebuild 28 Feb 2013 17:56:16 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.13 2012/12/27 17:30:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.14 2013/02/28 17:56:16 ulm Exp $
EAPI=3
@@ -20,7 +20,8 @@
IUSE="doc"
RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
S=${WORKDIR}
@@ -34,14 +35,17 @@
}
src_prepare() {
- sed -e 's:\$(CC):& $(LDFLAGS):;s:-ltermcap:-lncurses:' -i Makefile || die
+ local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)
+ sed -i -e "s:\$(CC):& \$(LDFLAGS):;s:-ltermcap:${pkg_config}:" \
+ Makefile || die
# bug 103257
epatch "${FILESDIR}"/${PN}-double-free.diff
epatch "${FILESDIR}"/${PN}-gcc4.patch
}
src_compile() {
- append-flags -ansi -D_POSIX_SOURCE
+ append-flags -ansi
+ append-cppflags -D_POSIX_SOURCE
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild
@ 2014-05-24 10:13 Ulrich Mueller (ulm)
0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-24 10:13 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/24 10:13:57
Modified: ChangeLog
Removed: teco-1.00-r3.ebuild
Log:
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.31 app-editors/teco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 24 May 2014 10:10:34 -0000 1.30
+++ ChangeLog 24 May 2014 10:13:56 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.30 2014/05/24 10:10:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.31 2014/05/24 10:13:56 ulm Exp $
+
+ 24 May 2014; Ulrich Müller <ulm@gentoo.org> -teco-1.00-r3.ebuild:
+ Remove old.
24 May 2014; Agostino Sarubbo <ago@gentoo.org> teco-1.00-r4.ebuild:
Stable for x86, wrt bug #507202
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-05-24 10:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 2:12 [gentoo-commits] gentoo-x86 commit in app-editors/teco: ChangeLog teco-1.00-r3.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2014-05-24 10:13 Ulrich Mueller (ulm)
2013-02-28 17:56 Ulrich Mueller (ulm)
2012-12-27 17:30 Ulrich Mueller (ulm)
2010-09-17 6:33 Ulrich Mueller (ulm)
2010-09-17 6:23 Christian Faulhammer (fauli)
2009-09-11 11:20 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox