summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-10-09 12:06:24 -0400
committerMatt Turner <mattst88@gentoo.org>2018-10-09 12:09:05 -0400
commit2e2043916ae5a3a506634bf7e324daa65d199c5a (patch)
tree17c4911fc1d64e17a1d3746a5597e0ac82db6de7
parentmedia-libs/libtxc_dxtn: Clean up ebuild (diff)
downloadgentoo-2e2043916ae5a3a506634bf7e324daa65d199c5a.tar.gz
gentoo-2e2043916ae5a3a506634bf7e324daa65d199c5a.tar.bz2
gentoo-2e2043916ae5a3a506634bf7e324daa65d199c5a.zip
media-libs/libtxc_dxtn: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r--media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild35
-rw-r--r--media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild39
2 files changed, 0 insertions, 74 deletions
diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
deleted file mode 100644
index 33b3c218982d..000000000000
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-multilib
-
-DESCRIPTION="Helper library for S3TC texture (de)compression"
-HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="media-libs/mesa"
-DEPEND="${RDEPEND}"
-
-RESTRICT="bindist"
-
-src_install() {
- autotools-multilib_src_install
-
- # libtxc_dxtn is installed as a module (plugin)
- prune_libtool_files --all
-}
-
-pkg_postinst() {
- ewarn "Depending on where you live, you might need a valid license for s3tc"
- ewarn "in order to be legally allowed to use the external library."
- ewarn "Redistribution in binary form might also be problematic."
- ewarn
- ewarn "You have been warned. Have a nice day."
-}
diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
deleted file mode 100644
index e44c81b33584..000000000000
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit ltprune multilib-minimal
-
-DESCRIPTION="Helper library for S3TC texture (de)compression"
-HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-RESTRICT="bindist"
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
-}
-
-multilib_src_install_all() {
- default
-
- # libtxc_dxtn is installed as a module (plugin)
- prune_libtool_files --all
-}
-
-pkg_postinst() {
- ewarn "Depending on where you live, you might need a valid license for s3tc"
- ewarn "in order to be legally allowed to use the external library."
- ewarn "Redistribution in binary form might also be problematic."
- ewarn
- ewarn "You have been warned. Have a nice day."
-}