Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/tic98: ChangeLog tic98-1.01-r2.ebuild tic98-1.01-r1.ebuild
Date: Mon, 31 Mar 2008 19:45:28
Message-Id: E1JgPwa-00011d-Vr@stork.gentoo.org
1 maekke 08/03/31 19:45:24
2
3 Modified: ChangeLog
4 Added: tic98-1.01-r2.ebuild
5 Removed: tic98-1.01-r1.ebuild
6 Log:
7 stable revbump: fix collision with media-gfx/netpbm (bug #207534) and update HOMEPAGE/SRC_URI (new tarball but the same content)
8 (Portage version: 2.1.4.4, RepoMan options: --force)
9
10 Revision Changes Path
11 1.8 media-gfx/tic98/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 26 Jan 2008 11:05:34 -0000 1.7
24 +++ ChangeLog 31 Mar 2008 19:45:24 -0000 1.8
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-gfx/tic98
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v 1.7 2008/01/26 11:05:34 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v 1.8 2008/03/31 19:45:24 maekke Exp $
30 +
31 +*tic98-1.01-r2 (31 Mar 2008)
32 +
33 + 31 Mar 2008; Markus Meier <maekke@g.o> -tic98-1.01-r1.ebuild,
34 + +tic98-1.01-r2.ebuild:
35 + stable revbump: fix collision with media-gfx/netpbm (bug #207534) and
36 + update HOMEPAGE/SRC_URI (new tarball but the same content)
37
38 26 Jan 2008; Fabian Groffen <grobian@g.o> tic98-1.01-r1.ebuild:
39 Dropped ppc-macos keyword, see you in prefix
40
41
42
43 1.1 media-gfx/tic98/tic98-1.01-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/tic98-1.01-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/tic98-1.01-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tic98-1.01-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/tic98-1.01-r2.ebuild,v 1.1 2008/03/31 19:45:24 maekke Exp $
53
54 inherit eutils
55
56 DESCRIPTION="compressor for black-and-white images, in particular scanned documents"
57 HOMEPAGE="http://membled.com/work/mirror/tic98/"
58 SRC_URI="http://membled.com/work/mirror/tic98/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="amd64 x86"
63 IUSE=""
64
65 DEPEND=""
66
67 S=${WORKDIR}/${PN}
68
69 src_unpack() {
70 unpack ${A}
71 epatch "${FILESDIR}"/${P}-macos.patch
72 cd "${S}"
73 epatch "${FILESDIR}"/${P}-gentoo.diff
74 }
75
76 src_compile() {
77 emake all || die
78 emake all2 || die
79 }
80
81 src_install() {
82 dodir /usr/bin
83 emake BIN="${D}"usr/bin install || die
84
85 # collision with media-gfx/netpbm, see bug #207534
86 rm "${D}"/usr/bin/pbmclean || die
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list