Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.0.0.ebuild
Date: Sat, 10 Nov 2007 02:04:42
Message-Id: E1Iqfi7-0002Xf-F6@stork.gentoo.org
1 tupone 07/11/10 02:04:35
2
3 Modified: ChangeLog
4 Added: DFB++-1.0.0.ebuild
5 Log:
6 Version bump to 1.0.0
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.8 dev-libs/DFB++/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 23 Nov 2006 20:04:42 -0000 1.7
23 +++ ChangeLog 10 Nov 2007 02:04:34 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/DFB++
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.7 2006/11/23 20:04:42 blubb Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.8 2007/11/10 02:04:34 tupone Exp $
30 +
31 +*DFB++-1.0.0 (10 Nov 2007)
32 +
33 + 10 Nov 2007; Tupone Alfredo <tupone@g.o> +DFB++-1.0.0.ebuild:
34 + Version bump
35
36 23 Nov 2006; <blubb@g.o> DFB++-0.9.23.ebuild:
37 stable on amd64
38
39
40
41 1.1 dev-libs/DFB++/DFB++-1.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: DFB++-1.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.0.0.ebuild,v 1.1 2007/11/10 02:04:34 tupone Exp $
51
52 DESCRIPTION="C++ bindings for DirectFB"
53 HOMEPAGE="http://www.directfb.org/dfb++.xml"
54 SRC_URI="http://www.directfb.org/downloads/Extras/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND=">=dev-libs/DirectFB-${PV}"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 src_install() {
66 emake install DESTDIR="${D}" || die
67 dodoc AUTHORS ChangeLog NEWS README
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list