summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-10-01 22:36:55 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-10-01 22:52:25 +0100
commit0c21aa91719e657db66aaa170ae3e0be77e99e50 (patch)
tree5f301d4b9239410f67132d3584cb91340c705436 /media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild
parentnet-misc/dropbox: bump to 81.4.195 w/ misc fixes (diff)
downloadgentoo-0c21aa91719e657db66aaa170ae3e0be77e99e50.tar.gz
gentoo-0c21aa91719e657db66aaa170ae3e0be77e99e50.tar.bz2
gentoo-0c21aa91719e657db66aaa170ae3e0be77e99e50.zip
media-libs/lib3ds: Drop old 1.x
This package almost certainly should have been slotted. It is only required by opencollada now and that expects 2.0.0_rc1. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild')
-rw-r--r--media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild b/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild
deleted file mode 100644
index 6bdace88421a..000000000000
--- a/media-libs/lib3ds/lib3ds-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools-utils
-
-DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files"
-HOMEPAGE="https://code.google.com/p/lib3ds/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="media-libs/freeglut
- virtual/opengl"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-PATCHES=(
- "${FILESDIR}/lib3ds-1.3.0-r1-pkgconfig.patch"
- "${FILESDIR}/lib3ds-1.3.0-r1-mesh.c.patch"
-)