public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-02-04 11:51 Markus Dittrich (markusle)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Dittrich (markusle) @ 2008-02-04 11:51 UTC (permalink / raw
  To: gentoo-commits

markusle    08/02/04 11:51:34

  Modified:             ChangeLog
  Added:                libqalculate-0.9.6-r1.ebuild
  Log:
  Added patches to allow compilation against cln-1.2 (see bug #208527).
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.25                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	19 Oct 2007 20:14:56 -0000	1.24
+++ ChangeLog	4 Feb 2008 11:51:34 -0000	1.25
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/libqalculate
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.24 2007/10/19 20:14:56 nixnut Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.25 2008/02/04 11:51:34 markusle Exp $
+
+*libqalculate-0.9.6-r1 (02 Feb 2008)
+
+  02 Feb 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/libqalculate-0.9.6-cl_abort.patch,
+  +files/libqalculate-0.9.6-cln-config.patch, +libqalculate-0.9.6-r1.ebuild:
+  Added patches to allow compilation against cln-1.2 (see bug #208527).
 
   19 Oct 2007; nixnut <nixnut@gentoo.org> libqalculate-0.9.6.ebuild:
   Stable on ppc wrt bug 193455



1.1                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

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

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.1 2008/02/04 11:51:34 markusle Exp $

inherit eutils autotools

DESCRIPTION="A modern multi-purpose calculator library"
LICENSE="GPL-2"
HOMEPAGE="http://qalculate.sourceforge.net/"
SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"

SLOT="0"
IUSE="readline"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

COMMON_DEPEND=">=sci-libs/cln-1.1
	dev-libs/libxml2
	>=dev-libs/glib-2.4
	sys-libs/zlib
	readline? ( sys-libs/readline )"

DEPEND="${COMMON_DEPEND}
	>=dev-util/pkgconfig-0.12.0
	dev-util/intltool
	sys-devel/gettext"

RDEPEND="${COMMON_DEPEND}
	>=sci-visualization/gnuplot-3.7
	net-misc/wget"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-check-fix.patch
	epatch "${FILESDIR}"/${P}-cl_abort.patch
	epatch "${FILESDIR}"/${P}-cln-config.patch
	eautoconf
}

src_compile() {
	# The CLN test is buggy and will often fail though an appropriate version
	# of the library is installed.
	CONFIG="$(use_with readline) --disable-clntest"
	econf ${CONFIG} || die "Configuration failed."
	emake || die "Compilation failed."
}

src_install() {
	einstall || die "Installation failed."
	DOCS="AUTHORS ChangeLog NEWS README TODO"
	dodoc ${DOCS} || die "Documentation installation failed."
}



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



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-04-01 15:19 Markus Dittrich (markusle)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Dittrich (markusle) @ 2008-04-01 15:19 UTC (permalink / raw
  To: gentoo-commits

markusle    08/04/01 15:19:33

  Modified:             ChangeLog libqalculate-0.9.6-r1.ebuild
  Log:
  Fixed compile issues with gcc-4.3 (see bug #215572).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.26                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Feb 2008 11:51:34 -0000	1.25
+++ ChangeLog	1 Apr 2008 15:19:33 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libqalculate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.25 2008/02/04 11:51:34 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.26 2008/04/01 15:19:33 markusle Exp $
+
+  01 Apr 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/libqalculate-0.9.6-gcc4.3.patch, libqalculate-0.9.6-r1.ebuild:
+  Fixed compile issues with gcc-4.3 (see bug #215572). Thanks much to
+  <spasswolf@web.de> for his patch.
 
 *libqalculate-0.9.6-r1 (02 Feb 2008)
 



1.2                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

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

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libqalculate-0.9.6-r1.ebuild	4 Feb 2008 11:51:34 -0000	1.1
+++ libqalculate-0.9.6-r1.ebuild	1 Apr 2008 15:19:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.1 2008/02/04 11:51:34 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.2 2008/04/01 15:19:33 markusle Exp $
 
 inherit eutils autotools
 
@@ -34,6 +34,7 @@
 	epatch "${FILESDIR}"/${P}-check-fix.patch
 	epatch "${FILESDIR}"/${P}-cl_abort.patch
 	epatch "${FILESDIR}"/${P}-cln-config.patch
+	epatch "${FILESDIR}"/${P}-gcc4.3.patch
 	eautoconf
 }
 



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



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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-10-08 21:22 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-10-08 21:22 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/08 21:22:12

  Modified:             ChangeLog libqalculate-0.9.6-r1.ebuild
  Log:
  amd64/x86 stable, bug #240516
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 i686)

Revision  Changes    Path
1.27                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	1 Apr 2008 15:19:33 -0000	1.26
+++ ChangeLog	8 Oct 2008 21:22:12 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libqalculate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.26 2008/04/01 15:19:33 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.27 2008/10/08 21:22:12 maekke Exp $
+
+  08 Oct 2008; Markus Meier <maekke@gentoo.org>
+  libqalculate-0.9.6-r1.ebuild:
+  amd64/x86 stable, bug #240516
 
   01 Apr 2008; Markus Dittrich <markusle@gentoo.org>
   +files/libqalculate-0.9.6-gcc4.3.patch, libqalculate-0.9.6-r1.ebuild:



1.3                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

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

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libqalculate-0.9.6-r1.ebuild	1 Apr 2008 15:19:33 -0000	1.2
+++ libqalculate-0.9.6-r1.ebuild	8 Oct 2008 21:22:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.2 2008/04/01 15:19:33 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.3 2008/10/08 21:22:12 maekke Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 IUSE="readline"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 COMMON_DEPEND=">=sci-libs/cln-1.1
 	dev-libs/libxml2






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-10-12 15:56 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-10-12 15:56 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/10/12 15:56:42

  Modified:             ChangeLog libqalculate-0.9.6-r1.ebuild
  Log:
  Stable on ppc wrt bug 240516
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.28                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	8 Oct 2008 21:22:12 -0000	1.27
+++ ChangeLog	12 Oct 2008 15:56:42 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/libqalculate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.27 2008/10/08 21:22:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.28 2008/10/12 15:56:42 nixnut Exp $
+
+  12 Oct 2008; nixnut <nixnut@gentoo.org> libqalculate-0.9.6-r1.ebuild:
+  Stable on ppc wrt bug 240516
 
   08 Oct 2008; Markus Meier <maekke@gentoo.org>
   libqalculate-0.9.6-r1.ebuild:



1.4                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?r1=1.3&r2=1.4

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libqalculate-0.9.6-r1.ebuild	8 Oct 2008 21:22:12 -0000	1.3
+++ libqalculate-0.9.6-r1.ebuild	12 Oct 2008 15:56:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.3 2008/10/08 21:22:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.4 2008/10/12 15:56:42 nixnut Exp $
 
 inherit eutils autotools
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 IUSE="readline"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 COMMON_DEPEND=">=sci-libs/cln-1.1
 	dev-libs/libxml2






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-11-02  8:55 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2008-11-02  8:55 UTC (permalink / raw
  To: gentoo-commits

vapier      08/11/02 08:55:53

  Modified:             ChangeLog libqalculate-0.9.6-r1.ebuild
  Log:
  Add ppc64 love for KDE 4.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.29                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	12 Oct 2008 15:56:42 -0000	1.28
+++ ChangeLog	2 Nov 2008 08:55:52 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libqalculate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.28 2008/10/12 15:56:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.29 2008/11/02 08:55:52 vapier Exp $
+
+  02 Nov 2008; Mike Frysinger <vapier@gentoo.org>
+  libqalculate-0.9.6-r1.ebuild:
+  Add ppc64 love for KDE 4.
 
   12 Oct 2008; nixnut <nixnut@gentoo.org> libqalculate-0.9.6-r1.ebuild:
   Stable on ppc wrt bug 240516



1.5                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?r1=1.4&r2=1.5

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libqalculate-0.9.6-r1.ebuild	12 Oct 2008 15:56:42 -0000	1.4
+++ libqalculate-0.9.6-r1.ebuild	2 Nov 2008 08:55:52 -0000	1.5
@@ -1,29 +1,27 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.4 2008/10/12 15:56:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.5 2008/11/02 08:55:52 vapier Exp $
 
 inherit eutils autotools
 
 DESCRIPTION="A modern multi-purpose calculator library"
-LICENSE="GPL-2"
 HOMEPAGE="http://qalculate.sourceforge.net/"
 SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
 
+LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="readline"
-KEYWORDS="amd64 ppc ~sparc x86"
 
 COMMON_DEPEND=">=sci-libs/cln-1.1
 	dev-libs/libxml2
 	>=dev-libs/glib-2.4
 	sys-libs/zlib
 	readline? ( sys-libs/readline )"
-
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/pkgconfig-0.12.0
 	dev-util/intltool
 	sys-devel/gettext"
-
 RDEPEND="${COMMON_DEPEND}
 	>=sci-visualization/gnuplot-3.7
 	net-misc/wget"






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild
@ 2008-11-30 21:14 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 6+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-11-30 21:14 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/11/30 21:14:58

  Modified:             ChangeLog libqalculate-0.9.6-r1.ebuild
  Log:
  Stable on sparc, bug #240516
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.30                 sci-libs/libqalculate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	2 Nov 2008 08:55:52 -0000	1.29
+++ ChangeLog	30 Nov 2008 21:14:58 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libqalculate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.29 2008/11/02 08:55:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.30 2008/11/30 21:14:58 bluebird Exp $
+
+  30 Nov 2008; Friedrich Oslage <bluebird@gentoo.org>
+  libqalculate-0.9.6-r1.ebuild:
+  Stable on sparc, bug #240516
 
   02 Nov 2008; Mike Frysinger <vapier@gentoo.org>
   libqalculate-0.9.6-r1.ebuild:



1.6                  sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild?r1=1.5&r2=1.6

Index: libqalculate-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libqalculate-0.9.6-r1.ebuild	2 Nov 2008 08:55:52 -0000	1.5
+++ libqalculate-0.9.6-r1.ebuild	30 Nov 2008 21:14:58 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.5 2008/11/02 08:55:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r1.ebuild,v 1.6 2008/11/30 21:14:58 bluebird Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="readline"
 
 COMMON_DEPEND=">=sci-libs/cln-1.1






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

end of thread, other threads:[~2008-11-30 21:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02  8:55 [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate: ChangeLog libqalculate-0.9.6-r1.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-30 21:14 Friedrich Oslage (bluebird)
2008-10-12 15:56 Gysbert Wassenaar (nixnut)
2008-10-08 21:22 Markus Meier (maekke)
2008-04-01 15:19 Markus Dittrich (markusle)
2008-02-04 11:51 Markus Dittrich (markusle)

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