public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: ChangeLog qalculate-currency-0.9.4-r2.ebuild
@ 2008-02-04 14:08 Markus Dittrich (markusle)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Dittrich (markusle) @ 2008-02-04 14:08 UTC (permalink / raw
  To: gentoo-commits

markusle    08/02/04 14:08:10

  Modified:             ChangeLog
  Added:                qalculate-currency-0.9.4-r2.ebuild
  Log:
  Added patches to allow compilation against cln-1.2 (see bug #208527).
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.12                 sci-calculators/qalculate-currency/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	12 Jan 2008 12:19:36 -0000	1.11
+++ ChangeLog	4 Feb 2008 14:08:09 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for sci-calculators/qalculate-currency
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.11 2008/01/12 12:19:36 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.12 2008/02/04 14:08:09 markusle Exp $
+
+*qalculate-currency-0.9.4-r2 (04 Feb 2008)
+
+  04 Feb 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/qalculate-currency-0.9.4-cln-config.patch,
+  +qalculate-currency-0.9.4-r2.ebuild:
+  Added patches to allow compilation against cln-1.2 (see bug #208527).
 
   12 Jan 2008; Markus Dittrich <markusle@gentoo.org>
   qalculate-currency-0.9.4.ebuild, qalculate-currency-0.9.4-r1.ebuild:



1.1                  sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: qalculate-currency-0.9.4-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.1 2008/02/04 14:08:09 markusle Exp $

inherit autotools

DESCRIPTION="A GTK+ currency converter"
LICENSE="GPL-2"
HOMEPAGE="http://qalculate.sourceforge.net/"
SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"

SLOT="0"
IUSE="nls"
KEYWORDS="~amd64 ~x86"

DEPEND=">=sci-libs/libqalculate-0.9.6-r1
	>=x11-libs/gtk+-2.4
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"

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

src_compile() {
	econf --disable-clntest || die "Configuration failed."
	emake || die "Compilation failed."
}

src_install() {
	make install DESTDIR="${D}" || die "Installation failed."
	dodoc AUTHORS ChangeLog README || die "Failed to install documentation."
}



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



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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: ChangeLog qalculate-currency-0.9.4-r2.ebuild
@ 2010-02-01 22:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-01 22:45 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/01 22:45:08

  Modified:             ChangeLog qalculate-currency-0.9.4-r2.ebuild
  Log:
  stable x86, bug 302629
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.14                 sci-calculators/qalculate-currency/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Apr 2008 13:35:48 -0000	1.13
+++ ChangeLog	1 Feb 2010 22:45:08 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/qalculate-currency
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.13 2008/04/21 13:35:48 markusle Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.14 2010/02/01 22:45:08 fauli Exp $
+
+  01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  qalculate-currency-0.9.4-r2.ebuild:
+  stable x86, bug 302629
 
   21 Apr 2008; Markus Dittrich <markusle@gentoo.org>
   qalculate-currency-0.9.4.ebuild, qalculate-currency-0.9.4-r1.ebuild,



1.3                  sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild

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

Index: qalculate-currency-0.9.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qalculate-currency-0.9.4-r2.ebuild	21 Apr 2008 13:35:48 -0000	1.2
+++ qalculate-currency-0.9.4-r2.ebuild	1 Feb 2010 22:45:08 -0000	1.3
@@ -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/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.2 2008/04/21 13:35:48 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.3 2010/02/01 22:45:08 fauli Exp $
 
 inherit autotools
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 IUSE="nls"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND=">=sci-libs/libqalculate-0.9.6-r1
 	>=x11-libs/gtk+-2.4






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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: ChangeLog qalculate-currency-0.9.4-r2.ebuild
@ 2011-03-02 13:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 13:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 13:30:09

  Modified:             ChangeLog qalculate-currency-0.9.4-r2.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sci-calculators/qalculate-currency/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Feb 2010 22:45:08 -0000	1.14
+++ ChangeLog	2 Mar 2011 13:30:09 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/qalculate-currency
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.14 2010/02/01 22:45:08 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.15 2011/03/02 13:30:09 jlec Exp $
+
+  02 Mar 2011; Justin Lecher <jlec@gentoo.org>
+  qalculate-currency-0.9.4-r2.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
   01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   qalculate-currency-0.9.4-r2.ebuild:



1.4                  sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?r1=1.3&r2=1.4

Index: qalculate-currency-0.9.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qalculate-currency-0.9.4-r2.ebuild	1 Feb 2010 22:45:08 -0000	1.3
+++ qalculate-currency-0.9.4-r2.ebuild	2 Mar 2011 13:30:09 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.3 2010/02/01 22:45:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.4 2011/03/02 13:30:09 jlec Exp $
+
+EAPI="1"
 
 inherit autotools
 
@@ -13,8 +15,9 @@
 IUSE="nls"
 KEYWORDS="~amd64 x86"
 
-RDEPEND=">=sci-libs/libqalculate-0.9.6-r1
-	>=x11-libs/gtk+-2.4
+RDEPEND="
+	>=sci-libs/libqalculate-0.9.6-r1
+	x11-libs/gtk+:2
 	nls? ( sys-devel/gettext )"
 
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: ChangeLog qalculate-currency-0.9.4-r2.ebuild
@ 2012-04-26 15:59 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-26 15:59 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/26 15:59:35

  Modified:             ChangeLog qalculate-currency-0.9.4-r2.ebuild
  Log:
  sci-calculators/qalculate-currency: Move to EAPI=4
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sci-calculators/qalculate-currency/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Mar 2011 13:30:09 -0000	1.15
+++ ChangeLog	26 Apr 2012 15:59:35 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sci-calculators/qalculate-currency
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.15 2011/03/02 13:30:09 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.16 2012/04/26 15:59:35 jlec Exp $
+
+  26 Apr 2012; Justin Lecher <jlec@gentoo.org>
+  qalculate-currency-0.9.4-r2.ebuild:
+  Move to EAPI=4
 
   02 Mar 2011; Justin Lecher <jlec@gentoo.org>
   qalculate-currency-0.9.4-r2.ebuild:



1.5                  sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild?r1=1.4&r2=1.5

Index: qalculate-currency-0.9.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qalculate-currency-0.9.4-r2.ebuild	2 Mar 2011 13:30:09 -0000	1.4
+++ qalculate-currency-0.9.4-r2.ebuild	26 Apr 2012 15:59:35 -0000	1.5
@@ -1,41 +1,32 @@
-# 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/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.4 2011/03/02 13:30:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.5 2012/04/26 15:59:35 jlec Exp $
 
-EAPI="1"
+EAPI=4
 
 inherit autotools
 
 DESCRIPTION="A GTK+ currency converter"
-LICENSE="GPL-2"
 HOMEPAGE="http://qalculate.sourceforge.net/"
 SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
 
 SLOT="0"
+LICENSE="GPL-2"
 IUSE="nls"
 KEYWORDS="~amd64 x86"
 
 RDEPEND="
-	>=sci-libs/libqalculate-0.9.6-r1
+	sci-libs/libqalculate
 	x11-libs/gtk+:2
 	nls? ( sys-devel/gettext )"
-
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-cln-config.patch
 	eautoconf
 }
 
-src_compile() {
-	econf --disable-clntest || die "Configuration failed."
-	emake || die "Compilation failed."
-}
-
-src_install() {
-	make install DESTDIR="${D}" || die "Installation failed."
-	dodoc AUTHORS ChangeLog README || die "Failed to install documentation."
+src_configure() {
+	econf --disable-clntest
 }






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

end of thread, other threads:[~2012-04-26 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 15:59 [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: ChangeLog qalculate-currency-0.9.4-r2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02 13:30 Justin Lecher (jlec)
2010-02-01 22:45 Christian Faulhammer (fauli)
2008-02-04 14:08 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