Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xbill: xbill-2.1-r1.ebuild ChangeLog
Date: Fri, 29 Feb 2008 18:49:00
Message-Id: E1JVAHj-0007Ex-5n@stork.gentoo.org
1 carlo 08/02/29 18:48:43
2
3 Modified: xbill-2.1-r1.ebuild ChangeLog
4 Log:
5 Remove icon extension from desktop entry to match Icon Theme Specification.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.10 games-arcade/xbill/xbill-2.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: xbill-2.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xbill-2.1-r1.ebuild 7 Aug 2007 23:45:32 -0000 1.9
22 +++ xbill-2.1-r1.ebuild 29 Feb 2008 18:48:42 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.9 2007/08/07 23:45:32 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.10 2008/02/29 18:48:42 carlo Exp $
29
30 inherit eutils games
31
32 @@ -28,7 +28,7 @@
33 src_install() {
34 emake DESTDIR="${D}" install || die "emake install failed"
35 newicon pixmaps/icon.xpm ${PN}.xpm
36 - make_desktop_entry ${PN} XBill ${PN}.xpm
37 + make_desktop_entry ${PN} XBill ${PN}
38 dodoc ChangeLog README
39 prepgamesdirs
40 }
41
42
43
44 1.16 games-arcade/xbill/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 18 Jan 2008 02:49:53 -0000 1.15
57 +++ ChangeLog 29 Feb 2008 18:48:42 -0000 1.16
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-arcade/xbill
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.15 2008/01/18 02:49:53 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.16 2008/02/29 18:48:42 carlo Exp $
63 +
64 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> xbill-2.1-r1.ebuild:
65 + Remove icon extension from desktop entry to match Icon Theme Specification.
66
67 18 Jan 2008; Michael Sterrett <mr_bones_@g.o> xbill-2.1-r2.ebuild:
68 add dev-util/pkgconfig dep (bug #206270)
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list