summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal+github.com@gmail.com>2016-04-15 17:18:15 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-04-15 18:52:12 +0000
commita4a268c4d455a77f9848224c539138555e6ec7d6 (patch)
treed9574de201dafda76cedb95f8fb2998190211292 /app-doc/cppman/cppman-0.4.6.ebuild
parentdev-libs/libgcrypt: bump. (diff)
downloadgentoo-a4a268c4d455a77f9848224c539138555e6ec7d6.tar.gz
gentoo-a4a268c4d455a77f9848224c539138555e6ec7d6.tar.bz2
gentoo-a4a268c4d455a77f9848224c539138555e6ec7d6.zip
app-doc/cppman: new package
Closes: https://github.com/gentoo/gentoo/pull/1263 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-doc/cppman/cppman-0.4.6.ebuild')
-rw-r--r--app-doc/cppman/cppman-0.4.6.ebuild26
1 files changed, 26 insertions, 0 deletions
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=()