Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xv: xv-3.10a-r16.ebuild ChangeLog
Date: Wed, 22 Aug 2012 02:23:04
Message-Id: 20120822022253.61B89202C4@flycatcher.gentoo.org
1 ottxor 12/08/22 02:22:53
2
3 Modified: xv-3.10a-r16.ebuild ChangeLog
4 Log:
5 added prefix keywords
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 media-gfx/xv/xv-3.10a-r16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild?r1=1.11&r2=1.12
15
16 Index: xv-3.10a-r16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- xv-3.10a-r16.ebuild 21 Mar 2012 06:27:25 -0000 1.11
23 +++ xv-3.10a-r16.ebuild 22 Aug 2012 02:22:53 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild,v 1.11 2012/03/21 06:27:25 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r16.ebuild,v 1.12 2012/08/22 02:22:53 ottxor Exp $
29
30 EAPI=4
31 inherit eutils flag-o-matic
32 @@ -14,7 +14,7 @@
33
34 LICENSE="xv"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
37 +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
38 IUSE="jpeg tiff png"
39
40 DEPEND="x11-libs/libXt
41 @@ -57,7 +57,7 @@
42 -e "s/\(^LIBS = .*\)/\1${IMAGE_LIBS}/g" Makefile
43
44 # /usr/bin/gzip => /bin/gzip
45 - sed -i -e 's#/usr\(/bin/gzip\)#\1#g' config.h
46 + sed -i -e 's#/usr\(/bin/gzip\)#'"${EPREFIX}"'\1#g' config.h
47
48 # Fix installation of ps docs
49 sed -i -e 's#$(DESTDIR)$(LIBDIR)#$(LIBDIR)#g' Makefile
50 @@ -71,8 +71,8 @@
51
52 emake \
53 CC="$(tc-getCC)" CCOPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
54 - PREFIX=/usr \
55 - DOCDIR=/usr/share/doc/${PF} \
56 + PREFIX="${EPREFIX}"/usr \
57 + DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
58 LIBDIR="${T}"
59 }
60
61 @@ -82,8 +82,8 @@
62
63 emake \
64 DESTDIR="${D}" \
65 - PREFIX=/usr \
66 - DOCDIR=/usr/share/doc/${PF} \
67 + PREFIX="${EPREFIX}"/usr \
68 + DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
69 LIBDIR="${T}" install
70
71 dodoc CHANGELOG BUGS IDEAS
72
73
74
75 1.115 media-gfx/xv/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/ChangeLog?rev=1.115&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/ChangeLog?rev=1.115&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xv/ChangeLog?r1=1.114&r2=1.115
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xv/ChangeLog,v
84 retrieving revision 1.114
85 retrieving revision 1.115
86 diff -u -r1.114 -r1.115
87 --- ChangeLog 21 Mar 2012 06:27:25 -0000 1.114
88 +++ ChangeLog 22 Aug 2012 02:22:53 -0000 1.115
89 @@ -1,6 +1,9 @@
90 # ChangeLog for media-gfx/xv
91 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/ChangeLog,v 1.114 2012/03/21 06:27:25 ssuominen Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/ChangeLog,v 1.115 2012/08/22 02:22:53 ottxor Exp $
94 +
95 + 22 Aug 2012; Christoph Junghans <ottxor@g.o> xv-3.10a-r16.ebuild:
96 + added prefix keywords
97
98 21 Mar 2012; Samuli Suominen <ssuominen@g.o> xv-3.10a-r16.ebuild:
99 Use gentoo mirrors.