public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libctl: ChangeLog libctl-3.0.3.ebuild
@ 2008-07-07  9:38 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-07-07  9:38 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/07/07 09:38:37

  Modified:             ChangeLog
  Added:                libctl-3.0.3.ebuild
  Log:
  Version bump. Close bug #230980
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 sci-libs/libctl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Jan 2008 14:15:40 -0000	1.10
+++ ChangeLog	7 Jul 2008 09:38:36 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libctl
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.10 2008/01/18 14:15:40 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.11 2008/07/07 09:38:36 bicatali Exp $
+
+*libctl-3.0.3 (07 Jul 2008)
+
+  07 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> +libctl-3.0.3.ebuild:
+  Version bump. Close bug #230980
 
   18 Jan 2008; Markus Dittrich <markusle@gentoo.org> libctl-2.2.ebuild,
   libctl-3.0.1.ebuild, libctl-3.0.2.ebuild:



1.1                  sci-libs/libctl/libctl-3.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild?rev=1.1&content-type=text/plain

Index: libctl-3.0.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v 1.1 2008/07/07 09:38:36 bicatali Exp $

DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
HOMEPAGE="http://ab-initio.mit.edu/libctl/"

LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"

SLOT="0"
IUSE="examples"

DEPEND=">=dev-scheme/guile-1.6"

src_compile() {
	econf --enable-shared || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	einstall || die "einstall failed"
	dodoc NEWS AUTHORS COPYRIGHT ChangeLog
	use examples && doins -r examples
}



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



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libctl: ChangeLog libctl-3.0.3.ebuild
@ 2008-11-08 18:58 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2008-11-08 18:58 UTC (permalink / raw
  To: gentoo-commits

maekke      08/11/08 18:58:13

  Modified:             ChangeLog libctl-3.0.3.ebuild
  Log:
  amd64/x86 stable, bug #245876
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)

Revision  Changes    Path
1.12                 sci-libs/libctl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Jul 2008 09:38:36 -0000	1.11
+++ ChangeLog	8 Nov 2008 18:58:13 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libctl
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.11 2008/07/07 09:38:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.12 2008/11/08 18:58:13 maekke Exp $
+
+  08 Nov 2008; Markus Meier <maekke@gentoo.org> libctl-3.0.3.ebuild:
+  amd64/x86 stable, bug #245876
 
 *libctl-3.0.3 (07 Jul 2008)
 



1.2                  sci-libs/libctl/libctl-3.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild?r1=1.1&r2=1.2

Index: libctl-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libctl-3.0.3.ebuild	7 Jul 2008 09:38:36 -0000	1.1
+++ libctl-3.0.3.ebuild	8 Nov 2008 18:58:13 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v 1.1 2008/07/07 09:38:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v 1.2 2008/11/08 18:58:13 maekke Exp $
 
 DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations"
 SRC_URI="http://ab-initio.mit.edu/libctl/${P}.tar.gz"
 HOMEPAGE="http://ab-initio.mit.edu/libctl/"
 
 LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 x86"
 
 SLOT="0"
 IUSE="examples"






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

end of thread, other threads:[~2008-11-08 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 18:58 [gentoo-commits] gentoo-x86 commit in sci-libs/libctl: ChangeLog libctl-3.0.3.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-07  9:38 Sebastien Fabbro (bicatali)

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