Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3ds/
Date: Wed, 02 Dec 2020 00:32:05
Message-Id: 1606869108.68307e02f2296ed0cac2bf61614888fca8c62674.bman@gentoo
1 commit: 68307e02f2296ed0cac2bf61614888fca8c62674
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 23:46:18 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 00:31:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68307e02
7
8 media-libs/lib3ds: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild | 24 ------------------------
13 media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild | 29 -----------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild b/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild
17 deleted file mode 100644
18 index a15221ea080..00000000000
19 --- a/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -inherit autotools-utils
28 -
29 -DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files"
30 -HOMEPAGE="https://code.google.com/p/lib3ds/"
31 -SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc ppc64 x86"
36 -IUSE="static-libs"
37 -
38 -RDEPEND="media-libs/freeglut
39 - virtual/opengl"
40 -DEPEND="${RDEPEND}
41 - app-arch/unzip"
42 -PATCHES=(
43 - "${FILESDIR}"/${P}-pkgconfig.patch
44 - "${FILESDIR}"/${P}-mesh.c.patch
45 -)
46
47 diff --git a/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild b/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild
48 deleted file mode 100644
49 index 2c964c8ca15..00000000000
50 --- a/media-libs/lib3ds/lib3ds-2.0.0_rc1.ebuild
51 +++ /dev/null
52 @@ -1,29 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -inherit eutils
58 -
59 -MY_PV="20080909"
60 -MY_P="${PN}-${MY_PV}"
61 -
62 -DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files"
63 -HOMEPAGE="https://code.google.com/p/lib3ds/"
64 -SRC_URI="https://lib3ds.googlecode.com/files/${MY_P}.zip"
65 -
66 -LICENSE="LGPL-2.1"
67 -SLOT="0"
68 -KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
69 -IUSE=""
70 -
71 -S=${WORKDIR}/${MY_P}
72 -
73 -RDEPEND="media-libs/freeglut
74 - virtual/opengl"
75 -DEPEND="${RDEPEND}
76 - app-arch/unzip"
77 -
78 -src_prepare() {
79 -# epatch "${FILESDIR}"/${P}-underlinking.patch
80 - epatch "${FILESDIR}"/${P}-underlinking-no-autoreconf.patch
81 -}