Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401521 - media-gfx/dispcalgui-0.8.5.2 version bump
Summary: media-gfx/dispcalgui-0.8.5.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marios Andreopoulos
URL: http://dispcalgui.hoech.net/#download
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 14:17 UTC by Michael Weber (RETIRED)
Modified: 2012-02-01 21:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for dispcalGUI 0.8.5.2 (dispcalgui-0.8.5.2.ebuild,1.66 KB, text/plain)
2012-01-30 20:13 UTC, Marios Andreopoulos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2012-01-30 14:17:49 UTC
thanks
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-01-30 15:53:24 UTC
and __PLEASE__ 

--- /usr/portage/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild 2011-12-30 10:16:57.000000000 +0100
+++ dispcalgui-0.8.5.2.ebuild   2012-01-30 16:52:37.839957764 +0100
@@ -14,7 +14,7 @@
 
 DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
 HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dispcalgui.hoech.net/download.php?version=${PV}&suffix=.tar.gz"
+SRC_URI="http://dispcalgui.hoech.net/download.php?version=${PV}&suffix=.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
Comment 2 Michael Weber (RETIRED) gentoo-dev 2012-01-30 15:55:39 UTC
@@ -5,7 +5,7 @@
 EAPI="2"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 
 inherit distutils fdo-mime
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-01-30 17:58:47 UTC
(In reply to comment #1)
> and __PLEASE__ 

Hey, relax please. No need to write with capital letters. Reassigning bug
Comment 4 Marios Andreopoulos 2012-01-30 20:13:11 UTC
Created attachment 300459 [details]
ebuild for dispcalGUI 0.8.5.2

updated ebuild for dispcalGUI 0.8.5.2

I only added the RESTRICT_PYTHON_ABIS changed suggested by Michael Weber.

@Michael Weber
The change you suggest for the source code URL doesn't work, because the server, in order to allow you download the file, expects you to first hit the php URL in order to get a session cookie.
Comment 5 Michael Weber (RETIRED) gentoo-dev 2012-02-01 00:24:05 UTC
(In reply to comment #4)
> @Michael Weber
> The change you suggest for the source code URL doesn't work, because the
> server, in order to allow you download the file, expects you to first hit the
> php URL in order to get a session cookie.

Markos or I could put it on the mirrors with an correct/sane filename.
(by uploading them to  dev.gentoo.org:/space/distfiles-local/, the ebuild would read mirror://gentoo/{P}.tar.gz).

"download.php?version=0.8.1.9&suffix=.tar.gz" is a pretty unspecific filename.

my 2 cents
Comment 6 Michael Weber (RETIRED) gentoo-dev 2012-02-01 00:25:08 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > and __PLEASE__ 
> 
> Hey, relax please. No need to write with capital letters. Reassigning bug

I didn't want to offend you or Mario, sorry.
Comment 7 Marios Andreopoulos 2012-02-01 20:36:24 UTC
(In reply to comment #6)
> (In reply to comment #3)
> > (In reply to comment #1)
> > > and __PLEASE__ 
> > 
> > Hey, relax please. No need to write with capital letters. Reassigning bug
> 
> I didn't want to offend you or Mario, sorry.

No offense taken. :-)

The thing is that Markos acts as a proxy maintainer, so I don't want to give him any tasks more than the absolutely necessary.

But if any of you wants to upload the source code to Gentoo's servers, of course it isn't a problem for me. 
I can post the link to the source code and adjust the ebuild from now on.
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2012-02-01 21:10:36 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > (In reply to comment #3)
> > > (In reply to comment #1)
> > > > and __PLEASE__ 
> > > 
> > > Hey, relax please. No need to write with capital letters. Reassigning bug
> > 
> > I didn't want to offend you or Mario, sorry.
> 
> No offense taken. :-)
> 
> The thing is that Markos acts as a proxy maintainer, so I don't want to give
> him any tasks more than the absolutely necessary.
> 
> But if any of you wants to upload the source code to Gentoo's servers, of
> course it isn't a problem for me. 
> I can post the link to the source code and adjust the ebuild from now on.

No problem :). It is GPL-3 so I hosted it in my devspace

Thanks for the ebuild