public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/esh: ChangeLog esh-0.8.5.ebuild
@ 2008-12-30 20:43 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2008-12-30 20:43 UTC (permalink / raw
  To: gentoo-commits

angelos     08/12/30 20:43:29

  Modified:             ChangeLog esh-0.8.5.ebuild
  Log:
  QA: Respect CC (bug 243700)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.18                 app-shells/esh/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	15 May 2007 09:27:31 -0000	1.17
+++ ChangeLog	30 Dec 2008 20:43:29 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/esh
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.17 2007/05/15 09:27:31 bangert Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.18 2008/12/30 20:43:29 angelos Exp $
+
+  30 Dec 2008; Christoph Mende <angelos@gentoo.org> esh-0.8.5.ebuild:
+  QA: Respect CC (bug 243700)
 
   15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.17                 app-shells/esh/esh-0.8.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?r1=1.16&r2=1.17

Index: esh-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- esh-0.8.5.ebuild	24 Apr 2005 02:54:34 -0000	1.16
+++ esh-0.8.5.ebuild	30 Dec 2008 20:43:29 -0000	1.17
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.16 2005/04/24 02:54:34 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.17 2008/12/30 20:43:29 angelos Exp $
+
+inherit toolchain-funcs
 
 DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
 HOMEPAGE="http://slon.ttk.ru/esh/"
@@ -11,22 +13,21 @@
 KEYWORDS="x86 ppc sparc"
 IUSE=""
 
-DEPEND="virtual/libc
-	>=sys-libs/ncurses-5.1
+DEPEND=">=sys-libs/ncurses-5.1
 	>=sys-libs/readline-4.1"
 
 S=${WORKDIR}/${PN}
 
 src_compile() {
 	sed -i \
-		-e "s:^CFLAGS=:CFLAGS=${CFLAGS/-fomit-frame-pointer/} :" \
+		-e "/^CFLAGS/s/-g/${CFLAGS}/" \
 		-e "s:^LIB=:LIB=-lncurses :" \
 		-e "s:-ltermcap::" \
 		Makefile
 	# For some reason, this tarball has binary files in it for x86.
 	# Make clean so we can rebuild for our arch and optimization.
-	make clean
-	make || die
+	emake clean
+	emake CC="$(tc-getCC)" || die "emake failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/esh: ChangeLog esh-0.8.5.ebuild
@ 2010-06-15 16:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-15 16:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/06/15 16:31:28

  Modified:             ChangeLog esh-0.8.5.ebuild
  Log:
  Fix documentation typo wrt bug #314107. Keyworded for amd64
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-shells/esh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	30 Dec 2008 20:43:29 -0000	1.18
+++ ChangeLog	15 Jun 2010 16:31:28 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/esh
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.18 2008/12/30 20:43:29 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.19 2010/06/15 16:31:28 hwoarang Exp $
+
+  15 Jun 2010; Markos Chandras <hwoarang@gentoo.org> esh-0.8.5.ebuild:
+  Fix documentation typo wrt bug #314107.Keyworded for amd64
 
   30 Dec 2008; Christoph Mende <angelos@gentoo.org> esh-0.8.5.ebuild:
   QA: Respect CC (bug 243700)



1.18                 app-shells/esh/esh-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild?r1=1.17&r2=1.18

Index: esh-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- esh-0.8.5.ebuild	30 Dec 2008 20:43:29 -0000	1.17
+++ esh-0.8.5.ebuild	15 Jun 2010 16:31:28 -0000	1.18
@@ -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-shells/esh/esh-0.8.5.ebuild,v 1.17 2008/12/30 20:43:29 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.18 2010/06/15 16:31:28 hwoarang Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86 ppc sparc"
+KEYWORDS="~amd64 x86 ppc sparc"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.1
@@ -33,7 +33,7 @@
 src_install() {
 	dobin esh || die
 	doinfo doc/esh.info
-	dodoc CHANGELOG CREDITS GC_README HEADER READLNE-HACKS TODO
+	dodoc CHANGELOG CREDITS GC_README HEADER READLINE-HACKS TODO
 	dohtml doc/*.html
 	docinto examples
 	dodoc examples/*






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/esh: ChangeLog esh-0.8.5.ebuild
@ 2012-05-10 15:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 15:20 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/10 15:20:04

  Modified:             ChangeLog
  Removed:              esh-0.8.5.ebuild
  Log:
  Remove old
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-shells/esh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/esh/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	18 Mar 2012 15:36:43 -0000	1.23
+++ ChangeLog	10 May 2012 15:20:04 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/esh
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.23 2012/03/18 15:36:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.24 2012/05/10 15:20:04 ago Exp $
+
+  10 May 2012; Agostino Sarubbo <ago@gentoo.org> -esh-0.8.5.ebuild:
+  Remove old
 
   18 Mar 2012; Raúl Porcel <armin76@gentoo.org> esh-0.8.5.ebuild,
   esh-0.8.5-r1.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-10 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 15:20 [gentoo-commits] gentoo-x86 commit in app-shells/esh: ChangeLog esh-0.8.5.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-15 16:31 Markos Chandras (hwoarang)
2008-12-30 20:43 Christoph Mende (angelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox