public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/
Date: Sat, 22 Apr 2017 09:19:28 +0000 (UTC)	[thread overview]
Message-ID: <1492852742.40bb3287f3e23c658fb91232246152cf7c4d0499.jer@gentoo> (raw)

commit:     40bb3287f3e23c658fb91232246152cf7c4d0499
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:19:02 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:19:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bb3287

media-gfx/wings: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/wings/Manifest              |  2 --
 media-gfx/wings/wings-1.5.4-r2.ebuild | 56 -----------------------------------
 media-gfx/wings/wings-2.1.4.1.ebuild  | 54 ---------------------------------
 3 files changed, 112 deletions(-)

diff --git a/media-gfx/wings/Manifest b/media-gfx/wings/Manifest
index 7391f2ef2f8..89c2cde32a2 100644
--- a/media-gfx/wings/Manifest
+++ b/media-gfx/wings/Manifest
@@ -1,4 +1,2 @@
 DIST wings-1.1.1.tar.bz2 1932572 SHA256 1a75a39a1a4586b242558a879d611adf1566b86785750f48ba60d851c2e40d08 SHA512 e60727328c9431738736466444655f54694973e59ad73e60874450845b080bf65c6b784ee0cb06cdff98f3717841dfbeceb5e36a1c55d98f31f280b972b7a2e3 WHIRLPOOL 9868a2ef5571291fa98db5239d767026d3cb0962c417bea77d7555ed2ff3d7fcded2200cad9347f5c0bb39591037fac9096cb7518f8285d2a3597a607c557d5e
-DIST wings-1.5.4.tar.bz2 6213585 SHA256 bd04ca1c1237f3a6f29ce3f653015e21142b849b338a3d1ab8633e3c6bcde663 SHA512 fb0cab378703dad4a240f13b96b7522acb4c8466d01bc498e54baf8f4ff1ae497edc08f926889ff669f525ee9c6b787903a47fc78c66f2d9632a5fa45535ac3f WHIRLPOOL 1f0414b05b9b4a29bcc2288c31e68bf3c087b0f093951b4ed9c1f563567b3fa86aca57c595f5d656502d1962dc95902d810228845f284f588b24a1865ef759d4
-DIST wings-2.1.4.1.tar.bz2 2654576 SHA256 5a827551fb2bd94db330d8b83bd2b6ca83f02394e6ceb56e2452d2decea0191e SHA512 55258877e5592abd64abb03d498d9d40f3fffb937cd05d05ccbf9eab58953430b3c17cf44d1df8d22c0aa05b7c95c83c26cc3638bda8244b7b9cbffb922c6872 WHIRLPOOL f530ee3a63e49236af8919aeeed667a11e2816123ab5d0357d2afcff7ab8d78cd5b187f6f724927f9e26d10a55fc4e0367413ad3936e3ad835c30a2efe449953
 DIST wings-2.1.5.tar.bz2 2653117 SHA256 f0f03cfe9f0ee0ee6c734a2b7e50410d5f21238441cb1f34422b0ecde25b582c SHA512 37f363f39d0618550d7814733a4e52c18b52c7d8ee357c76dcf97ae1b530f5b941bddecfba18d63538792dda3ca3013055759595157832e11e017bfe18b34df0 WHIRLPOOL 3fd9c2008de69a6534d95c4e54d0b27d53e91efbfcabee5090abba03e23a25f8dea4a9ce5d9ec543e59dd2e773bb3ed2ad13c2824027bbe78296dad37a8db768

diff --git a/media-gfx/wings/wings-1.5.4-r2.ebuild b/media-gfx/wings/wings-1.5.4-r2.ebuild
deleted file mode 100644
index 58038b5d41d..00000000000
--- a/media-gfx/wings/wings-1.5.4-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib
-
-DESCRIPTION="Wings 3D is an advanced subdivision modeler"
-HOMEPAGE="http://www.wings3d.com/"
-SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-lang/erlang-17.0[wxwidgets]
-	>=media-libs/esdl-1.0.1
-	dev-libs/cl
-	media-libs/libsdl[opengl]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e '/include_lib/s|"wings/|"../|' \
-		$(find . -name '*'.erl) \
-		|| die
-
-	eapply_user
-}
-
-src_configure() {
-	export ERL_PATH="/usr/$(get_libdir)/erlang/lib/"
-	export ESDL_PATH="${ERL_PATH}/$(best_version media-libs/esdl | cut -d/ -f2)"
-}
-
-src_compile() {
-	# Work around parallel make issues
-	emake vsn.mk
-	for subdir in intl_tools src fonts_src e3d icons plugins_src; do
-		emake ESDL_PATH="${ESDL_PATH}" -C ${subdir}
-	done
-}
-
-src_install() {
-	WINGS_PATH=${ERL_PATH}/${P}
-	dodir ${WINGS_PATH}
-
-	find -name 'Makefile*' -exec rm -f '{}' \;
-
-	insinto ${WINGS_PATH}
-	doins -r e3d ebin fonts icons plugins psd shaders src textures tools
-
-	newbin "${FILESDIR}"/wings.sh wings
-	dodoc AUTHORS README
-}

diff --git a/media-gfx/wings/wings-2.1.4.1.ebuild b/media-gfx/wings/wings-2.1.4.1.ebuild
deleted file mode 100644
index bc672fde4a0..00000000000
--- a/media-gfx/wings/wings-2.1.4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib
-
-DESCRIPTION="Wings 3D is an advanced subdivision modeler"
-HOMEPAGE="http://www.wings3d.com/"
-SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-lang/erlang-18.1[smp,wxwidgets]
-	dev-libs/cl
-	media-libs/libsdl[opengl]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/include_lib/s|"wings/|"../|' \
-		$(find . -name '*'.erl) \
-		|| die
-}
-
-src_configure() {
-	export ERL_PATH="/usr/$(get_libdir)/erlang/lib/"
-}
-
-src_compile() {
-	# Work around parallel make issues
-	emake vsn.mk
-	for subdir in intl_tools src e3d icons plugins_src; do
-		emake -C ${subdir}
-	done
-}
-
-src_install() {
-	WINGS_PATH=${ERL_PATH}/${P}
-	dodir ${WINGS_PATH}
-
-	find -name 'Makefile*' -exec rm -f '{}' \;
-
-	insinto ${WINGS_PATH}
-	doins -r e3d ebin icons plugins psd shaders src textures tools
-
-	newbin "${FILESDIR}"/wings.sh-r1 wings
-	dodoc AUTHORS README
-}


             reply	other threads:[~2017-04-22  9:19 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-22  9:19 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-18  6:53 [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/ Agostino Sarubbo
2020-10-25 23:08 Thomas Deutschmann
2020-10-10 11:25 Jeroen Roovers
2020-10-09 22:54 Sergei Trofimovich
2020-05-17  8:58 Jeroen Roovers
2019-12-10  9:11 Jeroen Roovers
2018-10-22 10:38 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-03-18 19:41 Jeroen Roovers
2018-03-17  7:01 Matt Turner
2018-03-13 21:55 Jeroen Roovers
2017-11-12 11:58 Jeroen Roovers
2017-02-21  5:57 Jeroen Roovers
2016-12-17 13:29 Jeroen Roovers
2016-12-17 13:29 Jeroen Roovers
2016-12-15 17:21 Jeroen Roovers
2016-12-15 17:21 Jeroen Roovers
2016-11-18 22:20 Jeroen Roovers
2016-11-07  8:43 Jeroen Roovers
2016-10-30  8:18 Jeroen Roovers
2016-08-29  7:28 Jeroen Roovers
2016-07-04  7:18 Jeroen Roovers
2016-07-02 11:08 Jeroen Roovers
2016-06-14 13:47 Tobias Klausmann
2016-06-12  9:15 Jeroen Roovers
2016-06-12  9:07 Jeroen Roovers
2016-06-12  7:53 Jeroen Roovers
2016-06-11 10:45 Jeroen Roovers
2016-06-11 10:45 Jeroen Roovers
2016-06-11 10:09 Jeroen Roovers
2016-06-11 10:09 Jeroen Roovers
2016-06-11 10:09 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492852742.40bb3287f3e23c658fb91232246152cf7c4d0499.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox