public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pstotext: ChangeLog pstotext-1.9-r2.ebuild pstotext-1.9-r3.ebuild pstotext-1.8g-r1.ebuild
Date: Sun,  3 Oct 2010 14:15:17 +0000 (UTC)	[thread overview]
Message-ID: <20101003141517.5BA6F20054@flycatcher.gentoo.org> (raw)

jlec        10/10/03 14:15:17

  Modified:             ChangeLog pstotext-1.9-r2.ebuild
  Added:                pstotext-1.9-r3.ebuild
  Removed:              pstotext-1.8g-r1.ebuild
  Log:
  QA, removed old, respecting LDFLAGS/CFLAGS/CC, 335595
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 app-text/pstotext/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	26 Dec 2009 19:47:13 -0000	1.33
+++ ChangeLog	3 Oct 2010 14:15:17 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/pstotext
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.33 2009/12/26 19:47:13 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.34 2010/10/03 14:15:17 jlec Exp $
+
+*pstotext-1.9-r3 (03 Oct 2010)
+
+  03 Oct 2010; Justin Lecher <jlec@gentoo.org> +files/1.9-flags.patch,
+  -pstotext-1.8g-r1.ebuild, -files/pstotext-1.8g-dsafer.patch,
+  pstotext-1.9-r2.ebuild, +pstotext-1.9-r3.ebuild:
+  QA, removed old, respecting LDFLAGS/CFLAGS/CC, 335595
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> pstotext-1.8g-r1.ebuild,
   pstotext-1.9-r2.ebuild:



1.10                 app-text/pstotext/pstotext-1.9-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild?r1=1.9&r2=1.10

Index: pstotext-1.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pstotext-1.9-r2.ebuild	26 Dec 2009 19:47:13 -0000	1.9
+++ pstotext-1.9-r2.ebuild	3 Oct 2010 14:15:17 -0000	1.10
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v 1.9 2009/12/26 19:47:13 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v 1.10 2010/10/03 14:15:17 jlec Exp $
 
 inherit eutils
 
-DESCRIPTION="extract ASCII text from a PostScript or PDF file"
+DESCRIPTION="Extract ASCII text from a PostScript or PDF file"
 HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
 SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
 
@@ -14,22 +14,16 @@
 IUSE=""
 
 DEPEND="app-arch/ncompress"
-
 RDEPEND="app-text/ghostscript-gpl"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
 	# fix bug #132662
-	epatch "${FILESDIR}"/${P}-quote-chars-fix.patch || die
-}
-
-src_compile() {
-	emake || die
+	epatch "${FILESDIR}"/${P}-quote-chars-fix.patch
 }
 
 src_install () {
-	into /usr
-	dobin pstotext
-	doman pstotext.1
+	dobin pstotext || die
+	doman pstotext.1 || die
 }



1.1                  app-text/pstotext/pstotext-1.9-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/pstotext-1.9-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pstotext/pstotext-1.9-r3.ebuild?rev=1.1&content-type=text/plain

Index: pstotext-1.9-r3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r3.ebuild,v 1.1 2010/10/03 14:15:17 jlec Exp $

EAPI="3"

inherit eutils toolchain-funcs

DESCRIPTION="Extract ASCII text from a PostScript or PDF file"
HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"

LICENSE="PSTT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="app-arch/ncompress"
RDEPEND="app-text/ghostscript-gpl"

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}-quote-chars-fix.patch \
		"${FILESDIR}"/${PV}-flags.patch
	tc-export CC
}

src_install () {
	dobin pstotext || die
	doman pstotext.1 || die
}






                 reply	other threads:[~2010-10-03 14:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101003141517.5BA6F20054@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox