* [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-1.2.1.ebuild ChangeLog
@ 2013-06-08 2:45 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-06-08 2:45 UTC (permalink / raw
To: gentoo-commits
patrick 13/06/08 02:45:31
Modified: fityk-1.2.1.ebuild ChangeLog
Log:
Fix swig dependency and quoting
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 sci-visualization/fityk/fityk-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.1&r2=1.2
Index: fityk-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fityk-1.2.1.ebuild 7 Jun 2013 22:48:09 -0000 1.1
+++ fityk-1.2.1.ebuild 8 Jun 2013 02:45:31 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.1 2013/06/07 22:48:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.2 2013/06/08 02:45:31 patrick Exp $
EAPI=5
@@ -30,7 +30,7 @@
wxwidgets? ( >=x11-libs/wxGTK-2.9.2 )"
DEPEND="${CDEPEND}
dev-libs/boost
- dev-util/swig"
+ dev-lang/swig"
RDEPEND="${CDEPEND}
gnuplot? ( sci-visualization/gnuplot )"
@@ -60,7 +60,7 @@
python_copy_sources
if use python; then
python_compilation() {
- pushd ${BUILD_DIR}/fityk
+ pushd "${BUILD_DIR}"/fityk
einfo "in ${PWD}"
emake swig/_fityk.la
popd
@@ -73,7 +73,7 @@
autotools-utils_src_install
if use python; then
python_installation() {
- pushd ${BUILD_DIR}/fityk
+ pushd "${BUILD_DIR}"/fityk
emake DESTDIR="${D}" install-pyexecLTLIBRARIES
popd
}
1.22 sci-visualization/fityk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 Jun 2013 22:48:09 -0000 1.21
+++ ChangeLog 8 Jun 2013 02:45:31 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/fityk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.21 2013/06/07 22:48:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.22 2013/06/08 02:45:31 patrick Exp $
+
+ 08 Jun 2013; Patrick Lauer <patrick@gentoo.org> fityk-1.2.1.ebuild:
+ Fix swig dependency and quoting
*fityk-1.2.1 (07 Jun 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-1.2.1.ebuild ChangeLog
@ 2014-11-28 21:37 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-28 21:37 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/28 21:37:36
Modified: fityk-1.2.1.ebuild ChangeLog
Log:
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 sci-visualization/fityk/fityk-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.2&r2=1.3
Index: fityk-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fityk-1.2.1.ebuild 8 Jun 2013 02:45:31 -0000 1.2
+++ fityk-1.2.1.ebuild 28 Nov 2014 21:37:36 -0000 1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.2 2013/06/08 02:45:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.3 2014/11/28 21:37:36 pacho Exp $
EAPI=5
WX_GTK_VER="2.9"
GITHUB_USER="wojdyr"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit autotools-utils fdo-mime python-r1 wxwidgets
@@ -27,7 +27,7 @@
nlopt? ( sci-libs/nlopt )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline )
- wxwidgets? ( >=x11-libs/wxGTK-2.9.2 )"
+ wxwidgets? ( >=x11-libs/wxGTK-2.9.2:2.9 )"
DEPEND="${CDEPEND}
dev-libs/boost
dev-lang/swig"
1.23 sci-visualization/fityk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 8 Jun 2013 02:45:31 -0000 1.22
+++ ChangeLog 28 Nov 2014 21:37:36 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/fityk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.22 2013/06/08 02:45:31 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.23 2014/11/28 21:37:36 pacho Exp $
+
+ 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> fityk-1.2.1.ebuild:
+ Support python 3.4
08 Jun 2013; Patrick Lauer <patrick@gentoo.org> fityk-1.2.1.ebuild:
Fix swig dependency and quoting
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-1.2.1.ebuild ChangeLog
@ 2015-04-08 18:23 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:23 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 18:23:57
Modified: fityk-1.2.1.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 sci-visualization/fityk/fityk-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.3&r2=1.4
Index: fityk-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fityk-1.2.1.ebuild 28 Nov 2014 21:37:36 -0000 1.3
+++ fityk-1.2.1.ebuild 8 Apr 2015 18:23:57 -0000 1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.3 2014/11/28 21:37:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.4 2015/04/08 18:23:57 mgorny Exp $
EAPI=5
WX_GTK_VER="2.9"
GITHUB_USER="wojdyr"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit autotools-utils fdo-mime python-r1 wxwidgets
1.24 sci-visualization/fityk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 28 Nov 2014 21:37:36 -0000 1.23
+++ ChangeLog 8 Apr 2015 18:23:57 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/fityk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.23 2014/11/28 21:37:36 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.24 2015/04/08 18:23:57 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fityk-1.2.1.ebuild:
+ Drop old Python implementations
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> fityk-1.2.1.ebuild:
Support python 3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-08 18:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:23 [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-1.2.1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-11-28 21:37 Pacho Ramos (pacho)
2013-06-08 2:45 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox