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

Reply via email to