public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
@ 2015-08-09 14:41 Julian Ospald
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald @ 2015-08-09 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d09acb34e7a76961f52dd7fef851c236e16f9a05
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 14:34:14 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 14:40:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09acb34

app-eselect/eselect-renpy: version bump to 0.6

Preparation for games-engines/renpy-6.99.5 bump.

 app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild | 39 ++++++++++++++++++++++
 app-eselect/eselect-renpy/files/renpy.eselect-0.6  | 15 +++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild
new file mode 100644
index 0000000..cee7ecb
--- /dev/null
+++ b/app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit games
+
+DESCRIPTION="Manages renpy symlink"
+HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-eselect/eselect-lib-bin-symlink"
+
+S=${WORKDIR}
+
+pkg_setup() { :; }
+
+src_prepare() {
+	sed \
+		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
+		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
+}
+
+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.6 b/app-eselect/eselect-renpy/files/renpy.eselect-0.6
new file mode 100644
index 0000000..cc9d140
--- /dev/null
+++ b/app-eselect/eselect-renpy/files/renpy.eselect-0.6
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: renpy.eselect-0.5,v 1.1 2014/08/23 02:24:04 hasufell Exp $
+
+DESCRIPTION="Manage default renpy version"
+MAINTAINER="hasufell@gentoo.org"
+VERSION="0.6"
+
+SYMLINK_PATH="@GAMES_BINDIR@/renpy"
+SYMLINK_TARGETS=( renpy-6.14 renpy-6.15 renpy-6.16 renpy-6.17 renpy-6.18 renpy-6.99 )
+SYMLINK_DESCRIPTION='default renpy'
+SYMLINK_CRUCIAL=1
+
+inherit bin-symlink
+


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
@ 2015-08-14 23:21 Julian Ospald
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald @ 2015-08-14 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     22cde78c1c165fe03e824a4bbfa3be21f62d834e
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 23:20:52 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:20:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cde78c

app-eselect/eselect-renpy: rm old

 app-eselect/eselect-renpy/eselect-renpy-0.1.ebuild | 39 ----------------------
 app-eselect/eselect-renpy/eselect-renpy-0.2.ebuild | 39 ----------------------
 app-eselect/eselect-renpy/eselect-renpy-0.3.ebuild | 39 ----------------------
 app-eselect/eselect-renpy/files/renpy.eselect-0.1  | 15 ---------
 app-eselect/eselect-renpy/files/renpy.eselect-0.2  | 15 ---------
 app-eselect/eselect-renpy/files/renpy.eselect-0.3  | 15 ---------
 6 files changed, 162 deletions(-)

diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.1.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.1.ebuild
deleted file mode 100644
index e255146..0000000
--- a/app-eselect/eselect-renpy/eselect-renpy-0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-DESCRIPTION="Manages renpy symlink"
-HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-eselect/eselect-lib-bin-symlink"
-
-S=${WORKDIR}
-
-pkg_setup() { :; }
-
-src_prepare() {
-	sed \
-		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
-}
-
-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/eselect-renpy-0.2.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.2.ebuild
deleted file mode 100644
index 9ef49b4..0000000
--- a/app-eselect/eselect-renpy/eselect-renpy-0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-DESCRIPTION="Manages renpy symlink"
-HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-eselect/eselect-lib-bin-symlink"
-
-S=${WORKDIR}
-
-pkg_setup() { :; }
-
-src_prepare() {
-	sed \
-		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
-}
-
-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/eselect-renpy-0.3.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.3.ebuild
deleted file mode 100644
index 9ef49b4..0000000
--- a/app-eselect/eselect-renpy/eselect-renpy-0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-DESCRIPTION="Manages renpy symlink"
-HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-eselect/eselect-lib-bin-symlink"
-
-S=${WORKDIR}
-
-pkg_setup() { :; }
-
-src_prepare() {
-	sed \
-		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
-}
-
-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.1 b/app-eselect/eselect-renpy/files/renpy.eselect-0.1
deleted file mode 100644
index dcd203a..0000000
--- a/app-eselect/eselect-renpy/files/renpy.eselect-0.1
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Manage default renpy version"
-MAINTAINER="hasufell@gentoo.org"
-VERSION="0.1"
-
-SYMLINK_PATH="@GAMES_BINDIR@/renpy"
-SYMLINK_TARGETS=( renpy-6.14 )
-SYMLINK_DESCRIPTION='default renpy'
-SYMLINK_CRUCIAL=1
-
-inherit bin-symlink
-

diff --git a/app-eselect/eselect-renpy/files/renpy.eselect-0.2 b/app-eselect/eselect-renpy/files/renpy.eselect-0.2
deleted file mode 100644
index e304279..0000000
--- a/app-eselect/eselect-renpy/files/renpy.eselect-0.2
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Manage default renpy version"
-MAINTAINER="hasufell@gentoo.org"
-VERSION="0.2"
-
-SYMLINK_PATH="@GAMES_BINDIR@/renpy"
-SYMLINK_TARGETS=( renpy-6.14 renpy-6.15 )
-SYMLINK_DESCRIPTION='default renpy'
-SYMLINK_CRUCIAL=1
-
-inherit bin-symlink
-

diff --git a/app-eselect/eselect-renpy/files/renpy.eselect-0.3 b/app-eselect/eselect-renpy/files/renpy.eselect-0.3
deleted file mode 100644
index b496e31..0000000
--- a/app-eselect/eselect-renpy/files/renpy.eselect-0.3
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Manage default renpy version"
-MAINTAINER="hasufell@gentoo.org"
-VERSION="0.3"
-
-SYMLINK_PATH="@GAMES_BINDIR@/renpy"
-SYMLINK_TARGETS=( renpy-6.14 renpy-6.15 renpy-6.16 )
-SYMLINK_DESCRIPTION='default renpy'
-SYMLINK_CRUCIAL=1
-
-inherit bin-symlink
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
@ 2016-06-07 22:27 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-06-07 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a698afdece0ae42c819b32d43d40fa3521ca34aa
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 17:39:40 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:27:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a698afde

app-eselect/eselect-renpy: clean old

Package-Manager: portage-2.2.28

 app-eselect/eselect-renpy/eselect-renpy-0.5.ebuild | 39 ----------------------
 app-eselect/eselect-renpy/files/renpy.eselect-0.5  | 15 ---------
 2 files changed, 54 deletions(-)

diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.5.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.5.ebuild
deleted file mode 100644
index c4271e0..0000000
--- a/app-eselect/eselect-renpy/eselect-renpy-0.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit games
-
-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"
-
-S=${WORKDIR}
-
-pkg_setup() { :; }
-
-src_prepare() {
-	sed \
-		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
-}
-
-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.5 b/app-eselect/eselect-renpy/files/renpy.eselect-0.5
deleted file mode 100644
index fb8e3f1..0000000
--- a/app-eselect/eselect-renpy/files/renpy.eselect-0.5
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Manage default renpy version"
-MAINTAINER="hasufell@gentoo.org"
-VERSION="0.5"
-
-SYMLINK_PATH="@GAMES_BINDIR@/renpy"
-SYMLINK_TARGETS=( renpy-6.14 renpy-6.15 renpy-6.16 renpy-6.17 renpy-6.18 )
-SYMLINK_DESCRIPTION='default renpy'
-SYMLINK_CRUCIAL=1
-
-inherit bin-symlink
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
@ 2017-07-16 18:01 Andrew Savchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2017-07-16 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8bd7dfbac0e9add1568f1a395d55a4ca649e3a4a
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 18:00:55 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 18:00:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd7dfba

app-eselect/eselect-renpy: remove old

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.4.ebuild | 38 ----------------------
 app-eselect/eselect-renpy/files/renpy.eselect-0.4  | 14 --------
 2 files changed, 52 deletions(-)

diff --git a/app-eselect/eselect-renpy/eselect-renpy-0.4.ebuild b/app-eselect/eselect-renpy/eselect-renpy-0.4.ebuild
deleted file mode 100644
index de06879b854..00000000000
--- a/app-eselect/eselect-renpy/eselect-renpy-0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit games
-
-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"
-
-S=${WORKDIR}
-
-pkg_setup() { :; }
-
-src_prepare() {
-	sed \
-		-e "s#@GAMES_BINDIR@#${GAMES_BINDIR}#" \
-		"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
-}
-
-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.4 b/app-eselect/eselect-renpy/files/renpy.eselect-0.4
deleted file mode 100644
index 20cc952b8a7..00000000000
--- a/app-eselect/eselect-renpy/files/renpy.eselect-0.4
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Manage default renpy version"
-MAINTAINER="hasufell@gentoo.org"
-VERSION="0.4"
-
-SYMLINK_PATH="@GAMES_BINDIR@/renpy"
-SYMLINK_TARGETS=( renpy-6.14 renpy-6.15 renpy-6.16 renpy-6.17 )
-SYMLINK_DESCRIPTION='default renpy'
-SYMLINK_CRUCIAL=1
-
-inherit bin-symlink
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-renpy/files/, app-eselect/eselect-renpy/
@ 2017-07-16 18:01 Andrew Savchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2017-07-16 18:01 UTC (permalink / raw
  To: gentoo-commits

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
+


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-16 18:01 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox