diff options
author | obache <obache@pkgsrc.org> | 2012-01-13 12:20:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-13 12:20:50 +0000 |
commit | f7ff11543307d25ed675809c7caed17b26ad5cc2 (patch) | |
tree | 769e02ec52881c283f2ac4e2e8d90ada7c4e847b | |
parent | 7481caf7a402b7e8893f580a63f8eb80042f1889 (diff) | |
download | pkgsrc-f7ff11543307d25ed675809c7caed17b26ad5cc2.tar.gz |
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.
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/py-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py-html-docs/Makefile | 32 | ||||
-rw-r--r-- | lang/py-html-docs/distinfo | 5 |
4 files changed, 1 insertions, 40 deletions
diff --git a/lang/Makefile b/lang/Makefile index 228085f69bd..435b4ca5895 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -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+= pnetlib-nox11 SUBDIR+= polyml SUBDIR+= py-basicproperty SUBDIR+= py-cxfreeze -SUBDIR+= py-html-docs SUBDIR+= py-psyco SUBDIR+= py-pyrex SUBDIR+= py24-html-docs diff --git a/lang/py-html-docs/DESCR b/lang/py-html-docs/DESCR deleted file mode 100644 index 76103e594e0..00000000000 --- a/lang/py-html-docs/DESCR +++ /dev/null @@ -1 +0,0 @@ -HTML Documentation for Python diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile deleted file mode 100644 index 09215ff280f..00000000000 --- a/lang/py-html-docs/Makefile +++ /dev/null @@ -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 -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 --git a/lang/py-html-docs/distinfo b/lang/py-html-docs/distinfo deleted file mode 100644 index a2d186e7a23..00000000000 --- a/lang/py-html-docs/distinfo +++ /dev/null @@ -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 |