pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-landslide: Remove, imported to www/
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Feb 25 16:01:53 2017 +0100
Changeset: 64a1b6a17925d93aa230e57b1ff41cc5cd3aee83
Removed Files:
py-landslide/ALTERNATIVES
py-landslide/DESCR
py-landslide/Makefile
py-landslide/PLIST
py-landslide/distinfo
Log Message:
py-landslide: Remove, imported to www/
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64a1b6a17925d93aa230e57b1ff41cc5cd3aee83
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-landslide/ALTERNATIVES | 1 -
py-landslide/DESCR | 3 ---
py-landslide/Makefile | 27 --------------------
py-landslide/PLIST | 63 -----------------------------------------------
py-landslide/distinfo | 6 -----
5 files changed, 100 deletions(-)
diffs:
diff --git a/py-landslide/ALTERNATIVES b/py-landslide/ALTERNATIVES
deleted file mode 100644
index 44118e8093..0000000000
--- a/py-landslide/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/landslide @PREFIX@/bin/landslide
diff --git a/py-landslide/DESCR b/py-landslide/DESCR
deleted file mode 100644
index ef19d14d41..0000000000
--- a/py-landslide/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Landslide generates a slideshow using from markdown, ReST, or textile.
-
-It builds off of Google's html5slides template.
diff --git a/py-landslide/Makefile b/py-landslide/Makefile
deleted file mode 100644
index fa4ccc7fc1..0000000000
--- a/py-landslide/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-GITHUB_PROJECT= landslide
-DISTNAME= landslide-1.1.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_GITHUB:=adamzap/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/adamzap/landslide/
-COMMENT= Generate HTML5 slideshows from markdown, ReST, or textile
-LICENSE= apache-2.0
-
-DEPENDS+= ${PYPKGPREFIX}-jinja2:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-pygments:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-markdown:../../textproc/py-markdown
-DEPENDS+= ${PYPKGPREFIX}-docutils:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-textile:../../textproc/py-textile
-
-post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/landslide \
- ${DESTDIR}${PREFIX}/bin/landslide-${PYVERSSUFFIX}
-
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-landslide/PLIST b/py-landslide/PLIST
deleted file mode 100644
index ca747fb02e..0000000000
--- a/py-landslide/PLIST
+++ /dev/null
@@ -1,63 +0,0 @@
-@comment $NetBSD$
-bin/landslide-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PYSITELIB}/${EGG_FILE}/not-zip-safe
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
-${PYSITELIB}/landslide/__init__.py
-${PYSITELIB}/landslide/__init__.pyc
-${PYSITELIB}/landslide/__init__.pyo
-${PYSITELIB}/landslide/__main__.py
-${PYSITELIB}/landslide/__main__.pyc
-${PYSITELIB}/landslide/__main__.pyo
-${PYSITELIB}/landslide/generator.py
-${PYSITELIB}/landslide/generator.pyc
-${PYSITELIB}/landslide/generator.pyo
-${PYSITELIB}/landslide/macro.py
-${PYSITELIB}/landslide/macro.pyc
-${PYSITELIB}/landslide/macro.pyo
-${PYSITELIB}/landslide/main.py
-${PYSITELIB}/landslide/main.pyc
-${PYSITELIB}/landslide/main.pyo
-${PYSITELIB}/landslide/parser.py
-${PYSITELIB}/landslide/parser.pyc
-${PYSITELIB}/landslide/parser.pyo
-${PYSITELIB}/landslide/rst.py
-${PYSITELIB}/landslide/rst.pyc
-${PYSITELIB}/landslide/rst.pyo
-${PYSITELIB}/landslide/tests.py
-${PYSITELIB}/landslide/tests.pyc
-${PYSITELIB}/landslide/tests.pyo
-${PYSITELIB}/landslide/themes/default/base.html
-${PYSITELIB}/landslide/themes/default/css/print.css
-${PYSITELIB}/landslide/themes/default/css/screen.css
-${PYSITELIB}/landslide/themes/default/js/slides.js
-${PYSITELIB}/landslide/themes/leapmotion/base.html
-${PYSITELIB}/landslide/themes/leapmotion/css/print.css
-${PYSITELIB}/landslide/themes/leapmotion/css/screen.css
-${PYSITELIB}/landslide/themes/leapmotion/js/slides.js
-${PYSITELIB}/landslide/themes/light/css/screen.css
-${PYSITELIB}/landslide/themes/ribbon/base.html
-${PYSITELIB}/landslide/themes/ribbon/css/defaults.scss
-${PYSITELIB}/landslide/themes/ribbon/css/print.css
-${PYSITELIB}/landslide/themes/ribbon/css/print.scss
-${PYSITELIB}/landslide/themes/ribbon/css/reset.scss
-${PYSITELIB}/landslide/themes/ribbon/css/screen.css
-${PYSITELIB}/landslide/themes/ribbon/css/screen.scss
-${PYSITELIB}/landslide/themes/ribbon/images/grid-16x10.png
-${PYSITELIB}/landslide/themes/ribbon/images/grid-4x3.png
-${PYSITELIB}/landslide/themes/ribbon/images/linen.png
-${PYSITELIB}/landslide/themes/ribbon/images/ribbon.svg
-${PYSITELIB}/landslide/themes/ribbon/js/slides.js
-${PYSITELIB}/landslide/themes/ribbon/license.txt
-${PYSITELIB}/landslide/themes/tango/css/background.png
-${PYSITELIB}/landslide/themes/tango/css/screen.css
-${PYSITELIB}/landslide/utils.py
-${PYSITELIB}/landslide/utils.pyc
-${PYSITELIB}/landslide/utils.pyo
-${PYSITELIB}/landslide/watcher.py
-${PYSITELIB}/landslide/watcher.pyc
-${PYSITELIB}/landslide/watcher.pyo
diff --git a/py-landslide/distinfo b/py-landslide/distinfo
deleted file mode 100644
index dfcd965f82..0000000000
--- a/py-landslide/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (landslide-1.1.3.tar.gz) = 07e5adbe9c0264a66c348a92aebea1d64f2baea2
-RMD160 (landslide-1.1.3.tar.gz) = 03eb20ea51997234a50b0aac0995f8b3ec286bd7
-SHA512 (landslide-1.1.3.tar.gz) = ba46dca4a93630ef700b2d5a6e1871d5ffbeb9943c165a00874ed9d931693c4b8d824658105792ca05e4d17d017066d4075b04c2a82d565749ee21670f8dc240
-Size (landslide-1.1.3.tar.gz) = 150998 bytes
Home |
Main Index |
Thread Index |
Old Index