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 A975C1381F3 for ; Tue, 6 Aug 2013 21:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CB0EE09FF; Tue, 6 Aug 2013 21:30:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7502DE0A7D for ; Tue, 6 Aug 2013 21:30:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7727033EA69 for ; Tue, 6 Aug 2013 21:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E91AAE468F for ; Tue, 6 Aug 2013 21:30:11 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1375824471.c8e696ac3183c1665d7474685166e58368201ecf.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/descent1-data/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/descent1-data/descent1-data-1.0-r1.ebuild X-VCS-Directories: games-action/descent1-data/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: c8e696ac3183c1665d7474685166e58368201ecf X-VCS-Branch: master Date: Tue, 6 Aug 2013 21:30:11 +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: 3fa1e4d9-319d-4904-b885-3dd336dde25d X-Archives-Hash: bf804efb484660baab1a7ddf2c7765be commit: c8e696ac3183c1665d7474685166e58368201ecf Author: Alexander Turenko bk ru> AuthorDate: Mon Aug 5 20:39:40 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Tue Aug 6 21:27:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c8e696ac [PATCH 1/2] [games-action/descent1-data] Fix/add comments. Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- games-action/descent1-data/descent1-data-1.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-action/descent1-data/descent1-data-1.0-r1.ebuild b/games-action/descent1-data/descent1-data-1.0-r1.ebuild index 9d58c9e..4509d1b 100644 --- a/games-action/descent1-data/descent1-data-1.0-r1.ebuild +++ b/games-action/descent1-data/descent1-data-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,6 +7,7 @@ EAPI=5 CDROM_OPTIONAL="yes" inherit cdrom eutils games +# For GOG install MY_EXE="setup_descent_1_2.exe" DESCRIPTION="Data files for Descent 1" @@ -14,6 +15,7 @@ HOMEPAGE="http://www.interplay.com/games/support.php?id=263" SRC_URI="http://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip !cdinstall? ( $MY_EXE )" +# See readme.txt LICENSE="${PN}" SLOT="0" KEYWORDS="amd64 x86"