Gentoo Archives: gentoo-commits

From: "Jason Smathers (jsin)" <jsin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/barry: barry-0.9.ebuild
Date: Mon, 19 Nov 2007 21:01:12
Message-Id: E1IuDjv-0002O1-7K@stork.gentoo.org
1 jsin 07/11/19 21:01:07
2
3 Added: barry-0.9.ebuild
4 Log:
5 rev bump per bug #154795
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 app-pda/barry/barry-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/barry/barry-0.9.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/barry/barry-0.9.ebuild?rev=1.1&content-type=text/plain
13
14 Index: barry-0.9.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-pda/barry/barry-0.9.ebuild,v 1.1 2007/11/19 21:01:06 jsin Exp $
19
20 DESCRIPTION="Barry is an Open Source Linux application that will allow
21 synchronization, backup, restore, program management, and charging for BlackBerry devices"
22 HOMEPAGE="http://www.netdirect.ca/software/packages/barry/"
23 SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2"
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 IUSE=""
29
30 DEPEND="dev-libs/libusb
31 dev-libs/openssl"
32
33 src_install() {
34 emake DESTDIR="${D}" install || die "install failed"
35 dodoc README NEWS
36
37 # udev rules
38 insinto /etc/udev/rules.d
39 newins udev/10-blackberry.rules 10-blackberry.rules
40 }
41
42
43
44 --
45 gentoo-commits@g.o mailing list