From a4a268c4d455a77f9848224c539138555e6ec7d6 Mon Sep 17 00:00:00 2001 From: Jan Chren Date: Fri, 15 Apr 2016 17:18:15 +0200 Subject: app-doc/cppman: new package Closes: https://github.com/gentoo/gentoo/pull/1263 Signed-off-by: Patrice Clement --- 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(+) create mode 100644 app-doc/cppman/Manifest create mode 100644 app-doc/cppman/cppman-0.4.6.ebuild create mode 100644 app-doc/cppman/metadata.xml (limited to 'app-doc') diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest new file mode 100644 index 000000000000..688ad9ffff70 --- /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 000000000000..31f687c0640b --- /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 000000000000..5c173d1d3178 --- /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 + + -- cgit v1.2.3-65-gdbad