public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
Date: Sun, 16 Jul 2017 18:01:16 +0000 (UTC)	[thread overview]
Message-ID: <1500227288.0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7.bircoph@gentoo> (raw)

commit:     0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 17:48:08 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> 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 <bircoph <AT> 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
+	!<games-engines/renpy-6.99.12-r2"
+
+S=${WORKDIR}
+
+pkg_setup() { :; }
+
+src_prepare() {
+	sed \
+		-e "s|@BINDIR@|${EROOT}usr/bin|" \
+		"${FILESDIR}"/renpy.eselect-${PV} > "${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
+


             reply	other threads:[~2017-07-16 18:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-16 18:01 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-16 18:01 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/ Andrew Savchenko
2016-06-07 22:27 Michael Sterrett
2015-08-14 23:21 Julian Ospald
2015-08-09 14:41 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500227288.0cdeed0d3bf768ce7f1aba6afa0fee9c80044be7.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox