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 658FC139694 for ; Sun, 16 Jul 2017 18:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09842E0E5A; Sun, 16 Jul 2017 18:01:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA309E0E5A for ; Sun, 16 Jul 2017 18:01:18 +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 E79C63419CB 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 602B374B7 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: <1500228055.8bd7dfbac0e9add1568f1a395d55a4ca649e3a4a.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.4.ebuild app-eselect/eselect-renpy/files/renpy.eselect-0.4 X-VCS-Directories: app-eselect/eselect-renpy/ app-eselect/eselect-renpy/files/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 8bd7dfbac0e9add1568f1a395d55a4ca649e3a4a 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: b43626ca-da81-4317-a77e-36ba48d55fea X-Archives-Hash: 042dc8aa7005530b607582a4744a4f07 commit: 8bd7dfbac0e9add1568f1a395d55a4ca649e3a4a Author: Andrew Savchenko gentoo org> AuthorDate: Sun Jul 16 18:00:55 2017 +0000 Commit: Andrew Savchenko gentoo 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 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 -