Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/cuyo: metadata.xml ChangeLog cuyo-2.1.1.ebuild
Date: Wed, 30 Dec 2009 19:33:39
Message-Id: E1NQ4IZ-0006vU-Js@stork.gentoo.org
1 mr_bones_ 09/12/30 19:33:35
2
3 Modified: metadata.xml ChangeLog
4 Added: cuyo-2.1.1.ebuild
5 Log:
6 version bump (bug #298798) with ebuild submission from Samuli Suominen
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 games-puzzle/cuyo/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 4 Mar 2004 17:03:17 -0000 1.2
23 +++ metadata.xml 30 Dec 2009 19:33:35 -0000 1.3
24 @@ -2,4 +2,7 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <herd>games</herd>
28 +<use>
29 + <flag name="music">Enable playing of background music</flag>
30 +</use>
31 </pkgmetadata>
32
33
34
35 1.20 games-puzzle/cuyo/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.20&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.20&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?r1=1.19&r2=1.20
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v
44 retrieving revision 1.19
45 retrieving revision 1.20
46 diff -u -r1.19 -r1.20
47 --- ChangeLog 17 Feb 2009 00:02:31 -0000 1.19
48 +++ ChangeLog 30 Dec 2009 19:33:35 -0000 1.20
49 @@ -1,6 +1,13 @@
50 # ChangeLog for games-puzzle/cuyo
51 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.19 2009/02/17 00:02:31 mr_bones_ Exp $
53 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
54 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.20 2009/12/30 19:33:35 mr_bones_ Exp $
55 +
56 +*cuyo-2.1.1 (30 Dec 2009)
57 +
58 + 30 Dec 2009; Michael Sterrett <mr_bones_@g.o> +cuyo-2.1.1.ebuild,
59 + +files/cuyo-2.1.1-gcc44.patch, +files/cuyo-2.1.1-gentoo.patch,
60 + metadata.xml:
61 + version bump (bug #298798) with ebuild submission from Samuli Suominen
62
63 17 Feb 2009; Michael Sterrett <mr_bones_@g.o> cuyo-1.8.6.ebuild:
64 EAPI=2; add desktop entry (bug #259237)
65
66
67
68 1.1 games-puzzle/cuyo/cuyo-2.1.1.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.1&content-type=text/plain
72
73 Index: cuyo-2.1.1.ebuild
74 ===================================================================
75 # Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.1 2009/12/30 19:33:35 mr_bones_ Exp $
78
79 EAPI=2
80 inherit autotools gnome2-utils versionator games
81
82 MY_P=${PN}-$(get_version_component_range 1).~-$(get_version_component_range 2-3)
83 DESCRIPTION="highly addictive and remotely related to tetris"
84 HOMEPAGE="http://www.karimmi.de/cuyo/"
85 SRC_URI="http://savannah.nongnu.org/download/cuyo/${MY_P}.tar.gz"
86
87 LICENSE="GPL-2"
88 SLOT="0"
89 KEYWORDS="~amd64 ~ppc ~x86"
90 IUSE="+music"
91
92 DEPEND="sys-libs/zlib
93 media-libs/libsdl[audio,video]
94 media-libs/sdl-mixer
95 music? ( media-libs/sdl-mixer[mikmod] )
96 media-libs/sdl-image"
97
98 S=${WORKDIR}/${MY_P}
99
100 src_prepare() {
101 epatch \
102 "${FILESDIR}"/${P}-gcc44.patch \
103 "${FILESDIR}"/${P}-gentoo.patch
104 eautoreconf
105 }
106
107 src_install() {
108 emake DESTDIR="${D}" install || die
109 dodoc AUTHORS ChangeLog NEWS README TODO
110 prepgamesdirs
111 }
112
113 pkg_preinst() {
114 games_pkg_preinst
115 gnome2_icon_savelist
116 }
117
118 pkg_postinst() {
119 games_pkg_postinst
120 gnome2_icon_cache_update
121 }
122
123 pkg_postrm() {
124 gnome2_icon_cache_update
125 }