Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libspectrum: metadata.xml ChangeLog libspectrum-1.0.0.ebuild
Date: Mon, 02 May 2011 19:30:04
Message-Id: 20110502192950.3A6B420054@flycatcher.gentoo.org
1 neurogeek 11/05/02 19:29:50
2
3 Modified: metadata.xml ChangeLog
4 Added: libspectrum-1.0.0.ebuild
5 Log:
6 Version bump. WRT bug #351726
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 app-emulation/libspectrum/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 28 Mar 2010 03:59:33 -0000 1.4
24 +++ metadata.xml 2 May 2011 19:29:50 -0000 1.5
25 @@ -3,7 +3,8 @@
26 <pkgmetadata>
27 <herd>no-herd</herd>
28 <maintainer>
29 - <email>maintainer-needed@g.o</email>
30 + <email>neurogeek@g.o</email>
31 + <name>Jesus Rivero</name>
32 <description>Proxy Maintainer</description>
33 </maintainer>
34 <maintainer>
35 @@ -17,4 +18,8 @@
36 variants, Win32 and Mac OS X. Currently, it is mainly (only?) used by Fuse,
37 but other Spectrum emulator and utility authors are encouraged to use it.
38 </longdescription>
39 +<use>
40 + <flag name='gcrypt'>Use <pkg>dev-libs/libgcrypt</pkg> for low-level crypto of some
41 + features, including logfiles.</flag>
42 +</use>
43 </pkgmetadata>
44
45
46
47 1.28 app-emulation/libspectrum/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/ChangeLog?rev=1.28&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/ChangeLog?rev=1.28&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/ChangeLog?r1=1.27&r2=1.28
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v
56 retrieving revision 1.27
57 retrieving revision 1.28
58 diff -u -r1.27 -r1.28
59 --- ChangeLog 28 Mar 2010 03:59:33 -0000 1.27
60 +++ ChangeLog 2 May 2011 19:29:50 -0000 1.28
61 @@ -1,6 +1,12 @@
62 # ChangeLog for app-emulation/libspectrum
63 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.27 2010/03/28 03:59:33 darkside Exp $
65 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.28 2011/05/02 19:29:50 neurogeek Exp $
67 +
68 +*libspectrum-1.0.0 (02 May 2011)
69 +
70 + 02 May 2011; Jesus Rivero <neurogeek@g.o>
71 + +libspectrum-1.0.0.ebuild, metadata.xml:
72 + Version bump. WRT bug #351726
73
74 28 Mar 2010; Jeremy Olexa <darkside@g.o> metadata.xml:
75 Drop myself from metadata, add maintainer-needed
76
77
78
79 1.1 app-emulation/libspectrum/libspectrum-1.0.0.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/libspectrum-1.0.0.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libspectrum/libspectrum-1.0.0.ebuild?rev=1.1&content-type=text/plain
83
84 Index: libspectrum-1.0.0.ebuild
85 ===================================================================
86 # Copyright 1999-2011 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-1.0.0.ebuild,v 1.1 2011/05/02 19:29:50 neurogeek Exp $
89
90 EAPI="3"
91
92 DESCRIPTION="Spectrum emulation library"
93 HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php"
94 SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
95
96 LICENSE="GPL-2"
97 SLOT="0"
98 KEYWORDS="~amd64 ~ppc ~x86"
99 IUSE="audiofile bzip2 gcrypt zlib"
100
101 RDEPEND="zlib? ( sys-libs/zlib )
102 bzip2? ( >=app-arch/bzip2-1.0 )
103 >=dev-libs/glib-2
104 gcrypt? ( dev-libs/libgcrypt )
105 audiofile? ( >=media-libs/audiofile-0.2.3 )"
106 DEPEND="${RDEPEND}
107 dev-lang/perl
108 dev-util/pkgconfig"
109
110 src_configure() {
111 econf --with-glib \
112 $(use_with zlib zlib) \
113 $(use_with bzip2 bzip2) \
114 $(use_with audiofile libaudiofile) \
115 $(use_with gcrypt libgcrypt) \
116 || die "econf failed!"
117 }
118
119 src_compile() {
120 emake || die "Compilation failed"
121 }
122
123 src_install() {
124 emake install DESTDIR="${D}" || die "Make install failed"
125 dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt
126 doman doc/libspectrum.3
127 }