Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/podsleuth: ChangeLog podsleuth-0.6.7.ebuild podsleuth-0.6.4.ebuild
Date: Wed, 28 Jul 2010 08:42:01
Message-Id: 20100728084157.3D4892CE15@corvid.gentoo.org
1 ssuominen 10/07/28 08:41:56
2
3 Modified: ChangeLog
4 Added: podsleuth-0.6.7.ebuild
5 Removed: podsleuth-0.6.4.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-dotnet/podsleuth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/podsleuth/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 27 Sep 2009 14:06:30 -0000 1.13
24 +++ ChangeLog 28 Jul 2010 08:41:55 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-dotnet/podsleuth
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.13 2009/09/27 14:06:30 nixnut Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.14 2010/07/28 08:41:55 ssuominen Exp $
31 +
32 +*podsleuth-0.6.7 (28 Jul 2010)
33 +
34 + 28 Jul 2010; Samuli Suominen <ssuominen@g.o>
35 + +podsleuth-0.6.7.ebuild:
36 + Version bump.
37
38 27 Sep 2009; nixnut <nixnut@g.o> podsleuth-0.6.4-r1.ebuild:
39 ppc stable #273262
40
41
42
43 1.1 dev-dotnet/podsleuth/podsleuth-0.6.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: podsleuth-0.6.7.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/podsleuth-0.6.7.ebuild,v 1.1 2010/07/28 08:41:55 ssuominen Exp $
53
54 EAPI=2
55 inherit mono
56
57 DESCRIPTION="A tool to discover detailed model information about an Apple (TM) iPod (TM)."
58 HOMEPAGE="http://download.banshee.fm/podsleuth/"
59 SRC_URI="http://download.banshee.fm/${PN}/${PV}/${P}.tar.bz2"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="dev-dotnet/dbus-glib-sharp
67 >=dev-lang/mono-2
68 sys-apps/hal
69 >=sys-apps/sg3_utils-1.27"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_configure() {
74 econf \
75 --with-hal-callouts-dir=/usr/libexec
76 }
77
78 src_compile() {
79 emake -j1 || die
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die
84 dodoc AUTHORS ChangeLog NEWS README
85 mono_multilib_comply
86 }