From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13AA959CB2 for ; Fri, 15 Apr 2016 19:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC1921C046; Fri, 15 Apr 2016 19:10:37 +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 F1D9221C046 for ; Fri, 15 Apr 2016 19:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C087F340CF2 for ; Fri, 15 Apr 2016 19:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6110D8F1 for ; Fri, 15 Apr 2016 19:10:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1460746332.a4a268c4d455a77f9848224c539138555e6ec7d6.monsieurp@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 app-doc/cppman/metadata.xml X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a4a268c4d455a77f9848224c539138555e6ec7d6 X-VCS-Branch: master Date: Fri, 15 Apr 2016 19:10:33 +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: af1a096a-815a-45b9-9c4c-c54dfbb4ebf8 X-Archives-Hash: 0e9bdb81fcd22be46b47490e3a587b6e commit: a4a268c4d455a77f9848224c539138555e6ec7d6 Author: Jan Chren gmail com> AuthorDate: Fri Apr 15 15:18:15 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Apr 15 18:52:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a268c4 app-doc/cppman: new package Closes: https://github.com/gentoo/gentoo/pull/1263 Signed-off-by: Patrice Clement gentoo.org> app-doc/cppman/Manifest | 1 + app-doc/cppman/cppman-0.4.6.ebuild | 26 ++++++++++++++++++++++++++ app-doc/cppman/metadata.xml | 13 +++++++++++++ 3 files changed, 40 insertions(+) diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest new file mode 100644 index 0000000..688ad9f --- /dev/null +++ b/app-doc/cppman/Manifest @@ -0,0 +1 @@ +DIST cppman-0.4.6.tar.gz 183492 SHA256 4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7 WHIRLPOOL ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700 diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild new file mode 100644 index 0000000..31f687c --- /dev/null +++ b/app-doc/cppman/cppman-0.4.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python3_{3,4}) + +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 +" + +# `./setup install` already installs docs +DOCS=() diff --git a/app-doc/cppman/metadata.xml b/app-doc/cppman/metadata.xml new file mode 100644 index 0000000..5c173d1 --- /dev/null +++ b/app-doc/cppman/metadata.xml @@ -0,0 +1,13 @@ + + + + + dev.rindeal+bugs.gentoo.org@gmail.com + Jan Chren (rindeal) + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + +