public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-scheme/gauche: gauche-0.9.2.ebuild ChangeLog
@ 2011-08-13  7:29 Akinori Hattori (hattya)
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2011-08-13  7:29 UTC (permalink / raw
  To: gentoo-commits

hattya      11/08/13 07:29:17

  Modified:             ChangeLog
  Added:                gauche-0.9.2.ebuild
  Log:
  new upstream release.
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.30                 dev-scheme/gauche/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	11 Aug 2011 17:02:21 -0000	1.29
+++ ChangeLog	13 Aug 2011 07:29:17 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-scheme/gauche
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v 1.29 2011/08/11 17:02:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v 1.30 2011/08/13 07:29:17 hattya Exp $
+
+*gauche-0.9.2 (13 Aug 2011)
+
+  13 Aug 2011; Akinori Hattori <hattya@gentoo.org> +gauche-0.9.2.ebuild:
+  new upstream release.
 
   11 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> gauche-0.9.1.ebuild:
   Marked ~ppc64 wrt #316471 by Stephen Lewis <lewis+gentoo@freeshell.org>



1.1                  dev-scheme/gauche/gauche-0.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/gauche/gauche-0.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/gauche/gauche-0.9.2.ebuild?rev=1.1&content-type=text/plain

Index: gauche-0.9.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/gauche-0.9.2.ebuild,v 1.1 2011/08/13 07:29:17 hattya Exp $

EAPI="4"

inherit autotools eutils

MY_P="${P/g/G}"

DESCRIPTION="A Unix system friendly Scheme Interpreter"
HOMEPAGE="http://practical-scheme.net/gauche/"
SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="ipv6"

RDEPEND="sys-libs/gdbm"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-rpath.diff
	epatch "${FILESDIR}"/${PN}-gauche.m4.diff
	epatch "${FILESDIR}"/${PN}-ext-ldflags.diff
	epatch "${FILESDIR}"/${PN}-xz-info.diff
	eautoconf
}

src_configure() {
	econf \
		$(use_enable ipv6) \
		--with-slib="${EPREFIX}"/usr/share/slib
}

src_compile() {
	emake -j1
}

src_test() {
	emake -j1 -s check
}

src_install() {
	emake DESTDIR="${D}" install-pkg install-doc
	dodoc AUTHORS ChangeLog HACKING README
}






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

* [gentoo-commits] gentoo-x86 commit in dev-scheme/gauche: gauche-0.9.2.ebuild ChangeLog
@ 2012-05-26 10:18 Akinori Hattori (hattya)
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2012-05-26 10:18 UTC (permalink / raw
  To: gentoo-commits

hattya      12/05/26 10:18:38

  Modified:             gauche-0.9.2.ebuild ChangeLog
  Log:
  stable on x86.
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-scheme/gauche/gauche-0.9.2.ebuild

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

Index: gauche-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gauche/gauche-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gauche-0.9.2.ebuild	13 Aug 2011 07:29:17 -0000	1.1
+++ gauche-0.9.2.ebuild	26 May 2012 10:18:38 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/gauche/gauche-0.9.2.ebuild,v 1.1 2011/08/13 07:29:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/gauche-0.9.2.ebuild,v 1.2 2012/05/26 10:18:38 hattya Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="ipv6"
 
 RDEPEND="sys-libs/gdbm"



1.35                 dev-scheme/gauche/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 May 2012 10:04:15 -0000	1.34
+++ ChangeLog	26 May 2012 10:18:38 -0000	1.35
@@ -1,10 +1,9 @@
 # ChangeLog for dev-scheme/gauche
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v 1.34 2012/05/26 10:04:15 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche/ChangeLog,v 1.35 2012/05/26 10:18:38 hattya Exp $
 
-  26 May 2012; Akinori Hattori <hattya@gentoo.org> +gauche-0.9.3.2.ebuild,
-  +files/gauche-0.9.3.2-Makefile.diff, +files/gauche-rfc.tls.diff:
-  new upstream release.
+  26 May 2012; Akinori Hattori <hattya@gentoo.org> gauche-0.9.2.ebuild:
+  stable on x86.
 
 *gauche-0.9.3.2 (26 May 2012)
 






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13  7:29 [gentoo-commits] gentoo-x86 commit in dev-scheme/gauche: gauche-0.9.2.ebuild ChangeLog Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-26 10:18 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