summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-09-30 19:38:11 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-09-30 19:38:11 +0000
commit2c0107e0433e5c31a0756b9851b8d6816b58c526 (patch)
tree7364311da428ae9e401ff1addc9a5c997c572d26 /app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
parentSparc stable --- security Bug #194278 --- nice; seems good. (diff)
downloadhistorical-2c0107e0433e5c31a0756b9851b8d6816b58c526.tar.gz
historical-2c0107e0433e5c31a0756b9851b8d6816b58c526.tar.bz2
historical-2c0107e0433e5c31a0756b9851b8d6816b58c526.zip
pruning old versions
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild')
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
deleted file mode 100644
index 1487e773998a..000000000000
--- a/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild,v 1.2 2006/10/06 15:04:40 dang Exp $
-
-inherit gnome2 eutils autotools
-
-DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-SRC_URI="http://www.inference.phy.cam.ac.uk/mcdavey/downloads/${P}-netsyncpatch.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0.0
- >=gnome-base/libgnomeui-2.0.0
- >=gnome-base/libglade-2.0.0
- >=gnome-base/orbit-2.6.0
- >=gnome-base/libbonobo-2.0.0
- >=gnome-base/gnome-panel-2.0
- >=gnome-base/gconf-2.0
- >=dev-util/gob-2.0.5
- >=app-pda/pilot-link-0.11.7"
-
-DEPEND="sys-devel/gettext
- >=dev-lang/perl-5.6.0
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest"
-
-DOCS="AUTHORS COPYING* ChangeLog README NEWS"
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}/${P}-as-needed.patch"
-
- eautoreconf
-}