diff options
author | Sven Wegener <swegener@gentoo.org> | 2015-04-18 12:43:25 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2015-04-18 12:43:25 +0000 |
commit | 984b8b528b84c23f5599141ea709f6ea553d1c44 (patch) | |
tree | d4febbda920eebbecd408970638ac366dbab394f /media-gfx | |
parent | Rename distfile to include package name. (diff) | |
download | gentoo-2-984b8b528b84c23f5599141ea709f6ea553d1c44.tar.gz gentoo-2-984b8b528b84c23f5599141ea709f6ea553d1c44.tar.bz2 gentoo-2-984b8b528b84c23f5599141ea709f6ea553d1c44.zip |
Rename distfile to include package name.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/phototonic/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/phototonic/phototonic-1.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/phototonic/ChangeLog b/media-gfx/phototonic/ChangeLog index 0d01a7be03cc..32511036af7b 100644 --- a/media-gfx/phototonic/ChangeLog +++ b/media-gfx/phototonic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/phototonic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.3 2015/03/15 09:42:43 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/ChangeLog,v 1.4 2015/04/18 12:43:25 swegener Exp $ + + 18 Apr 2015; Sven Wegener <swegener@gentoo.org> phototonic-1.5.ebuild: + Rename distfile to include package name. *phototonic-1.5.54 (15 Mar 2015) diff --git a/media-gfx/phototonic/phototonic-1.5.ebuild b/media-gfx/phototonic/phototonic-1.5.ebuild index a25cc2f046b1..be08fe4b1dd5 100644 --- a/media-gfx/phototonic/phototonic-1.5.ebuild +++ b/media-gfx/phototonic/phototonic-1.5.ebuild @@ -1,6 +1,6 @@ -# 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/media-gfx/phototonic/phototonic-1.5.ebuild,v 1.2 2014/12/15 14:08:30 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.ebuild,v 1.3 2015/04/18 12:43:25 swegener Exp $ EAPI=5 inherit qmake-utils @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/oferkv/phototonic.git" KEYWORDS="" else - SRC_URI="https://github.com/oferkv/phototonic/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/oferkv/phototonic/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi |