pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc pyPdf hasn't been used by calibre since 2012, nei...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c06857860e74
branches:  trunk
changeset: 357738:c06857860e74
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Fri Jan 27 10:24:56 2017 +0000

description:
pyPdf hasn't been used by calibre since 2012, neither in bundled (removed)
nor in dependency form.

Noted by Eli Schwartz.

diffstat:

 misc/calibre/Makefile  |  5 ++---
 misc/calibre1/Makefile |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 8681f5ff08a6 -r c06857860e74 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Fri Jan 27 09:40:34 2017 +0000
+++ b/misc/calibre/Makefile     Fri Jan 27 10:24:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2017/01/25 14:36:37 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2017/01/27 10:24:56 kleink Exp $
 
 DISTNAME=      calibre-2.77.0
 PKGREVISION=   1
@@ -26,7 +26,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=0.6.1:../../sysutils/py-psutil
 ## Let's depend on the ones we have in pkgsrc instead of the bundled ones.
-#DEPENDS+=     ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
 DEPENDS+=      ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy
 DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 #DEPENDS+=     ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
@@ -94,7 +93,7 @@
 
 # Let's depend on the ones we have in pkgsrc instead of the bundled ones.
 pre-configure:
-       cd ${WRKSRC} && rm -rf src/cherrypy src/pyPdf src/html5lib src/chardet
+       cd ${WRKSRC} && rm -rf src/cherrypy src/html5lib src/chardet
 
 # Turn off x bits on non-executable files.
 post-extract:
diff -r 8681f5ff08a6 -r c06857860e74 misc/calibre1/Makefile
--- a/misc/calibre1/Makefile    Fri Jan 27 09:40:34 2017 +0000
+++ b/misc/calibre1/Makefile    Fri Jan 27 10:24:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/01/25 14:36:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/27 10:24:56 kleink Exp $
 
 DISTNAME=      calibre-1.48.0
 PKGREVISION=   23
@@ -23,7 +23,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.7.1:../../textproc/py-cssselect
 DEPENDS+=      ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils
 # Let's depend on the ones we have in pkgsrc instead of the bundled ones.
-DEPENDS+=      ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
 DEPENDS+=      ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy
 DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
@@ -96,7 +95,7 @@
 
 # Let's depend on the ones we have in pkgsrc instead of the bundled ones.
 pre-configure:
-       cd ${WRKSRC} && rm -rf src/cherrypy src/pyPdf src/html5lib src/chardet
+       cd ${WRKSRC} && rm -rf src/cherrypy src/html5lib src/chardet
 
 # Turn off x bits on non-executable files.
 post-extract:



Home | Main Index | Thread Index | Old Index