From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- www-apps/blohg-tumblelog/Manifest | 4 --- .../blohg-tumblelog/blohg-tumblelog-0.2.ebuild | 31 ---------------------- .../blohg-tumblelog/blohg-tumblelog-9999.ebuild | 31 ---------------------- www-apps/blohg-tumblelog/metadata.xml | 20 -------------- 4 files changed, 86 deletions(-) delete mode 100644 www-apps/blohg-tumblelog/Manifest delete mode 100644 www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild delete mode 100644 www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild delete mode 100644 www-apps/blohg-tumblelog/metadata.xml (limited to 'www-apps/blohg-tumblelog') 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 @@ - - - - - rafaelmartins@gentoo.org - Rafael G. Martins - - - A blohg extension with reStructuredText directives to run a tumblelog. - - - - rafaelmartins@gentoo.org - Rafael G. Martins - - mailto:blohg@librelist.com - blohg-tumblelog - rafaelmartins/blohg-tumblelog - - -- cgit v1.2.3