diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-pda/gnome-pilot-conduits | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-pda/gnome-pilot-conduits')
-rw-r--r-- | app-pda/gnome-pilot-conduits/Manifest | 12 | ||||
-rw-r--r-- | app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/app-pda/gnome-pilot-conduits/Manifest b/app-pda/gnome-pilot-conduits/Manifest index 7b5098e83a89..8d757578e239 100644 --- a/app-pda/gnome-pilot-conduits/Manifest +++ b/app-pda/gnome-pilot-conduits/Manifest @@ -1,10 +1,10 @@ -MD5 76c98072408ae5c4e5a96245e5a20466 files/digest-gnome-pilot-conduits-0.9 77 -MD5 dfa62058be26fe2b26b39fef4de1658b files/digest-gnome-pilot-conduits-2.0.10 80 -MD5 44094ed3c6f7aff66a27ad28e49d3057 files/digest-gnome-pilot-conduits-2.0.8 79 -MD5 27875c7d6b54af33930cdfc0cee6c4bc files/digest-gnome-pilot-conduits-2.0.9 79 -MD5 f63ddb721a9ba453159c510643a98ff6 gnome-pilot-conduits-0.9.ebuild 1049 +MD5 ee28905bdcb234b84e8ecb1500788876 ChangeLog 2494 +MD5 bac37e36aba2336ac4c6f7ef1100aad0 gnome-pilot-conduits-0.9.ebuild 1046 MD5 e8629ccef75bd8e16cf8e299a8e4cc97 gnome-pilot-conduits-2.0.10.ebuild 629 MD5 60309fa9a4bc82bc6340e1028910206c gnome-pilot-conduits-2.0.8.ebuild 608 MD5 712b7024143e63c24535a884cd376582 gnome-pilot-conduits-2.0.9.ebuild 608 MD5 1e1031eae2f36a13b2cd73550a31d03d metadata.xml 175 -MD5 ee28905bdcb234b84e8ecb1500788876 ChangeLog 2494 +MD5 76c98072408ae5c4e5a96245e5a20466 files/digest-gnome-pilot-conduits-0.9 77 +MD5 dfa62058be26fe2b26b39fef4de1658b files/digest-gnome-pilot-conduits-2.0.10 80 +MD5 44094ed3c6f7aff66a27ad28e49d3057 files/digest-gnome-pilot-conduits-2.0.8 79 +MD5 27875c7d6b54af33930cdfc0cee6c4bc files/digest-gnome-pilot-conduits-2.0.9 79 diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild index f0e72da7e8a1..d9852078d6f7 100644 --- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild @@ -1,6 +1,6 @@ # 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-0.9.ebuild,v 1.1 2003/08/30 09:51:16 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $ DESCRIPTION="Gnome Pilot Conduits" SRC_URI="ftp://ftp.gnome.org/pub/gnome/unstable/sources/${PN}/${P}.tar.bz2" @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} - # the new gnome-pilot works better, but redefines + # the new gnome-pilot works better, but redefines # PI_AF_SLP to PI_AF_PILOT for some reason. cd ${S}/mal-conduit/mal/client/unix cp malsync.c malsync.c.orig @@ -29,12 +29,12 @@ src_unpack() { } src_compile() { - + local myconf - + myconf="--enable-pilotlinktest" use nls || myconf="${myconf} --disable-nls" - + econf ${myconf} || die emake || die } |