Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ofbis: ChangeLog ofbis-0.2.0.ebuild
Date: Tue, 29 Apr 2008 14:18:03
Message-Id: E1Jqqec-0000Pl-9x@stork.gentoo.org
1 drac 08/04/29 14:17:58
2
3 Modified: ChangeLog
4 Added: ofbis-0.2.0.ebuild
5 Log:
6 Version bump with fix for gcc-4, warnings and aclocal.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.9 media-libs/ofbis/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ofbis/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ofbis/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ofbis/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/ofbis/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Feb 2007 02:04:03 -0000 1.8
23 +++ ChangeLog 29 Apr 2008 14:17:57 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/ofbis
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ChangeLog,v 1.8 2007/02/22 02:04:03 peper Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ChangeLog,v 1.9 2008/04/29 14:17:57 drac Exp $
30 +
31 +*ofbis-0.2.0 (29 Apr 2008)
32 +
33 + 29 Apr 2008; Samuli Suominen <drac@g.o>
34 + +files/ofbis-0.2.0-gcc4.patch, +ofbis-0.2.0.ebuild:
35 + Version bump with fix for gcc-4, warnings and aclocal.
36
37 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
38 Transition to Manifest2.
39
40
41
42 1.1 media-libs/ofbis/ofbis-0.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ofbis/ofbis-0.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ofbis/ofbis-0.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ofbis-0.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.2.0.ebuild,v 1.1 2008/04/29 14:17:57 drac Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="a library containing a few simple graphical routines for the Linux framebuffers."
56 HOMEPAGE="http://osis.nocrew.org/ofbis"
57 SRC_URI="ftp://ftp.nocrew.org/pub/osis/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~sparc ~x86"
62 IUSE=""
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 epatch "${FILESDIR}"/${P}-gcc4.patch
68 }
69
70 src_compile() {
71 tc-export CC
72 econf
73 emake CFLAGS="${CFLAGS}" || die "emake failed."
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed."
78 dodoc AUTHORS ChangeLog CREDITS DESIGN NEWS \
79 OFBIS-VERSION README TODO
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list