diff options
author | 2005-11-30 10:09:41 +0000 | |
---|---|---|
committer | 2005-11-30 10:09:41 +0000 | |
commit | 354cf9b5b38bae6093e79e23d53a9e6cf2566398 (patch) | |
tree | 686693ceef3276a4434d1b1164d4e2c1aa494be5 /app-text/psiconv | |
parent | (no commit message) (diff) | |
download | gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.tar.gz gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.tar.bz2 gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.zip |
*** empty log message ***
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/ChangeLog | 13 | ||||
-rw-r--r-- | app-text/psiconv/Manifest | 4 | ||||
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 15 |
3 files changed, 21 insertions, 11 deletions
diff --git a/app-text/psiconv/ChangeLog b/app-text/psiconv/ChangeLog index 1879fe2a48e6..fd7cca590a1c 100644 --- a/app-text/psiconv/ChangeLog +++ b/app-text/psiconv/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-text/psiconv -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.1 2003/09/15 00:19:21 seemant Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.1.1.1 2005/11/30 10:06:30 chriswhite Exp $ + + 02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psiconv-0.8.3.ebuild: + virtual/glibc -> virtual/libc + + 13 May 2004; Bryan Østergaard <kloeri@gentoo.org> psiconv-0.8.3.ebuild: + Stable on alpha. *psiconv-0.8.3 (14 Sep 2003) diff --git a/app-text/psiconv/Manifest b/app-text/psiconv/Manifest index 71fb4766a4d0..0e605eab3c0a 100644 --- a/app-text/psiconv/Manifest +++ b/app-text/psiconv/Manifest @@ -1,2 +1,4 @@ -MD5 04d9b0d25e7040eb2c3eae6cb807894e psiconv-0.8.3.ebuild 621 +MD5 6cedfca03b881e1bd9c47972eb4e2b92 ChangeLog 841 +MD5 6043536ec681f8d132b1a39f9c2137f5 psiconv-0.8.3.ebuild 735 +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..b5cd1daaaf2b 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.3.ebuild @@ -1,29 +1,28 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # 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.1.1.1 2005/11/30 10:06:30 chriswhite Exp $ IUSE="doc" -S=${WORKDIR}/${P} DESCRIPTION="An interpreter for Psion 5(MX) file formats" HOMEPAGE="http://huizen.dds.nl/~frodol/psiconv" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://huizen.dds.nl/~frodol/psiconv/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { - + local myconf use doc \ && myconf="${myconf} enable-html4-docs \ --enable-ascii-docs \ --enable-rtf-docs" - + econf || die "./configure failed" emake || die } |