Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543258 - media-gfx/phototonic-1.5.54 version bump
Summary: media-gfx/phototonic-1.5.54 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: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-14 07:51 UTC by Franz Trischberger
Modified: 2015-03-15 09:48 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2015-03-14 07:51:15 UTC
That version is not tagged in git but linked for download at http://oferkv.github.io/phototonic
Here is the diff:


--- phototonic-1.5.ebuild 2014-12-15 15:08:30.000000000 +0100
+++ phototonic-1.5.54.ebuild    2015-03-14 08:40:41.135790017 +0100
@@ -3,6 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v 1.2 2014/12/15 14:08:30 yngwin Exp $
 
 EAPI=5
+
 inherit qmake-utils
 
 DESCRIPTION="Image viewer and organizer"
@@ -12,7 +13,9 @@
        EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
        KEYWORDS=""
 else
-       SRC_URI="https://github.com/oferkv/phototonic/archive/v${PV}.tar.gz"
+       VERSION_HASH="06e2f123ac1f8f368dcb4db641c05d92f69f966b"
+       SRC_URI="https://github.com/oferkv/phototonic/archive/${VERSION_HASH}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/${PN}-${VERSION_HASH}"
        KEYWORDS="~amd64 ~x86"
 fi
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2015-03-15 09:48:34 UTC
Done. Thanks for reporting!