From 334a9cc6e3b389dcab7e24aa247f3086581bcdf7 Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Fri, 5 Oct 2001 08:30:49 +0000 Subject: removed gnome-pilot-conduits --- .../gnome-pilot/files/digest-gnome-pilot-0.1.61 | 1 - gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild | 28 ++++------------------ 2 files changed, 4 insertions(+), 25 deletions(-) (limited to 'gnome-extra/gnome-pilot') diff --git a/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.61 b/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.61 index 1a4341509874..86a51754c8a8 100644 --- a/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.61 +++ b/gnome-extra/gnome-pilot/files/digest-gnome-pilot-0.1.61 @@ -1,2 +1 @@ MD5 83f24ba9e882d9f7e3a810c0513e3a2f gnome-pilot-0.1.61.tar.gz -MD5 08883d6899b36689bd39d6c3f7ed5c57 gnome-pilot-conduits-0.6.tar.gz diff --git a/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild b/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild index 1572b3be4d21..38b22b4abe50 100644 --- a/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild +++ b/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild,v 1.1 2001/10/04 23:08:53 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot/gnome-pilot-0.1.61.ebuild,v 1.2 2001/10/05 08:30:49 hallski Exp $ -A1=${P}.tar.gz -A2=${PN}-conduits-0.6.tar.gz -S1=${WORKDIR}/${P} -S2=${WORKDIR}/${PN}-conduits-0.6 +A=${P}.tar.gz +S=${WORKDIR}/${P} DESCRIPTION="Gnome Pilot apps" -SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${A1} - http://www.eskil.org/gnome-pilot/download/tarballs/${A2}" +SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${A}" HOMEPAGE="http://www.gnome.org/gnome-pilot/" DEPEND=">=gnome-base/gnome-core-1.4.0.4 @@ -19,13 +16,7 @@ DEPEND=">=gnome-base/gnome-core-1.4.0.4 >=gnome-base/control-center-1.4.0.1 >=dev-libs/pilot-link-0.9.5" -src_unpack() { - unpack ${A1} - unpack ${A2} -} - src_compile() { - cd ${S1} ./configure --prefix=/opt/gnome \ --with-gnome-libs=/opt/gnome/lib \ --sysconfdir=/etc/opt/gnome \ @@ -33,21 +24,10 @@ src_compile() { --host=${CHOST} || die emake || die - - cd ${S2} - ./configure --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome \ - --host=${CHOST} || die - - emake || die } src_install () { - cd ${S1} make DESTDIR=${D} install || die dodoc AUTHORS COPYING* ChangeLog README NEWS - - cd ${S2} - make DESTDIR=${D} install || die } -- cgit v1.2.3-65-gdbad