Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 504576

Summary: media-gfx/openscad-2014.03 version bump
Product: Gentoo Linux Reporter: Jakub Klawiter <jklawiter>
Component: Current packagesAssignee: Matthew Marlowe (RETIRED) <mattm>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: jimishol, xmw
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: openscad-2014.03 ebuild

Description Jakub Klawiter 2014-03-14 10:35:09 UTC
There is new version available here: http://files.openscad.org/openscad-2014.03.src.tar.gz 

i did try just to copy previous ebuild and change download location but it's not working here :(
Comment 1 Jakub Klawiter 2014-03-14 11:26:03 UTC
Created attachment 372642 [details]
openscad-2014.03 ebuild

OK looks like it was just wrong dependency for new version of openscad

changed the eigen to 3 and all looks good now.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-14 13:07:09 UTC
Comment on attachment 372642 [details]
openscad-2014.03 ebuild

--- openscad-2013.06.ebuild     2013-09-24 14:49:36.388038791 +0200
+++ -   2014-03-14 14:06:58.315595013 +0100
@@ -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/media-gfx/openscad/openscad-2013.06.ebuild,v 1.3 2013/09/16 09:44:38 scarabeus Exp $
+# $Header: 
 
 EAPI=5
 
@@ -8,7 +8,8 @@
 
 DESCRIPTION="The Programmers Solid 3D CAD Modeller"
 HOMEPAGE="http://www.openscad.org/"
-SRC_URI="https://openscad.googlecode.com/files/${P}.src.tar.gz"
+SRC_URI="http://files.openscad.org/${P}.src.tar.gz"
+
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,7 +21,7 @@
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        dev-qt/qtopengl:4
-       dev-cpp/eigen:2
+       dev-cpp/eigen:3
        dev-libs/gmp
        dev-libs/mpfr
        dev-libs/boost:=
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2014-05-05 14:12:06 UTC
Matthew any chance to have this bumped?
Comment 4 Matthew Marlowe (RETIRED) gentoo-dev 2014-05-05 17:56:15 UTC
thanks for bump - will get in cvs shortly.
Comment 5 Matthew Marlowe (RETIRED) gentoo-dev 2014-05-05 18:39:28 UTC
In CVS.