Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/alevt: ChangeLog alevt-1.6.2.ebuild
Date: Sat, 10 Jan 2009 12:07:46
Message-Id: E1LLccy-0002Mh-0Z@stork.gentoo.org
1 beandog 09/01/10 12:07:44
2
3 Modified: ChangeLog
4 Added: alevt-1.6.2.ebuild
5 Log:
6 Version bump, bug 205934
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.29 media-video/alevt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/alevt/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/alevt/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/alevt/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/alevt/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 27 Nov 2007 11:58:56 -0000 1.28
23 +++ ChangeLog 10 Jan 2009 12:07:43 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/alevt
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/ChangeLog,v 1.28 2007/11/27 11:58:56 zzam Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/ChangeLog,v 1.29 2009/01/10 12:07:43 beandog Exp $
30 +
31 +*alevt-1.6.2 (10 Jan 2009)
32 +
33 + 10 Jan 2009; Steve Dibb <beandog@g.o> +alevt-1.6.2.ebuild:
34 + Version bump, bug 205934
35
36 27 Nov 2007; Matthias Schwarzott <zzam@g.o> alevt-1.6.1-r1.ebuild,
37 alevt-1.6.1-r3.ebuild:
38
39
40
41 1.1 media-video/alevt/alevt-1.6.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/alevt/alevt-1.6.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/alevt/alevt-1.6.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: alevt-1.6.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.2.ebuild,v 1.1 2009/01/10 12:07:43 beandog Exp $
51
52 inherit eutils toolchain-funcs flag-o-matic
53
54 DESCRIPTION="Teletext viewer for X11"
55 HOMEPAGE="http://www.goron.de/~froese/"
56 SRC_URI="http://www.goron.de/~froese/alevt/${P}.tar.gz"
57 RESTRICT="strip"
58 IUSE=""
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62
63 RDEPEND="x11-libs/libX11
64 >=media-libs/libpng-1.0.12"
65
66 DEPEND="${RDEPEND}
67 x11-proto/xproto"
68
69 src_compile() {
70 append-flags -fno-strict-aliasing
71 emake CC="$(tc-getCC)" || die
72 }
73
74 src_install() {
75 dobin alevt alevt-cap alevt-date
76 doman alevt.1x alevt-date.1 alevt-cap.1
77 dodoc CHANGELOG README
78
79 insinto /usr/share/icons/hicolor/16x16/apps
80 newins contrib/mini-alevt.xpm alevt.xpm
81 insinto /usr/share/icons/hicolor/48x48/apps
82 newins contrib/icon48x48.xpm alevt.xpm
83
84 make_desktop_entry alevt "AleVT" alevt
85 }