diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-02-14 11:30:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-02-14 11:30:10 +0000 |
commit | b032e878a98dffaad3e12e5f948ba553ce3c3b45 (patch) | |
tree | c099fe0c969e3b1383309810a83ec0b40e528ced /media-video/griffith | |
parent | Stable for HPPA (bug #540002). (diff) | |
download | gentoo-2-b032e878a98dffaad3e12e5f948ba553ce3c3b45.tar.gz gentoo-2-b032e878a98dffaad3e12e5f948ba553ce3c3b45.tar.bz2 gentoo-2-b032e878a98dffaad3e12e5f948ba553ce3c3b45.zip |
Fix URL for artwork files
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 2b58a844f8e9..74243d1d9eb5 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/griffith # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.67 2015/01/31 12:45:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.68 2015/02/14 11:30:10 hwoarang Exp $ + + 14 Feb 2015; Markos Chandras <hwoarang@gentoo.org> griffith-0.13.ebuild: + Fix URL for artwork files 31 Jan 2015; Markos Chandras <hwoarang@gentoo.org> -griffith-9999.ebuild, griffith-0.13.ebuild: diff --git a/media-video/griffith/griffith-0.13.ebuild b/media-video/griffith/griffith-0.13.ebuild index da5f5b344991..c65444c7cc38 100644 --- a/media-video/griffith/griffith-0.13.ebuild +++ b/media-video/griffith/griffith-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.6 2015/01/31 12:45:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.7 2015/02/14 11:30:10 hwoarang Exp $ EAPI="4" @@ -14,7 +14,7 @@ ARTWORK_PV="0.9.4" DESCRIPTION="Movie collection manager" HOMEPAGE="http://www.griffith.cc/" SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz - http://dev.gentoo.org/~hwoarang/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz" + http://dev.gentoo.org/~hwoarang/distfiles/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" |