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/plptools | |
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/plptools')
-rw-r--r-- | app-pda/plptools/Manifest | 4 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.11-r1.ebuild | 10 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.11.ebuild | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-pda/plptools/Manifest b/app-pda/plptools/Manifest index da8a4d9b9eb8..4e3ece25256d 100644 --- a/app-pda/plptools/Manifest +++ b/app-pda/plptools/Manifest @@ -1,7 +1,7 @@ MD5 b9656e3780d44f53c39e97100db80a4d ChangeLog 576 +MD5 710f6eec7324064d992ae1f82b4af239 plptools-0.11-r1.ebuild 902 +MD5 2a5987f5a1de50ae24915ef90d090b2e plptools-0.11.ebuild 899 MD5 8f1a395f7ca3054f5cd79687dbda0881 metadata.xml 216 -MD5 2fa2cf4b329a34ecc30248fd422a063e plptools-0.11-r1.ebuild 902 -MD5 77d9f7f25dd2f9752f7a07ecfd173fe4 plptools-0.11.ebuild 903 MD5 ada7c64a2c3655d40ddb78570ac41671 files/digest-plptools-0.11 65 MD5 ada7c64a2c3655d40ddb78570ac41671 files/digest-plptools-0.11-r1 65 MD5 b3ce73e6781d2293d40d0048fcb48c84 files/plptools-0.11-gentoo.patch 516 diff --git a/app-pda/plptools/plptools-0.11-r1.ebuild b/app-pda/plptools/plptools-0.11-r1.ebuild index 91a560363678..b819e7325de8 100644 --- a/app-pda/plptools/plptools-0.11-r1.ebuild +++ b/app-pda/plptools/plptools-0.11-r1.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/plptools/plptools-0.11-r1.ebuild,v 1.2 2003/07/11 19:44:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -18,19 +18,19 @@ src_compile() { local myconf myconf="${myconf} --disable-kde" - + ./configure ${myconf} --prefix=/usr || die emake || die } src_install () { make DESTDIR=${D} install || die - + dodoc CHANGES README TODO - + insinto /etc/conf.d newins ${FILESDIR}/psion.conf psion - + exeinto /etc/init.d doexe ${FILESDIR}/psion } diff --git a/app-pda/plptools/plptools-0.11.ebuild b/app-pda/plptools/plptools-0.11.ebuild index 24a3f7d59b37..b73ed1a128ec 100644 --- a/app-pda/plptools/plptools-0.11.ebuild +++ b/app-pda/plptools/plptools-0.11.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/plptools/plptools-0.11.ebuild,v 1.4 2003/04/19 01:15:00 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11.ebuild,v 1.5 2003/09/06 22:21:40 msterret Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -18,19 +18,19 @@ src_compile() { local myconf myconf="${myconf} --disable-kde" - + ./configure ${myconf} --prefix=/usr || die emake || die } src_install () { make DESTDIR=${D} install || die - + dodoc CHANGES README TODO - + insinto /etc/conf.d newins ${FILESDIR}/psion.conf psion - + exeinto /etc/init.d doexe ${FILESDIR}/psion } |