Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/urt: urt-3.1b-r1.ebuild ChangeLog
Date: Sun, 03 Mar 2013 14:38:07
Message-Id: 20130303143803.335082171D@flycatcher.gentoo.org
1 ulm 13/03/03 14:38:03
2
3 Modified: urt-3.1b-r1.ebuild ChangeLog
4 Log:
5 Don't install non-free files for rletoabA62, don't install unused man pages, fix LICENSE, bug 455970.
6
7 (Portage version: 2.1.11.53/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.32 media-libs/urt/urt-3.1b-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild?r1=1.31&r2=1.32
15
16 Index: urt-3.1b-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- urt-3.1b-r1.ebuild 16 Jun 2012 16:32:52 -0000 1.31
23 +++ urt-3.1b-r1.ebuild 3 Mar 2013 14:38:03 -0000 1.32
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild,v 1.31 2012/06/16 16:32:52 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/urt/urt-3.1b-r1.ebuild,v 1.32 2013/03/03 14:38:03 ulm Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -8,7 +8,7 @@
34 HOMEPAGE="http://www.cs.utah.edu/gdc/projects/urt/"
35 SRC_URI="ftp://ftp.iastate.edu/pub/utah-raster/${P}.tar.Z"
36
37 -LICENSE="as-is"
38 +LICENSE="URT gif? ( free-noncomm )"
39 SLOT="0"
40 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
41 IUSE="gif postscript tiff X"
42 @@ -62,12 +62,13 @@
43 }
44
45 src_install() {
46 + mkdir -p man-dest/man{1,3,5}
47 # this just installs it into some local dirs
48 make install || die
49 dobin bin/* || die "dobin"
50 dolib.a lib/librle.a || die "dolib.a"
51 insinto /usr/include
52 doins include/rle*.h || die "doins include"
53 - doman man/man?/*.[135]
54 + doman man-dest/man?/*.[135]
55 dodoc *-changes CHANGES* README blurb
56 }
57
58
59
60 1.34 media-libs/urt/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/ChangeLog?rev=1.34&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/ChangeLog?rev=1.34&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/ChangeLog?r1=1.33&r2=1.34
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/media-libs/urt/ChangeLog,v
69 retrieving revision 1.33
70 retrieving revision 1.34
71 diff -u -r1.33 -r1.34
72 --- ChangeLog 16 Jun 2012 16:32:52 -0000 1.33
73 +++ ChangeLog 3 Mar 2013 14:38:03 -0000 1.34
74 @@ -1,6 +1,11 @@
75 # ChangeLog for media-libs/urt
76 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/media-libs/urt/ChangeLog,v 1.33 2012/06/16 16:32:52 ssuominen Exp $
78 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/media-libs/urt/ChangeLog,v 1.34 2013/03/03 14:38:03 ulm Exp $
80 +
81 + 03 Mar 2013; Ulrich Müller <ulm@g.o> urt-3.1b-r1.ebuild,
82 + files/gentoo-config:
83 + Don't install non-free files for rletoabA62, don't install unused man pages,
84 + fix LICENSE, bug 455970.
85
86 16 Jun 2012; Samuli Suominen <ssuominen@g.o> urt-3.1b-r1.ebuild,
87 metadata.xml: