diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-15 10:20:20 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-15 10:23:33 +0200 |
commit | ab120cc688860181806234f2475c2eb3c268e4ec (patch) | |
tree | 48b1f6ca5767760574cec5306c2ef727cdc6e7a6 /media-libs/libtxc_dxtn | |
parent | media-video/obs-studio: remove old version. (diff) | |
download | gentoo-ab120cc688860181806234f2475c2eb3c268e4ec.tar.gz gentoo-ab120cc688860181806234f2475c2eb3c268e4ec.tar.bz2 gentoo-ab120cc688860181806234f2475c2eb3c268e4ec.zip |
media-libs/libtxc_dxtn: Removed old.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'media-libs/libtxc_dxtn')
-rw-r--r-- | media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild deleted file mode 100644 index 0551a791aebb..000000000000 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils 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 ~ppc ~ppc64 x86" -IUSE="multilib" - -RDEPEND="media-libs/mesa" -DEPEND="${RDEPEND}" - -RESTRICT="bindist" - -foreachabi() { - if use multilib; then - local ABI - for ABI in $(get_all_abis); do - multilib_toolchain_setup ${ABI} - AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}" - done - else - "${@}" - fi -} - -src_configure() { - foreachabi autotools-utils_src_configure -} - -src_compile() { - foreachabi autotools-utils_src_compile -} - -src_install() { - foreachabi autotools-utils_src_install - find "${ED}" -name '*.la' -exec rm -f {} + -} - -src_test() { - :; -} - -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." -} |