Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/gnome-phone-manager: gnome-phone-manager-0.20.ebuild
Date: Tue, 23 Oct 2007 22:40:28
Message-Id: E1IkSQC-0000rf-A6@stork.gentoo.org
1 eva 07/10/23 22:40:24
2
3 Added: gnome-phone-manager-0.20.ebuild
4 Log:
5 bump to 0.20
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.1 app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.20.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.20.ebuild?rev=1.1&content-type=text/plain
13
14 Index: gnome-phone-manager-0.20.ebuild
15 ===================================================================
16 # Copyright 1999-2007 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.20.ebuild,v 1.1 2007/10/23 22:40:23 eva Exp $
19
20 inherit gnome2
21 #eutils autotools
22
23 DESCRIPTION="a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop"
24 HOMEPAGE="http://live.gnome.org/PhoneManager"
25 SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.bz2 "
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~x86"
30 IUSE=""
31
32 RDEPEND=">=x11-libs/gtk+-2.10
33 >=gnome-base/gconf-2
34 >=dev-libs/glib-2
35 >=media-libs/gstreamer-0.10
36 >=gnome-base/orbit-2
37 >=dev-libs/openobex-1
38 >=app-mobilephone/gnokii-0.6.18
39 >=gnome-base/libglade-2
40 >=gnome-extra/evolution-data-server-1.2.3
41 >=net-wireless/gnome-bluetooth-0.8.0
42 >=dev-libs/dbus-glib-0.71
43 >=x11-themes/gnome-icon-theme-2.19.1"
44
45 DEPEND="${RDEPEND}
46 >=dev-util/intltool-0.35
47 dev-util/pkgconfig"
48
49 DOCS="README NEWS AUTHORS ChangeLog"
50
51 #src_unpack() {
52 # gnome2_src_unpack
53 #
54 # epatch "${FILESDIR}/${P}-pixmaps.patch"
55 # epatch "${FILESDIR}/${P}-as-needed.patch"
56 # eautoreconf
57 #}
58
59
60
61 --
62 gentoo-commits@g.o mailing list