public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pdf2html: pdf2html-1.4.ebuild ChangeLog
@ 2008-05-12 15:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-05-12 15:57 UTC (permalink / raw
  To: gentoo-commits

aballier    08/05/12 15:57:26

  Modified:             pdf2html-1.4.ebuild ChangeLog
  Log:
  improve deps, dont prestrip files (bug #152263), honour ldflags and friends, appears to work fine here so its saved from last riting
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.17                 app-text/pdf2html/pdf2html-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?r1=1.16&r2=1.17

Index: pdf2html-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pdf2html-1.4.ebuild	17 Jan 2008 20:13:18 -0000	1.16
+++ pdf2html-1.4.ebuild	12 May 2008 15:57:26 -0000	1.17
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.16 2008/01/17 20:13:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.17 2008/05/12 15:57:26 aballier Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Converts pdf files to html files"
 SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz"
@@ -13,20 +13,26 @@
 IUSE=""
 SLOT="0"
 
-DEPEND=">=media-libs/libpng-1.2.5
+DEPEND=">=media-libs/libpng-1.2.5"
+RDEPEND="${DEPEND}
 	virtual/ghostscript
-	>=sys-libs/zlib-1.1.4
 	>=media-gfx/imagemagick-5.4.9"
 
 src_unpack() {
 	unpack ${A}
-
-	cd ${S}
-	epatch ${FILESDIR}/${P}-gentoo.patch
+	cd "${S}"
+	epatch "${FILESDIR}/${P}-gentoo.patch"
 }
 
 src_compile() {
-	emake CFLAGS="${CFLAGS}" || die "Compile has failed"
+	tc-export CC
+	# Rewrite the Makefile as that's simpler
+	echo "LDLIBS=-lpng" > Makefile
+	echo "all: pbm2png" >> Makefile
+	emake || die "failed to compile pbm2png"
+	echo "pbm2eps9: pbm2eps9.o printer.o" > Makefile
+	emake pbm2eps9 || die "failed to compile pbm2eps9"
+
 	echo "cp /usr/share/${P}/*.png ." >> pdf2html
 }
 



1.17                 app-text/pdf2html/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 Jan 2008 20:13:18 -0000	1.16
+++ ChangeLog	12 May 2008 15:57:26 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pdf2html
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.16 2008/01/17 20:13:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.17 2008/05/12 15:57:26 aballier Exp $
+
+  12 May 2008; Alexis Ballier <aballier@gentoo.org> pdf2html-1.4.ebuild:
+  improve deps, dont prestrip files (bug #152263), honour ldflags and
+  friends, appears to work fine here so its saved from last riting
 
   17 Jan 2008; Fabian Groffen <grobian@gentoo.org> pdf2html-1.4.ebuild:
   Dropped ppc-macos keyword, see you in prefix



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/pdf2html: pdf2html-1.4.ebuild ChangeLog
@ 2009-12-26 19:27 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 19:27 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 19:27:31

  Modified:             pdf2html-1.4.ebuild ChangeLog
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 app-text/pdf2html/pdf2html-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?r1=1.17&r2=1.18

Index: pdf2html-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pdf2html-1.4.ebuild	12 May 2008 15:57:26 -0000	1.17
+++ pdf2html-1.4.ebuild	26 Dec 2009 19:27:30 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.17 2008/05/12 15:57:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.18 2009/12/26 19:27:30 pva Exp $
 
 inherit eutils toolchain-funcs
 
@@ -15,7 +15,7 @@
 
 DEPEND=">=media-libs/libpng-1.2.5"
 RDEPEND="${DEPEND}
-	virtual/ghostscript
+	app-text/ghostscript-gpl
 	>=media-gfx/imagemagick-5.4.9"
 
 src_unpack() {



1.18                 app-text/pdf2html/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pdf2html/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 May 2008 15:57:26 -0000	1.17
+++ ChangeLog	26 Dec 2009 19:27:30 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pdf2html
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.17 2008/05/12 15:57:26 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.18 2009/12/26 19:27:30 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> pdf2html-1.4.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   12 May 2008; Alexis Ballier <aballier@gentoo.org> pdf2html-1.4.ebuild:
   improve deps, dont prestrip files (bug #152263), honour ldflags and






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/pdf2html: pdf2html-1.4.ebuild ChangeLog
@ 2011-09-14 15:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-09-14 15:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/14 15:02:16

  Modified:             pdf2html-1.4.ebuild ChangeLog
  Log:
  Fix building with libpng15 (missing zlib.h include) wrt #378509 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-text/pdf2html/pdf2html-1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?r1=1.18&r2=1.19

Index: pdf2html-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pdf2html-1.4.ebuild	26 Dec 2009 19:27:30 -0000	1.18
+++ pdf2html-1.4.ebuild	14 Sep 2011 15:02:16 -0000	1.19
@@ -1,27 +1,29 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.18 2009/12/26 19:27:30 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
 
+EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Converts pdf files to html files"
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz"
 HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/"
-LICENSE="GPL-2"
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz"
 
+LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="alpha amd64 ~ppc sparc x86"
 IUSE=""
-SLOT="0"
 
-DEPEND=">=media-libs/libpng-1.2.5"
+DEPEND=">=media-libs/libpng-1.4
+	sys-libs/zlib"
 RDEPEND="${DEPEND}
 	app-text/ghostscript-gpl
-	>=media-gfx/imagemagick-5.4.9"
+	>=media-gfx/imagemagick-6"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}-gentoo.patch"
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-gentoo.patch \
+		"${FILESDIR}"/${P}-libpng15.patch
 }
 
 src_compile() {
@@ -29,18 +31,18 @@
 	# Rewrite the Makefile as that's simpler
 	echo "LDLIBS=-lpng" > Makefile
 	echo "all: pbm2png" >> Makefile
-	emake || die "failed to compile pbm2png"
+	emake
 	echo "pbm2eps9: pbm2eps9.o printer.o" > Makefile
-	emake pbm2eps9 || die "failed to compile pbm2eps9"
+	emake pbm2eps9
 
 	echo "cp /usr/share/${P}/*.png ." >> pdf2html
 }
 
 src_install() {
-	dobin pbm2png pbm2eps9 pdf2html ps2eps9  || die "install failed"
+	dobin pbm2png pbm2eps9 pdf2html ps2eps9
 
 	insinto /usr/share/${P}
 	doins *.png *.html
 
-	dodoc CHANGELOG README VERSION || die "install failed"
+	dodoc CHANGELOG README VERSION
 }



1.19                 app-text/pdf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Dec 2009 19:27:30 -0000	1.18
+++ ChangeLog	14 Sep 2011 15:02:16 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/pdf2html
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.18 2009/12/26 19:27:30 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
+
+  14 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> pdf2html-1.4.ebuild,
+  +files/pdf2html-1.4-libpng15.patch:
+  Fix building with libpng15 (missing zlib.h include) wrt #378509 by Diego Elio
+  Pettenò 
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> pdf2html-1.4.ebuild:
   virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/pdf2html: pdf2html-1.4.ebuild ChangeLog
@ 2012-09-16 20:04 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-09-16 20:04 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/09/16 20:04:31

  Modified:             pdf2html-1.4.ebuild ChangeLog
  Log:
  added prefix keywords
  
  (Portage version: 2.2.0_alpha128/cvs/Linux i686)

Revision  Changes    Path
1.20                 app-text/pdf2html/pdf2html-1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild?r1=1.19&r2=1.20

Index: pdf2html-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pdf2html-1.4.ebuild	14 Sep 2011 15:02:16 -0000	1.19
+++ pdf2html-1.4.ebuild	16 Sep 2012 20:04:30 -0000	1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.20 2012/09/16 20:04:30 ottxor Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=">=media-libs/libpng-1.4
@@ -35,7 +35,7 @@
 	echo "pbm2eps9: pbm2eps9.o printer.o" > Makefile
 	emake pbm2eps9
 
-	echo "cp /usr/share/${P}/*.png ." >> pdf2html
+	echo "cp \"${EPREFIX}\"/usr/share/${P}/*.png ." >> pdf2html
 }
 
 src_install() {



1.20                 app-text/pdf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	14 Sep 2011 15:02:16 -0000	1.19
+++ ChangeLog	16 Sep 2012 20:04:30 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/pdf2html
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.20 2012/09/16 20:04:30 ottxor Exp $
+
+  16 Sep 2012; Christoph Junghans <ottxor@gentoo.org> pdf2html-1.4.ebuild:
+  added prefix keywords
 
   14 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> pdf2html-1.4.ebuild,
   +files/pdf2html-1.4-libpng15.patch:
@@ -59,4 +62,3 @@
   pdf2html-1.4.ebuild:
   Initial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>,
   closing bug #15980
-





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-16 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 15:02 [gentoo-commits] gentoo-x86 commit in app-text/pdf2html: pdf2html-1.4.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-16 20:04 Christoph Junghans (ottxor)
2009-12-26 19:27 Peter Volkov (pva)
2008-05-12 15:57 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox