public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-scheme/escm: escm-1.1.ebuild ChangeLog
@ 2008-06-19 15:21 Akinori Hattori (hattya)
  0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori (hattya) @ 2008-06-19 15:21 UTC (permalink / raw
  To: gentoo-commits

hattya      08/06/19 15:21:06

  Modified:             escm-1.1.ebuild ChangeLog
  Log:
  fixes bug #226561.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  dev-scheme/escm/escm-1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?r1=1.5&r2=1.6

Index: escm-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- escm-1.1.ebuild	10 Jan 2007 19:36:36 -0000	1.5
+++ escm-1.1.ebuild	19 Jun 2008 15:21:05 -0000	1.6
@@ -1,12 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.5 2007/01/10 19:36:36 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.6 2008/06/19 15:21:05 hattya Exp $
+
+inherit autotools
 
 IUSE=""
 
 DESCRIPTION="escm - Embedded Scheme Processor"
-HOMEPAGE="http://www.shiro.dreamhost.com/scheme/vault/escm.html"
-SRC_URI="http://www.shiro.dreamhost.com/scheme/vault/${P}.tar.gz"
+HOMEPAGE="http://practical-scheme.net/vault/escm.html"
+SRC_URI="http://practical-scheme.net/vault/${P}.tar.gz"
 
 LICENSE="BSD"
 KEYWORDS="x86"
@@ -21,10 +23,10 @@
 src_unpack() {
 
 	unpack ${A}
+	cd "${S}"
 
-	cd ${S}
 	sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in
-	autoconf
+	eautoconf
 
 }
 



1.6                  dev-scheme/escm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/escm/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Feb 2007 01:25:00 -0000	1.5
+++ ChangeLog	19 Jun 2008 15:21:05 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-scheme/escm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.5 2007/02/22 01:25:00 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.6 2008/06/19 15:21:05 hattya Exp $
+
+  19 Jun 2008; Akinori Hattori <hattya@gentoo.org> escm-1.1.ebuild:
+  fixes bug #226561.
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-scheme/escm: escm-1.1.ebuild ChangeLog
@ 2012-11-09 18:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-09 18:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/09 18:52:40

  Modified:             escm-1.1.ebuild ChangeLog
  Log:
  Add ~amd64, wrt bug #442132
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-scheme/escm/escm-1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?r1=1.7&r2=1.8

Index: escm-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- escm-1.1.ebuild	23 Aug 2011 12:38:30 -0000	1.7
+++ escm-1.1.ebuild	9 Nov 2012 18:52:39 -0000	1.8
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.7 2011/08/23 12:38:30 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.8 2012/11/09 18:52:39 ago Exp $
 
 EAPI="4"
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 DESCRIPTION="escm - Embedded Scheme Processor"
 HOMEPAGE="http://practical-scheme.net/vault/escm.html"
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="|| (
@@ -22,8 +22,9 @@
 S="${WORKDIR}/${PN}"
 
 src_prepare() {
-	sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in
+	sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in || die
 	eautoconf
+	tc-export CC
 }
 
 src_install() {



1.8                  dev-scheme/escm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Aug 2011 12:38:30 -0000	1.7
+++ ChangeLog	9 Nov 2012 18:52:39 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-scheme/escm
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.7 2011/08/23 12:38:30 hattya Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.8 2012/11/09 18:52:39 ago Exp $
+
+  09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> escm-1.1.ebuild:
+  Add ~amd64, wrt bug #442132
 
   23 Aug 2011; Akinori Hattori <hattya@gentoo.org> escm-1.1.ebuild:
   update to EAPI 4.
@@ -25,4 +28,3 @@
   04 Jun 2005; Akinori Hattori <hattya@gentoo.org> +metadata.xml,
   +escm-1.1.ebuild:
   Initial revision. fixes bug #30253.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-scheme/escm: escm-1.1.ebuild ChangeLog
@ 2014-11-15 13:53 Akinori Hattori (hattya)
  0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori (hattya) @ 2014-11-15 13:53 UTC (permalink / raw
  To: gentoo-commits

hattya      14/11/15 13:53:37

  Modified:             escm-1.1.ebuild ChangeLog
  Log:
  update to EAPI 5
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.9                  dev-scheme/escm/escm-1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild?r1=1.8&r2=1.9

Index: escm-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- escm-1.1.ebuild	9 Nov 2012 18:52:39 -0000	1.8
+++ escm-1.1.ebuild	15 Nov 2014 13:53:37 -0000	1.9
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.8 2012/11/09 18:52:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/escm-1.1.ebuild,v 1.9 2014/11/15 13:53:37 hattya Exp $
 
-EAPI="4"
+EAPI="5"
 
 inherit autotools toolchain-funcs
 
@@ -22,7 +22,7 @@
 S="${WORKDIR}/${PN}"
 
 src_prepare() {
-	sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in || die
+	sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in
 	eautoconf
 	tc-export CC
 }



1.9                  dev-scheme/escm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/escm/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	9 Nov 2012 18:52:39 -0000	1.8
+++ ChangeLog	15 Nov 2014 13:53:37 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-scheme/escm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.8 2012/11/09 18:52:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/escm/ChangeLog,v 1.9 2014/11/15 13:53:37 hattya Exp $
+
+  15 Nov 2014; Akinori Hattori <hattya@gentoo.org> escm-1.1.ebuild:
+  update to EAPI 5
 
   09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> escm-1.1.ebuild:
   Add ~amd64, wrt bug #442132





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

end of thread, other threads:[~2014-11-15 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 18:52 [gentoo-commits] gentoo-x86 commit in dev-scheme/escm: escm-1.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-15 13:53 Akinori Hattori (hattya)
2008-06-19 15:21 Akinori Hattori (hattya)

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