diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:19:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:19:45 +0000 |
commit | 6018c5f09ef40d2448441a008976b15a001ee78e (patch) | |
tree | 973c9edac3d647b2779c92d575dfc56bd40e1342 /app-text/psiconv | |
parent | new package to convert Psion documents (diff) | |
download | historical-6018c5f09ef40d2448441a008976b15a001ee78e.tar.gz historical-6018c5f09ef40d2448441a008976b15a001ee78e.tar.bz2 historical-6018c5f09ef40d2448441a008976b15a001ee78e.zip |
repoman violations
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/Manifest | 2 | ||||
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/psiconv/Manifest b/app-text/psiconv/Manifest index c18a4c9aedf9..37aae5a1bba8 100644 --- a/app-text/psiconv/Manifest +++ b/app-text/psiconv/Manifest @@ -1,4 +1,4 @@ -MD5 92f20fce6a4455a32768bfdc1db6767b psiconv-0.8.3.ebuild 743 +MD5 e7d40f4ed688af0566a45cb9641f34a7 psiconv-0.8.3.ebuild 741 MD5 858bfeaceaef77c34bddb0448a55f409 ChangeLog 538 MD5 ba8dfba0f8603e1d1477e073c3cc272f metadata.xml 161 MD5 ae6680bce7831244891673b5fd1f3445 files/digest-psiconv-0.8.3 65 diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 5f95f4721be6..1a4240141bc3 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.3.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-text/psiconv/psiconv-0.8.3.ebuild,v 1.1 2003/09/15 00:19:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.2 2003/09/15 00:19:44 seemant Exp $ IUSE="doc" @@ -16,14 +16,14 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="virtual/glibc" src_compile() { - + local myconf use doc \ && myconf="${myconf} enable-html4-docs \ --enable-ascii-docs \ --enable-rtf-docs" - + econf || die "./configure failed" emake || die } |