commit: ad45260c36ef5a6eae7758aae9e49bf00c9ee40e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 14:07:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 14:07:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad45260c
media-gfx/sigal: Remove last-rited pkg Closes: https://bugs.gentoo.org/718334 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-gfx/sigal/Manifest | 1 - media-gfx/sigal/metadata.xml | 31 ------------------------------- media-gfx/sigal/sigal-1.3.0.ebuild | 37 ------------------------------------- profiles/package.mask | 1 - 4 files changed, 70 deletions(-) diff --git a/media-gfx/sigal/Manifest b/media-gfx/sigal/Manifest deleted file mode 100644 index 54be31ec12d..00000000000 --- a/media-gfx/sigal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sigal-1.3.0.tar.gz 3267422 BLAKE2B 0be6dc6b92c8681e47ad7094004793fe78fd8974075958374268bb55f6d2deb903b5ad858c2603c751f74fd2394c945d3f933b3fb44a8f58b18dcd9a2c1c1236 SHA512 132c94a472301a2cc81a4aef13afa8137a6b69dfc035821e22fca6b0598cb94f1788f1a8cf1b47412214c9480867be816070aaa938290a1d10bccc407c38aaf4 diff --git a/media-gfx/sigal/metadata.xml b/media-gfx/sigal/metadata.xml deleted file mode 100644 index 8a8f5b028e4..00000000000 --- a/media-gfx/sigal/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Thomas Gstädtner</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - Sigal is yet another simple static gallery generator. - It's written in Python and it allows to build a static gallery - of images with the following features: - - Process directories recursively. - - Generate HTML pages using jinja2 templates. - - Relative links for a portable output. - - Support themes, videos, EXIF tags, zip download. - - Parallel processing. - - MIT licensed. - </longdescription> - <upstream> - <remote-id type="pypi">sigal</remote-id> - <remote-id type="github">saimn/sigal</remote-id> - <bugs-to>https://github.com/saimn/sigal/issues</bugs-to> - </upstream> - <use> - <flag name="s3">Enables support for the Amazon S3 service.</flag> - </use> -</pkgmetadata> diff --git a/media-gfx/sigal/sigal-1.3.0.ebuild b/media-gfx/sigal/sigal-1.3.0.ebuild deleted file mode 100644 index 50b523364a3..00000000000 --- a/media-gfx/sigal/sigal-1.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Simple static web gallery generator" -HOMEPAGE="http://sigal.saimon.org/" -SRC_URI="https://github.com/saimn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="s3 test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-python/blinker[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pilkit[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - s3? ( dev-python/boto[${PYTHON_USEDEP}] ) - test? ( - dev-python/boto[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" -RDEPEND="${CDEPEND}" - -DOCS="README.rst" - -python_test() { - esetup.py test -} diff --git a/profiles/package.mask b/profiles/package.mask index c4cf5a43c0d..72d170264f5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -624,7 +624,6 @@ dev-util/molecule-core dev-util/molecule-plugins dev-vcs/git-spindle media-gfx/birdfont -media-gfx/sigal # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released
