From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2164138334 for ; Sat, 4 Jan 2020 08:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBC60E088A; Sat, 4 Jan 2020 08:54:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC668E088A for ; Sat, 4 Jan 2020 08:54:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 781E434DD3A for ; Sat, 4 Jan 2020 08:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770941E for ; Sat, 4 Jan 2020 08:54:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1578128059.fbf730a1defcbe26f825748eb202dced507925b1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg-tumblelog/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/blohg-tumblelog/Manifest www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild www-apps/blohg-tumblelog/metadata.xml X-VCS-Directories: www-apps/blohg-tumblelog/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fbf730a1defcbe26f825748eb202dced507925b1 X-VCS-Branch: master Date: Sat, 4 Jan 2020 08:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 313b7583-1954-4c16-a6c4-575865e2ac68 X-Archives-Hash: c464f439a3e1cd44f3b6b99bcfd8cca9 commit: fbf730a1defcbe26f825748eb202dced507925b1 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 4 08:54:19 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 4 08:54:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf730a1 www-apps/blohg-tumblelog: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> www-apps/blohg-tumblelog/Manifest | 1 - .../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, 83 deletions(-) diff --git a/www-apps/blohg-tumblelog/Manifest b/www-apps/blohg-tumblelog/Manifest deleted file mode 100644 index be1f81a29ff..00000000000 --- 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 068364304c3..00000000000 --- 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 068364304c3..00000000000 --- 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 f8048e3efc3..00000000000 --- 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 - -