summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-27 10:24:48 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-27 10:24:48 +0000
commit94539178752f2d2a0e9fc5786b148f1cba7f7e05 (patch)
tree87f4291136815f37fdebdb9e38eae90b39d2ba82 /media-libs/libtxc_dxtn
parentsome fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdr (diff)
downloadgentoo-2-94539178752f2d2a0e9fc5786b148f1cba7f7e05.tar.gz
gentoo-2-94539178752f2d2a0e9fc5786b148f1cba7f7e05.tar.bz2
gentoo-2-94539178752f2d2a0e9fc5786b148f1cba7f7e05.zip
Remove .la files.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-libs/libtxc_dxtn')
-rw-r--r--media-libs/libtxc_dxtn/ChangeLog5
-rw-r--r--media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild9
2 files changed, 12 insertions, 2 deletions
diff --git a/media-libs/libtxc_dxtn/ChangeLog b/media-libs/libtxc_dxtn/ChangeLog
index 0a569bee8ad8..de9aacb7cf81 100644
--- a/media-libs/libtxc_dxtn/ChangeLog
+++ b/media-libs/libtxc_dxtn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libtxc_dxtn
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.11 2013/01/20 23:51:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.12 2013/01/27 10:24:48 mgorny Exp $
+
+ 27 Jan 2013; Michał Górny <mgorny@gentoo.org> libtxc_dxtn-1.0.1-r1.ebuild:
+ Remove .la files.
20 Jan 2013; Michał Górny <mgorny@gentoo.org> libtxc_dxtn-1.0.1-r1.ebuild:
Bump to EAPI=5.
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
index 2cbc9955afda..7a9867a9fe7f 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild,v 1.2 2013/01/20 23:51:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild,v 1.3 2013/01/27 10:24:48 mgorny Exp $
EAPI=5
@@ -20,6 +20,13 @@ 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."