diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-18 18:45:50 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-18 18:45:50 +0000 |
commit | 25b8e50c3980fce471db3f1cbe694013b5643ee1 (patch) | |
tree | 70fcbe1ca3f4ddb2aa052de032dd2db29b31b146 /app-pda/barry/barry-0.11.ebuild | |
parent | Stable for HPPA (bug #289298). (diff) | |
download | gentoo-2-25b8e50c3980fce471db3f1cbe694013b5643ee1.tar.gz gentoo-2-25b8e50c3980fce471db3f1cbe694013b5643ee1.tar.bz2 gentoo-2-25b8e50c3980fce471db3f1cbe694013b5643ee1.zip |
Cleaning up old ebuilds; Adding missing pkg-config dep, bug #206002 ; Enabling gui backup tool, bug #214293 ; Fixing build against gcc 4.4 , bug #277809 ; Version bump to 0.16 , bug #215399 , ebuild thanks to Nils Schlupp , Anton Bolshakov , et all.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-pda/barry/barry-0.11.ebuild')
-rw-r--r-- | app-pda/barry/barry-0.11.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-pda/barry/barry-0.11.ebuild b/app-pda/barry/barry-0.11.ebuild deleted file mode 100644 index ca9cf172be92..000000000000 --- a/app-pda/barry/barry-0.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.11.ebuild,v 1.2 2008/07/27 11:36:31 loki_val Exp $ - -inherit base - -DESCRIPTION="Barry is an Open Source Linux application that will allow -synchronization, backup, restore, program management, and charging for BlackBerry devices" -HOMEPAGE="http://www.netdirect.ca/software/packages/barry/" -SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/libusb - dev-libs/openssl" - -PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc README NEWS - - # udev rules - insinto /etc/udev/rules.d - newins udev/10-blackberry.rules 10-blackberry.rules -} |