summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild')
-rw-r--r--gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild b/gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild
deleted file mode 100644
index e8c69045400e..000000000000
--- a/gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot/gnome-pilot-0.1.65-r1.ebuild,v 1.2 2002/07/11 06:30:26 drobbins Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome Pilot apps"
-SRC_URI="ftp://ftp.gnome.org/pub/gnome/unstable/sources/gnome-pilot/${P}.tar.bz2"
-HOMEPAGE="http://www.gnome.org/gnome-pilot/"
-
-DEPEND="
- >=gnome-base/control-center-1.4.0.1-r1
- >=dev-libs/pilot-link-0.9.6
- >=dev-util/gob-1.0.12
- >=gnome-base/libglade-0.17"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${PN}-gentoo.diff
-}
-
-src_compile() {
- local myopts
-
- CFLAGS="${CFLAGS} `gnome-config --cflags libglade vfs`"
-
- use nls \
- && myopts="--enable-nls" \
- || myopts="--disable-nls"
-
- mkdir intl && touch intl/libgettext.h
-
- ./configure --prefix=/usr \
- --with-gnome-libs=/usr/lib \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- --enable-usb-visor=yes \
- ${myopts} \
- --host=${CHOST} || die
-
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING* ChangeLog README NEWS
-}