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 B05F6139694 for ; Sun, 16 Jul 2017 18:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 592A2E0EA3; Sun, 16 Jul 2017 18:01:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37D58E0EA3 for ; Sun, 16 Jul 2017 18:01:19 +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 CA154341972 for ; Sun, 16 Jul 2017 18:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2509A2601 for ; Sun, 16 Jul 2017 18:01:16 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1500227288.0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-renpy/eselect-renpy-0.7.ebuild app-eselect/eselect-renpy/files/renpy.eselect-0.7 X-VCS-Directories: app-eselect/eselect-renpy/files/ app-eselect/eselect-renpy/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7 X-VCS-Branch: master Date: Sun, 16 Jul 2017 18:01:16 +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: 55b29990-0baf-40b8-9095-65e3085a2dc7 X-Archives-Hash: 7248c3c7d4b7537390e01852df99cf04 commit: 0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7 Author: Andrew Savchenko gentoo org> AuthorDate: Sun Jul 16 17:48:08 2017 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sun Jul 16 17:48:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdeed0d app-eselect/eselect-renpy: migrate from the games eclass Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Andrew Savchenko gentoo.org> app-eselect/eselect-renpy/eselect-renpy-0.7.ebuild | 39 ++++++++++++++++++++++ app-eselect/eselect-renpy/files/renpy.eselect-0.7 | 14 ++++++++ 2 files changed, 53 insertions(+) diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.7.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.7.ebuild new file mode 100644 index 00000000000..4ee9286df3e --- /dev/null +++ b/app-eselect/eselect-renpy/eselect-renpy-0.7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Manages renpy symlink" +HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-eselect/eselect-lib-bin-symlink + ! "${WORKDIR}"/renpy.eselect || die + eapply_user +} + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + insinto /usr/share/eselect/modules + doins renpy.eselect +} + +pkg_preinst() { :; } + +pkg_postinst() { :; } diff --git a/app-eselect/eselect-renpy/files/renpy.eselect-0.7 b/app-eselect/eselect-renpy/files/renpy.eselect-0.7 new file mode 100644 index 00000000000..67199267bc5 --- /dev/null +++ b/app-eselect/eselect-renpy/files/renpy.eselect-0.7 @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Manage default renpy version" +MAINTAINER="bircoph@gentoo.org" +VERSION="0.7" + +SYMLINK_PATH="@BINDIR@/renpy" +SYMLINK_TARGETS=( renpy-6.99 ) +SYMLINK_DESCRIPTION='default renpy' +SYMLINK_CRUCIAL=1 + +inherit bin-symlink +