summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-03-09 18:14:14 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-03-09 18:14:14 +0000
commitaeb80032bcae37d82003da3f283132fecbc1cbb5 (patch)
tree9475b11975bd94cfd821eaa8641320ab3fed8e4b /media-libs/libtxc_dxtn
parentVersion bump for new xonotic. No technical changes, just cp. (diff)
downloadgentoo-2-aeb80032bcae37d82003da3f283132fecbc1cbb5.tar.gz
gentoo-2-aeb80032bcae37d82003da3f283132fecbc1cbb5.tar.bz2
gentoo-2-aeb80032bcae37d82003da3f283132fecbc1cbb5.zip
Stable 1.0.1 on both amd64 and x86 as it does what it should.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libtxc_dxtn')
-rw-r--r--media-libs/libtxc_dxtn/ChangeLog7
-rw-r--r--media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/media-libs/libtxc_dxtn/ChangeLog b/media-libs/libtxc_dxtn/ChangeLog
index 266321074bf2..3df6a2ff398c 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.2 2011/08/25 17:59:01 mattst88 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.3 2012/03/09 18:14:14 scarabeus Exp $
+
+ 09 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> libtxc_dxtn-1.0.1.ebuild:
+ Stable 1.0.1 on both amd64 and x86 as it does what it should.
25 Aug 2011; Matt Turner <mattst88@gentoo.org> libtxc_dxtn-1.0.1.ebuild:
Remove fetch restriction.
diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
index e881307da5cb..4875adfecf11 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.ebuild,v 1.2 2011/08/25 17:59:01 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild,v 1.3 2012/03/09 18:14:14 scarabeus Exp $
-EAPI=3
+EAPI=4
inherit autotools-utils multilib
@@ -12,7 +12,7 @@ SRC_URI="http://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="bindist"
@@ -36,7 +36,9 @@ src_compile() {
src_install() {
foreachabi autotools-utils_src_install
- remove_libtool_files all
+ #remove_libtool_files all
+ # above spits boring warning
+ find "${ED}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {