diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 10:57:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-10 10:57:14 +0000 |
commit | 9ca69d4f2f10174d3ca40d416219596095415880 (patch) | |
tree | c881c0ecc13bb7bc8b4dc6596b3fb9d86be622c1 /app-text/psiconv | |
parent | Punt virtual/libc dependency. (diff) | |
download | gentoo-2-9ca69d4f2f10174d3ca40d416219596095415880.tar.gz gentoo-2-9ca69d4f2f10174d3ca40d416219596095415880.tar.bz2 gentoo-2-9ca69d4f2f10174d3ca40d416219596095415880.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/app-text/psiconv/ChangeLog b/app-text/psiconv/ChangeLog index 8bd04b8f482c..bd9c1ff07b87 100644 --- a/app-text/psiconv/ChangeLog +++ b/app-text/psiconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/psiconv # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.11 2014/03/10 10:56:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.12 2014/03/10 10:57:14 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> -psiconv-0.8.3.ebuild: + old 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> psiconv-0.8.3-r1.ebuild, psiconv-0.8.3.ebuild: diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild deleted file mode 100644 index 2af37f45849b..000000000000 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 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.10 2014/03/10 10:56:13 ssuominen Exp $ - -IUSE="doc" - -DESCRIPTION="An interpreter for Psion 5(MX) file formats" -HOMEPAGE="http://huizen.dds.nl/~frodol/psiconv" -SRC_URI="http://huizen.dds.nl/~frodol/psiconv/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa" - -src_compile() { - local myconf - - use doc \ - && myconf="${myconf} enable-html4-docs \ - --enable-ascii-docs \ - --enable-rtf-docs" - - econf - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} |