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 E168D139695 for ; Fri, 21 Apr 2017 17:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FE9E0C56; Fri, 21 Apr 2017 17:36:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00418E0C56 for ; Fri, 21 Apr 2017 17:36:28 +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 CA03034105A for ; Fri, 21 Apr 2017 17:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC117438 for ; Fri, 21 Apr 2017 17:36:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1492796170.b6faa60c76c6e677e33768a4a4c3ff819923ec5e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cppman/Manifest app-doc/cppman/cppman-0.4.6.ebuild X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b6faa60c76c6e677e33768a4a4c3ff819923ec5e X-VCS-Branch: master Date: Fri, 21 Apr 2017 17:36:25 +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-Archives-Salt: d2dd915a-365a-47d9-beb6-89e5d833d3ba X-Archives-Hash: 863f8827d8042d196ba75b3a42d00e18 commit: b6faa60c76c6e677e33768a4a4c3ff819923ec5e Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 21 16:39:32 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Apr 21 17:36:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6faa60c app-doc/cppman: Drop old Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-doc/cppman/Manifest | 1 - app-doc/cppman/cppman-0.4.6.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest index 769a97a0cb2..83e28ac6668 100644 --- a/app-doc/cppman/Manifest +++ b/app-doc/cppman/Manifest @@ -1,2 +1 @@ -DIST cppman-0.4.6.tar.gz 183492 SHA256 4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7 WHIRLPOOL ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700 DIST cppman-0.4.8.tar.gz 3185978 SHA256 da9d13867fb37d20663ac4e446a2fb3174414d24b90cc70c9c7b6bcf94331552 SHA512 f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d WHIRLPOOL 52cd91a2e13e74109af548d83d5a11dd9a528b77ec77ac80fc6cd24742e2dfe320048427ca7a61be84010f38145014ab21dc55d6e7758f2e92410cbd92da61a3 diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild deleted file mode 100644 index 64ca4b383bc..00000000000 --- a/app-doc/cppman/cppman-0.4.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_4) -PYTHON_REQ_USE='sqlite,threads' - -inherit distutils-r1 - -DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and cppreference.com" -HOMEPAGE="https://github.com/aitjcize/cppman" -LICENSE="GPL-3" - -SLOT="0" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=" - sys-apps/groff - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] -" - -# `./setup install` already installs docs -DOCS=()