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 D78B41382C5 for ; Tue, 1 May 2018 19:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6B6E0A80; Tue, 1 May 2018 19:37:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C82ABE0A80 for ; Tue, 1 May 2018 19:37:41 +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 36419335C92 for ; Tue, 1 May 2018 19:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F712A9 for ; Tue, 1 May 2018 19:37:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525203324.7d7258eccb7951cabdef79a21084ec38d066da9d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild X-VCS-Directories: games-rpg/freedink-data/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7d7258eccb7951cabdef79a21084ec38d066da9d X-VCS-Branch: master Date: Tue, 1 May 2018 19:37:38 +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: b55fa0e8-bd2d-469c-9cd6-e442a79fa1b0 X-Archives-Hash: f3f448d17b47f321c8c3c921079bc5e2 commit: 7d7258eccb7951cabdef79a21084ec38d066da9d Author: Pacho Ramos gentoo org> AuthorDate: Tue May 1 17:40:49 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 1 19:35:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7258ec games-rpg/freedink-data: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../freedink-data-1.08.20140901.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild deleted file mode 100644 index 4ba62c136c2..00000000000 --- a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit games - -DESCRIPTION="Freedink game data" -HOMEPAGE="http://www.freedink.org/" -SRC_URI="mirror://gnu/freedink/${P}.tar.gz" - -LICENSE="ZLIB - CC-BY-SA-3.0 - CC-BY-3.0 - FreeArt - GPL-2 - GPL-3 - WTFPL-2 - OAL-1.0.1 - public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_install() { - emake DESTDIR="${D}" DATADIR="${GAMES_DATADIR}" install - dodoc README.txt README-REPLACEMENTS.txt - prepgamesdirs -}