summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild')
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild
deleted file mode 100644
index 8bfb588a827f..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10.ebuild,v 1.3 2003/09/20 14:54:29 liquidx Exp $
-
-inherit gnome2
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://www.eskil.org/gnome-pilot/"
-
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PV}
- >=dev-libs/libxml2-2.5"
-
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-pilotlinktest"
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- unpack ${A}
- # patch to fix memo file syncing
- # http://bugzilla.gnome.org/show_bug.cgi?id=114361
- epatch ${FILESDIR}/${P}-memofile.patch
-}