diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/landslide/Manifest | 1 | ||||
-rw-r--r-- | app-text/landslide/landslide-1.1.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-text/landslide/Manifest b/app-text/landslide/Manifest index bb85c1303213..57676805f420 100644 --- a/app-text/landslide/Manifest +++ b/app-text/landslide/Manifest @@ -1,2 +1 @@ -DIST landslide-1.1.1.tar.gz 156083 SHA256 b7860c6eef973b7deb286d8a32b95c4ccab0cb8460844299b36b0d48e9109b02 SHA512 de0ef010589150bf4fa31e9e7fc4b4261ac3cebe91cc8d02745f3ab1f723a811c8d2117cc61a95c5b21c7e34a0fd280640e13a649efb4bc0de7d15e9a2a1548b WHIRLPOOL e12706a23cff2c5785cd8c4192104c7c000c2eb342e58b110c24ad1eada720308a96ddcf94251fd93b4a42e8235ea3e52cbce075d744a8804a5c108fee49d967 DIST landslide-1.1.3.tar.gz 151003 SHA256 5b0d7c204fef6b06c0997c02c9cb4096b1e7c80fdb548e4ceea9f3b6fa11530f SHA512 2b29c416f8af04c0bf048060e0fe67b0b6a5e293485c5e3f68b9d1ce9d63ef66ca3bc58a96f65705c6918542932ef0a2fa6072b17c4c01cfc1975d283b417152 WHIRLPOOL 1e56326958f41b10e32168fe4b22bf9c383b626c30e58559769c05cf515d3d3395c71ded5acd7f6c49277b5e33ae479cd4fbd570b0cc6a5be32f92c3ff361416 diff --git a/app-text/landslide/landslide-1.1.1.ebuild b/app-text/landslide/landslide-1.1.1.ebuild deleted file mode 100644 index 90197af752d4..000000000000 --- a/app-text/landslide/landslide-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" - -inherit distutils python vcs-snapshot - -DESCRIPTION="Landslide generates a slideshow using the slides that power the html5-slides presentation" -HOMEPAGE="https://github.com/adamzap/landslide" -SRC_URI="https://github.com/adamzap/landslide/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/docutils - dev-python/jinja - dev-python/markdown - dev-python/pygments" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} |