pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Remove py-html-docs from pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/147a6f3b0442
branches:  trunk
changeset: 597993:147a6f3b0442
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jan 13 12:20:50 2012 +0000

description:
Remove py-html-docs from pkgsrc.
This package is a ancient package before support multi python version variants.
We can use py*-html-docs packages for each variants as it is now.

diffstat:

 lang/Makefile              |   3 +--
 lang/py-html-docs/DESCR    |   1 -
 lang/py-html-docs/Makefile |  32 --------------------------------
 lang/py-html-docs/distinfo |   5 -----
 4 files changed, 1 insertions(+), 40 deletions(-)

diffs (67 lines):

diff -r d758f82de4df -r 147a6f3b0442 lang/Makefile
--- a/lang/Makefile     Fri Jan 13 12:15:24 2012 +0000
+++ b/lang/Makefile     Fri Jan 13 12:20:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.310 2011/11/23 01:20:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.311 2012/01/13 12:20:50 obache Exp $
 #
 
 COMMENT=       Programming languages
@@ -136,7 +136,6 @@
 SUBDIR+=       polyml
 SUBDIR+=       py-basicproperty
 SUBDIR+=       py-cxfreeze
-SUBDIR+=       py-html-docs
 SUBDIR+=       py-psyco
 SUBDIR+=       py-pyrex
 SUBDIR+=       py24-html-docs
diff -r d758f82de4df -r 147a6f3b0442 lang/py-html-docs/DESCR
--- a/lang/py-html-docs/DESCR   Fri Jan 13 12:15:24 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-HTML Documentation for Python
diff -r d758f82de4df -r 147a6f3b0442 lang/py-html-docs/Makefile
--- a/lang/py-html-docs/Makefile        Fri Jan 13 12:15:24 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2009/07/22 09:28:15 wiz Exp $
-#
-
-DISTNAME=      html-2.0
-PKGNAME=       py-html-docs-2.0
-CATEGORIES=    lang python
-MASTER_SITES=  http://www.python.org/ftp/python/doc/2.0/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    tsarna%NetBSD.org@localhost
-HOMEPAGE=      http://www.python.org/doc/
-COMMENT=       HTML Documentation for Python
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-USE_TOOLS+=    pax
-
-WRKSRC=                ${WRKDIR}
-DIST_SUBDIR=   python
-
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-
-HTMLDIR=       share/doc/html/python
-PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
-
-do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${HTMLDIR}
-       cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
-       cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
-
-.include "../../mk/bsd.pkg.mk"
diff -r d758f82de4df -r 147a6f3b0442 lang/py-html-docs/distinfo
--- a/lang/py-html-docs/distinfo        Fri Jan 13 12:15:24 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:03:10 agc Exp $
-
-SHA1 (python/html-2.0.tar.bz2) = 1148935ebb34cedb03796bcca5347de1ccbd15c5
-RMD160 (python/html-2.0.tar.bz2) = 3b8bea9eeb7cc9038615a1c1eed4975dda0d6911
-Size (python/html-2.0.tar.bz2) = 699404 bytes



Home | Main Index | Thread Index | Old Index