diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-08 08:18:01 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-08 08:18:01 +0000 |
commit | 0fb0189b6e7077e89f810fc6a7d14461d4d55b94 (patch) | |
tree | 8c1a146148d8c66903bf9040a8b955e0757891e8 /gnome-extra/gnome-pilot-conduits | |
parent | added new version (diff) | |
download | gentoo-2-0fb0189b6e7077e89f810fc6a7d14461d4d55b94.tar.gz gentoo-2-0fb0189b6e7077e89f810fc6a7d14461d4d55b94.tar.bz2 gentoo-2-0fb0189b6e7077e89f810fc6a7d14461d4d55b94.zip |
updated gnome-pilot dep
Diffstat (limited to 'gnome-extra/gnome-pilot-conduits')
-rw-r--r-- | gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild index 74f3edeb4b7a..ebc314c5f605 100644 --- a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild +++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild,v 1.1 2001/10/08 08:17:19 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild,v 1.2 2001/10/08 08:18:01 hallski Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} - DESCRIPTION="Gnome Pilot Conduits" -SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${A}" +SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-pilot/" -DEPEND=">=gnome-extra/gnome-pilot-0.1.61-r1" +DEPEND=">=gnome-extra/gnome-pilot-0.1.62" src_compile() { ./configure --prefix=/usr \ |