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 E8A2D139085 for ; Sun, 18 Dec 2016 13:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373DAE0D01; Sun, 18 Dec 2016 13:00:44 +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 03ACCE0D01 for ; Sun, 18 Dec 2016 13:00:43 +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 862E0340F1A for ; Sun, 18 Dec 2016 13:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C31DC91A for ; Sun, 18 Dec 2016 13:00:40 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1482066027.803ddbcb6f67c28f676148293b9bf9037020ddda.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/ponysay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/ponysay/Manifest games-misc/ponysay/metadata.xml games-misc/ponysay/ponysay-3.0.2.ebuild X-VCS-Directories: games-misc/ponysay/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 803ddbcb6f67c28f676148293b9bf9037020ddda X-VCS-Branch: master Date: Sun, 18 Dec 2016 13:00:40 +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: b7acec0f-e252-4865-9cac-b85dec26ee24 X-Archives-Hash: f4bc78f09cf35278862273fcd5b40cc4 commit: 803ddbcb6f67c28f676148293b9bf9037020ddda Author: James Le Cuirot gentoo org> AuthorDate: Sun Dec 18 12:52:45 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 18 13:00:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803ddbcb games-misc/ponysay: New package to supersede one from aidstu-overlay zsh-completion is broken in the latest release but I have included it anyway. Package-Manager: portage-2.3.3 games-misc/ponysay/Manifest | 1 + games-misc/ponysay/metadata.xml | 12 +++++++ games-misc/ponysay/ponysay-3.0.2.ebuild | 60 +++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) diff --git a/games-misc/ponysay/Manifest b/games-misc/ponysay/Manifest new file mode 100644 index 00000000..d4de299 --- /dev/null +++ b/games-misc/ponysay/Manifest @@ -0,0 +1 @@ +DIST ponysay-3.0.2.tar.gz 2110382 SHA256 69e98a7966353de2f232cbdaccd8ef7dbc5d0bcede9bf7280a676793e8625b0d SHA512 47d5c584b3b8c233567eff534b5109548c92075f69776703bc303929ba4278f67fd599987ef4a098aa871c2af0efd89186f96fa28565e73b4672abeb0c23fa45 WHIRLPOOL 9ba79521c95948498cffb3fa8c921dfeab9188d215ddd57c777517e54453979ea4f40ec1faea894a8a967fce78fe08767bf915d7bdeca4807a337099e7d8c265 diff --git a/games-misc/ponysay/metadata.xml b/games-misc/ponysay/metadata.xml new file mode 100644 index 00000000..c45d7ec --- /dev/null +++ b/games-misc/ponysay/metadata.xml @@ -0,0 +1,12 @@ + + + + + games@gentoo.org + Gentoo Games Project + + + Enable fish completion support + Install non-free ponies (i.e. from the MLP franchise) + + diff --git a/games-misc/ponysay/ponysay-3.0.2.ebuild b/games-misc/ponysay/ponysay-3.0.2.ebuild new file mode 100644 index 00000000..9617690 --- /dev/null +++ b/games-misc/ponysay/ponysay-3.0.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5} ) +inherit bash-completion-r1 python-single-r1 + +DESCRIPTION="cowsay reimplemention for ponies" +HOMEPAGE="https://github.com/erkin/ponysay" +SRC_URI="https://github.com/erkin/ponysay/archive/3.0.2.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +non-free bash-completion fish-completion zsh-completion" + +DEPEND="${PYTHON_DEPS} + doc? ( sys-apps/texinfo )" + +RDEPEND="${PYTHON_DEPS} + fish-completion? ( app-shells/fish ) + zsh-completion? ( app-shells/zsh )" + +setup_py() { + "${PYTHON}" setup.py \ + --prefix="${EPREFIX}"/usr \ + --everything \ + --without-info-compression \ + --without-man-compression \ + --without-pdf-compression \ + --without-shared-cache \ + --freedom=$(usex non-free no yes) \ + $(use_with fish-completion) \ + $(use_with zsh-completion) \ + $(use_with doc info) \ + $(use_with doc pdf "${EPREFIX}"/usr/share/doc/${PF}) \ + "${@}" || die +} + +src_compile() { + setup_py \ + $(use_with bash-completion) \ + build +} + +src_install() { + setup_py \ + --without-bash-completion \ + --destdir="${D}" \ + prebuilt + + python_fix_shebang "${ED}"/usr/bin/${PN} + + rm -rv "${ED}"/usr/share/licenses || die + dodoc CHANGELOG CONTRIBUTING CREDITS README.md + + use bash-completion && + newbashcomp completion/bash-completion.${PN}.install ${PN} +}