Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xcursorgen: xcursorgen-1.0.6.ebuild ChangeLog xcursorgen-1.0.4.ebuild
Date: Mon, 02 Jun 2014 14:05:08
Message-Id: 20140602140504.F33CB2004E@flycatcher.gentoo.org
1 chithanh 14/06/02 14:05:04
2
3 Modified: ChangeLog
4 Added: xcursorgen-1.0.6.ebuild
5 Removed: xcursorgen-1.0.4.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.66 x11-apps/xcursorgen/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/ChangeLog?rev=1.66&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/ChangeLog?rev=1.66&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/ChangeLog?r1=1.65&r2=1.66
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v
21 retrieving revision 1.65
22 retrieving revision 1.66
23 diff -u -r1.65 -r1.66
24 --- ChangeLog 26 Aug 2012 16:39:54 -0000 1.65
25 +++ ChangeLog 2 Jun 2014 14:05:04 -0000 1.66
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xcursorgen
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.65 2012/08/26 16:39:54 armin76 Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.66 2014/06/02 14:05:04 chithanh Exp $
32 +
33 +*xcursorgen-1.0.6 (02 Jun 2014)
34 +
35 + 02 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xcursorgen-1.0.6.ebuild, -xcursorgen-1.0.4.ebuild:
37 + Version bump. Remove old.
38
39 26 Aug 2012; Raúl Porcel <armin76@g.o> xcursorgen-1.0.5.ebuild:
40 alpha/ia64/s390/sh/sparc stable wrt #419473
41 @@ -245,4 +251,3 @@
42 08 Aug 2005; Donnie Berkholz <spyderous@g.o>;
43 +xcursorgen-0.99.0.ebuild:
44 Initial commit for modular X.
45 -
46
47
48
49 1.1 x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild?rev=1.1&content-type=text/plain
53
54 Index: xcursorgen-1.0.6.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.1 2014/06/02 14:05:04 chithanh Exp $
59
60 EAPI=5
61 inherit xorg-2
62
63 DESCRIPTION="create an X cursor file from a collection of PNG images"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND="x11-libs/libX11
69 x11-libs/libXcursor
70 media-libs/libpng:0"
71 DEPEND="${RDEPEND}"