summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-06-10 09:12:55 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-06-10 09:12:55 +0000
commit2c7edd79b004b77bf579cb21c91de071152b650a (patch)
treea38fce21e4c37796ea681128e69b185f57676913 /app-text
parentInitial commit, ebuild & patches by me. As requested by Steve Harrison. (diff)
downloadgentoo-2-2c7edd79b004b77bf579cb21c91de071152b650a.tar.gz
gentoo-2-2c7edd79b004b77bf579cb21c91de071152b650a.tar.bz2
gentoo-2-2c7edd79b004b77bf579cb21c91de071152b650a.zip
Fixed some typos.
(Portage version: 2.1.12.3/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/jmupdf/ChangeLog4
-rw-r--r--app-text/jmupdf/jmupdf-0.4.1.ebuild4
-rw-r--r--app-text/jmupdf/metadata.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-text/jmupdf/ChangeLog b/app-text/jmupdf/ChangeLog
index e9d14cab0945..9882edc6d7b0 100644
--- a/app-text/jmupdf/ChangeLog
+++ b/app-text/jmupdf/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for app-text/jmupdf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jmupdf/ChangeLog,v 1.1 2013/06/10 08:45:58 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jmupdf/ChangeLog,v 1.2 2013/06/10 09:12:55 tomwij Exp $
*jmupdf-0.4.1 (10 Jun 2013)
10 Jun 2013; Michael Weber <xmw@gentoo.org>
+files/jmupdf-0.4.1-build-xml.patch, +files/jmupdf-0.4.1-umlaut.patch,
+jmupdf-0.4.1.ebuild, +metadata.xml:
- Initial import as requested by TimWij (bug 472674)
+ Initial import as requested by TomWij (bug 472674)
diff --git a/app-text/jmupdf/jmupdf-0.4.1.ebuild b/app-text/jmupdf/jmupdf-0.4.1.ebuild
index 31a73d916050..28efee78e257 100644
--- a/app-text/jmupdf/jmupdf-0.4.1.ebuild
+++ b/app-text/jmupdf/jmupdf-0.4.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jmupdf/jmupdf-0.4.1.ebuild,v 1.1 2013/06/10 08:45:58 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jmupdf/jmupdf-0.4.1.ebuild,v 1.2 2013/06/10 09:12:55 tomwij Exp $
EAPI=5
inherit eutils flag-o-matic java-pkg-2 java-ant-2 multilib
EANT_BUILD_TARGET=${PN}
-DESCRIPTION="java library for rendering PDF, XPS and CBZ (Comic Book) documents"
+DESCRIPTION="Java library for rendering PDF, XPS and CBZ (Comic Book) documents"
HOMEPAGE="https://code.google.com/p/jmupdf/"
SRC_URI="https://jmupdf.googlecode.com/files/2012-02-23-source-${P}.7z"
diff --git a/app-text/jmupdf/metadata.xml b/app-text/jmupdf/metadata.xml
index 7f7163dafc13..5d2feb4d8830 100644
--- a/app-text/jmupdf/metadata.xml
+++ b/app-text/jmupdf/metadata.xml
@@ -6,9 +6,9 @@
<name>Michael Weber</name>
</maintainer>
<use>
- <flag name="system-mupdf">Link againse system version of app-text/mupdf</flag>
+ <flag name="system-mupdf">Link against system version of app-text/mupdf</flag>
</use>
<longdescription>
-JMuPdf is a java library for rendering PDF, XPS and CBZ (Comic Book) documents. It can render pages and export them into various formats as well as generate a java buffered image. It has the ability to render the whole page or sections (cropping). It can also extract page text, links, outlines, etc.
+JMuPdf is a Java library for rendering PDF, XPS and CBZ (Comic Book) documents. It can render pages and export them into various formats as well as generate a Java buffered image. It has the ability to render the whole page or sections (cropping). It can also extract page text, links, outlines, etc.
</longdescription>
</pkgmetadata>