From: Jeroen Roovers Date: Sun, 12 Jun 2016 09:15:32 +0000 (+0200) Subject: media-gfx/wings: Drop esdl/wings symlinks (bug #585664). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bffe5935f631c3385913324239618b57b9cb13b2;p=gentoo.git media-gfx/wings: Drop esdl/wings symlinks (bug #585664). Package-Manager: portage-2.3.0_rc1 --- 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 e1b92021d0a5..3524eb8003f4 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 2c45fe62e841..9b046f2ba1fb 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 }