From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0F561385A6 for ; Fri, 14 Aug 2015 23:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3262AE07A0; Fri, 14 Aug 2015 23:21:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B032EE07A0 for ; Fri, 14 Aug 2015 23:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38680340BB0 for ; Fri, 14 Aug 2015 23:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391C914A for ; Fri, 14 Aug 2015 23:21:00 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1439594452.22cde78c1c165fe03e824a4bbfa3be21f62d834e.hasufell@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.1.ebuild app-eselect/eselect-renpy/eselect-renpy-0.2.ebuild app-eselect/eselect-renpy/eselect-renpy-0.3.ebuild app-eselect/eselect-renpy/files/renpy.eselect-0.1 app-eselect/eselect-renpy/files/renpy.eselect-0.2 app-eselect/eselect-renpy/files/renpy.eselect-0.3 X-VCS-Directories: app-eselect/eselect-renpy/ app-eselect/eselect-renpy/files/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 22cde78c1c165fe03e824a4bbfa3be21f62d834e X-VCS-Branch: master Date: Fri, 14 Aug 2015 23:21:00 +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: f4b8d1a0-c7d7-4407-bf63-213089fc411e X-Archives-Hash: 42ebef8db8514c9526b385b0675573ba commit: 22cde78c1c165fe03e824a4bbfa3be21f62d834e Author: Julian Ospald gentoo org> AuthorDate: Fri Aug 14 23:20:52 2015 +0000 Commit: Julian Ospald gentoo 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 -