diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 11:54:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 11:54:19 +0300 |
commit | fbf730a1defcbe26f825748eb202dced507925b1 (patch) | |
tree | 7b010301383beec91056b76a207d7ba4126774b2 /www-apps/blohg-tumblelog | |
parent | x11-misc/magick-rotation: remove last-rited pkg (diff) | |
download | gentoo-fbf730a1defcbe26f825748eb202dced507925b1.tar.gz gentoo-fbf730a1defcbe26f825748eb202dced507925b1.tar.bz2 gentoo-fbf730a1defcbe26f825748eb202dced507925b1.zip |
www-apps/blohg-tumblelog: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-apps/blohg-tumblelog')
-rw-r--r-- | www-apps/blohg-tumblelog/Manifest | 1 | ||||
-rw-r--r-- | www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild | 31 | ||||
-rw-r--r-- | www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild | 31 | ||||
-rw-r--r-- | www-apps/blohg-tumblelog/metadata.xml | 20 |
4 files changed, 0 insertions, 83 deletions
diff --git a/www-apps/blohg-tumblelog/Manifest b/www-apps/blohg-tumblelog/Manifest deleted file mode 100644 index be1f81a29ffb..000000000000 --- a/www-apps/blohg-tumblelog/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blohg-tumblelog-0.2.tar.gz 11046 BLAKE2B ffad48daca84f939fd7f57b149add91f7dbc3a9c74dfc94377a02c27216592699a222758ca741935eeb52a4b16c972b53d10f7686193ceff86db1546909e5afd SHA512 c9819c503751f4b6dc5f53b2f16206912424fe51eee4c76da5331e1ee1847066f4c758e98ec6fae98b0e0dfe33d5a37ce5f4ea2ea3abba0fd276cde242489792 diff --git a/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild b/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild deleted file mode 100644 index 068364304c3b..000000000000 --- a/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A blohg extension with reStructuredText directives to run a tumblelog" -HOMEPAGE="https://github.com/rafaelmartins/blohg-tumblelog" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI= - KEYWORDS= - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" - inherit git-r3 -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - >=www-apps/blohg-0.12 - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyoembed[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild b/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild deleted file mode 100644 index 068364304c3b..000000000000 --- a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A blohg extension with reStructuredText directives to run a tumblelog" -HOMEPAGE="https://github.com/rafaelmartins/blohg-tumblelog" - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI= - KEYWORDS= - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" - inherit git-r3 -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - >=www-apps/blohg-0.12 - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyoembed[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/www-apps/blohg-tumblelog/metadata.xml b/www-apps/blohg-tumblelog/metadata.xml deleted file mode 100644 index f8048e3efc32..000000000000 --- a/www-apps/blohg-tumblelog/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>rafaelmartins@gentoo.org</email> - <name>Rafael G. Martins</name> - </maintainer> - <longdescription lang="en"> - A blohg extension with reStructuredText directives to run a tumblelog. - </longdescription> - <upstream> - <maintainer status="active"> - <email>rafaelmartins@gentoo.org</email> - <name>Rafael G. Martins</name> - </maintainer> - <bugs-to>mailto:blohg@librelist.com</bugs-to> - <remote-id type="pypi">blohg-tumblelog</remote-id> - <remote-id type="github">rafaelmartins/blohg-tumblelog</remote-id> - </upstream> -</pkgmetadata> |