diff options
author | wiz <wiz> | 2012-10-02 08:03:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-02 08:03:02 +0000 |
commit | 580f0663157d7d12f93f008f20de29f366061254 (patch) | |
tree | 2630e9a0ad53cb39fb2bddcb09c3b06a5e6e6d4b /lang | |
parent | ec5d06f6e59d5d62286fa07f860b9456997ecea0 (diff) | |
download | pkgsrc-580f0663157d7d12f93f008f20de29f366061254.tar.gz |
Remove py24-html-docs, python24 was removed some time ago. Noted by obache.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/py24-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py24-html-docs/Makefile | 33 | ||||
-rw-r--r-- | lang/py24-html-docs/distinfo | 5 |
4 files changed, 1 insertions, 41 deletions
diff --git a/lang/Makefile b/lang/Makefile index 06d8536757b..4fba39d2205 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.330 2012/09/16 15:14:12 taca Exp $ +# $NetBSD: Makefile,v 1.331 2012/10/02 08:03:02 wiz Exp $ # COMMENT= Programming languages @@ -144,7 +144,6 @@ SUBDIR+= py-basicproperty SUBDIR+= py-cxfreeze SUBDIR+= py-psyco SUBDIR+= py-pyrex -SUBDIR+= py24-html-docs SUBDIR+= py25-html-docs SUBDIR+= py26-html-docs SUBDIR+= py27-html-docs diff --git a/lang/py24-html-docs/DESCR b/lang/py24-html-docs/DESCR deleted file mode 100644 index 846e8e16880..00000000000 --- a/lang/py24-html-docs/DESCR +++ /dev/null @@ -1 +0,0 @@ -HTML Documentation for Python 2.4 diff --git a/lang/py24-html-docs/Makefile b/lang/py24-html-docs/Makefile deleted file mode 100644 index 45c7bd1d7c4..00000000000 --- a/lang/py24-html-docs/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2011/06/17 12:19:33 obache Exp $ -# - -DISTNAME= html-2.4.4 -PKGNAME= ${DISTNAME:S/html/py24-html-docs/} -CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/doc/2.4.4/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.python.org/doc/ -COMMENT= HTML Documentation for Python - -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/Python-Docs-2.4.4/ -DIST_SUBDIR= python - -USE_TOOLS+= pax - -NO_CONFIGURE= yes -NO_BUILD= yes - -HTMLDIR= share/doc/html/python2.4 -PLIST_SRC= ${WRKDIR}/.PLIST_SRC - -INSTALLATION_DIRS= ${HTMLDIR} - -do-install: - 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/py24-html-docs/distinfo b/lang/py24-html-docs/distinfo deleted file mode 100644 index 634dd80ff6c..00000000000 --- a/lang/py24-html-docs/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.5 2011/06/17 12:19:33 obache Exp $ - -SHA1 (python/html-2.4.4.tar.bz2) = c493b57cd06b16e6da6379524425c20828a00b8b -RMD160 (python/html-2.4.4.tar.bz2) = aa75cff896abd89c0ef2dbda5d5b1bcd45e42689 -Size (python/html-2.4.4.tar.bz2) = 1398442 bytes |