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="[email protected]" -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="[email protected]" -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="[email protected]" -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 -
