Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gtkimageview: gtkimageview-1.6.4.ebuild ChangeLog
Date: Mon, 07 Jul 2014 06:59:17
Message-Id: 20140707065912.D6DD82004C@flycatcher.gentoo.org
1 mgorny 14/07/07 06:59:12
2
3 Modified: gtkimageview-1.6.4.ebuild ChangeLog
4 Log:
5 Force RESTRICT=userpriv only with USE=test, bug #446628. Update HOMEPAGE. Set SRC_URI to our mirrors since the original host is dead and the new homepage does not carry distfiles.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.27 media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild?r1=1.26&r2=1.27
15
16 Index: gtkimageview-1.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- gtkimageview-1.6.4.ebuild 21 Aug 2012 04:39:21 -0000 1.26
23 +++ gtkimageview-1.6.4.ebuild 7 Jul 2014 06:59:12 -0000 1.27
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v 1.26 2012/08/21 04:39:21 ottxor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild,v 1.27 2014/07/07 06:59:12 mgorny Exp $
30
31 EAPI=4
32
33 @@ -10,8 +10,8 @@
34 inherit autotools gnome2 virtualx
35
36 DESCRIPTION="A simple image viewer widget for GTK"
37 -HOMEPAGE="http://trac.bjourne.webfactional.com/wiki/"
38 -SRC_URI="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${P}.tar.gz?format=raw -> ${P}.tar.gz"
39 +HOMEPAGE="https://projects.gnome.org/gtkimageview/"
40 +SRC_URI="mirror://gentoo/${P}.tar.gz"
41
42 LICENSE="LGPL-2.1"
43 SLOT="0"
44 @@ -19,7 +19,7 @@
45 IUSE="doc examples static-libs"
46
47 # tests do not work with userpriv
48 -RESTRICT="userpriv"
49 +RESTRICT="test? ( userpriv )"
50
51 RDEPEND="x11-libs/gtk+:2"
52 DEPEND="${RDEPEND}
53
54
55
56 1.26 media-gfx/gtkimageview/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/ChangeLog?rev=1.26&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/ChangeLog?rev=1.26&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gtkimageview/ChangeLog?r1=1.25&r2=1.26
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v
65 retrieving revision 1.25
66 retrieving revision 1.26
67 diff -u -r1.25 -r1.26
68 --- ChangeLog 21 Aug 2012 04:39:21 -0000 1.25
69 +++ ChangeLog 7 Jul 2014 06:59:12 -0000 1.26
70 @@ -1,6 +1,11 @@
71 # ChangeLog for media-gfx/gtkimageview
72 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v 1.25 2012/08/21 04:39:21 ottxor Exp $
74 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkimageview/ChangeLog,v 1.26 2014/07/07 06:59:12 mgorny Exp $
76 +
77 + 07 Jul 2014; Michał Górny <mgorny@g.o> gtkimageview-1.6.4.ebuild:
78 + Force RESTRICT=userpriv only with USE=test, bug #446628. Update HOMEPAGE. Set
79 + SRC_URI to our mirrors since the original host is dead and the new homepage
80 + does not carry distfiles.
81
82 21 Aug 2012; Christoph Junghans <ottxor@g.o> gtkimageview-1.6.4.ebuild:
83 added prefix keywords