summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-06-12 11:15:32 +0200
committerJeroen Roovers <jer@gentoo.org>2016-06-12 11:15:57 +0200
commitbffe5935f631c3385913324239618b57b9cb13b2 (patch)
tree37964100e2fb48ec4fa0d55e61d9bebc1503b3a0
parentapp-crypt/gcr: gnupg is not really needed by gcr, this also prevents a circul... (diff)
downloadgentoo-bffe5935f631c3385913324239618b57b9cb13b2.tar.gz
gentoo-bffe5935f631c3385913324239618b57b9cb13b2.tar.bz2
gentoo-bffe5935f631c3385913324239618b57b9cb13b2.zip
media-gfx/wings: Drop esdl/wings symlinks (bug #585664).
Package-Manager: portage-2.3.0_rc1
-rw-r--r--media-gfx/wings/wings-1.5.4-r1.ebuild (renamed from media-gfx/wings/wings-1.5.4.ebuild)2
-rw-r--r--media-gfx/wings/wings-2.0.4-r3.ebuild (renamed from media-gfx/wings/wings-2.0.4-r2.ebuild)3
2 files changed, 1 insertions, 4 deletions
diff --git a/media-gfx/wings/wings-1.5.4.ebuild b/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
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
}