summaryrefslogtreecommitdiff
path: root/www-apps/blohg-tumblelog
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /www-apps/blohg-tumblelog
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'www-apps/blohg-tumblelog')
-rw-r--r--www-apps/blohg-tumblelog/Manifest4
-rw-r--r--www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild31
-rw-r--r--www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild31
-rw-r--r--www-apps/blohg-tumblelog/metadata.xml20
4 files changed, 0 insertions, 86 deletions
diff --git a/www-apps/blohg-tumblelog/Manifest b/www-apps/blohg-tumblelog/Manifest
deleted file mode 100644
index 4c27f24416b6..000000000000
--- a/www-apps/blohg-tumblelog/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST blohg-tumblelog-0.2.tar.gz 11046 BLAKE2B ffad48daca84f939fd7f57b149add91f7dbc3a9c74dfc94377a02c27216592699a222758ca741935eeb52a4b16c972b53d10f7686193ceff86db1546909e5afd SHA512 c9819c503751f4b6dc5f53b2f16206912424fe51eee4c76da5331e1ee1847066f4c758e98ec6fae98b0e0dfe33d5a37ce5f4ea2ea3abba0fd276cde242489792
-EBUILD blohg-tumblelog-0.2.ebuild 729 BLAKE2B bc62df0ea9c7da53c0641bbebdba868994742a44966f365440bba58a4a3bb6501e1478dfcda2caebe37f9d41803732a43e7c495b9179bca78907eeedfb096695 SHA512 00c5aeaeb7de931e51ffc6992c6a820a20a0ec603551c1d6b9a525bf505569cfb53b0ab1a8454a59aee1f0f8b6a5793dfa2507f487d4f762cd7d9c80cf615242
-EBUILD blohg-tumblelog-9999.ebuild 729 BLAKE2B bc62df0ea9c7da53c0641bbebdba868994742a44966f365440bba58a4a3bb6501e1478dfcda2caebe37f9d41803732a43e7c495b9179bca78907eeedfb096695 SHA512 00c5aeaeb7de931e51ffc6992c6a820a20a0ec603551c1d6b9a525bf505569cfb53b0ab1a8454a59aee1f0f8b6a5793dfa2507f487d4f762cd7d9c80cf615242
-MISC metadata.xml 698 BLAKE2B 56717a255a71ed0ba1c8c0b1bbd769c0fb912bc81e64fed27a8946483fe97740f0b9469366a3a08474f8dbdbfdfd1bb053346b35fe6a89f5748d1431accc9ca4 SHA512 e5ad3685e16d39735bd93af2c071eb3a924ca78c873f9cdae9803a8038b1291b54d0f01e4dce3b6fa55107a05afbd92e4ed9309a3d21e845e54a24ea23761938
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>