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 08E5313829C for ; Sun, 12 Jun 2016 09:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07615E09EE; Sun, 12 Jun 2016 09:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 944BCE09EE for ; Sun, 12 Jun 2016 09:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84D65340834 for ; Sun, 12 Jun 2016 09:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A3A2963 for ; Sun, 12 Jun 2016 09:15:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1465722957.bffe5935f631c3385913324239618b57b9cb13b2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/wings/wings-1.5.4-r1.ebuild media-gfx/wings/wings-1.5.4.ebuild media-gfx/wings/wings-2.0.4-r2.ebuild media-gfx/wings/wings-2.0.4-r3.ebuild X-VCS-Directories: media-gfx/wings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: bffe5935f631c3385913324239618b57b9cb13b2 X-VCS-Branch: master Date: Sun, 12 Jun 2016 09:15:59 +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: 1cdf37f8-671a-432e-b7b8-bd6f623fdcb7 X-Archives-Hash: df29fcda6c9edb89dc428db6eeea7671 commit: bffe5935f631c3385913324239618b57b9cb13b2 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jun 12 09:15:32 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jun 12 09:15:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe5935 media-gfx/wings: Drop esdl/wings symlinks (bug #585664). Package-Manager: portage-2.3.0_rc1 media-gfx/wings/{wings-1.5.4.ebuild => wings-1.5.4-r1.ebuild} | 2 -- media-gfx/wings/{wings-2.0.4-r2.ebuild => wings-2.0.4-r3.ebuild} | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/media-gfx/wings/wings-1.5.4.ebuild b/media-gfx/wings/wings-1.5.4-r1.ebuild similarity index 93% rename from media-gfx/wings/wings-1.5.4.ebuild rename to media-gfx/wings/wings-1.5.4-r1.ebuild index e1b9202..3524eb8 100644 --- a/media-gfx/wings/wings-1.5.4.ebuild +++ b/media-gfx/wings/wings-1.5.4-r1.ebuild @@ -43,8 +43,6 @@ src_install() { insinto ${WINGS_PATH} doins -r e3d ebin fonts icons plugins psd shaders src textures tools - dosym ${WINGS_PATH} ${ERL_PATH}/${PN} - dosym ${ESDL_PATH} ${ERL_PATH}/esdl newbin "${FILESDIR}"/wings.sh wings dodoc AUTHORS README } diff --git a/media-gfx/wings/wings-2.0.4-r2.ebuild b/media-gfx/wings/wings-2.0.4-r3.ebuild similarity index 92% rename from media-gfx/wings/wings-2.0.4-r2.ebuild rename to media-gfx/wings/wings-2.0.4-r3.ebuild index 2c45fe6..9b046f2 100644 --- a/media-gfx/wings/wings-2.0.4-r2.ebuild +++ b/media-gfx/wings/wings-2.0.4-r3.ebuild @@ -37,7 +37,7 @@ src_compile() { # Work around parallel make issues emake vsn.mk for subdir in intl_tools src e3d icons plugins_src; do - emake ESDL_PATH="${ESDL_PATH}" -C ${subdir} + emake -C ${subdir} done } @@ -50,7 +50,6 @@ src_install() { insinto ${WINGS_PATH} doins -r e3d ebin icons plugins psd shaders src textures tools - dosym ${WINGS_PATH} ${ERL_PATH}/${PN} newbin "${FILESDIR}"/wings.sh-r1 wings dodoc AUTHORS README }