Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
Date: Sat, 28 May 2011 19:38:37
Message-Id: d6dc666ea855c6056f61b1d2845798674b52f084.mgorny@gentoo
1 commit: d6dc666ea855c6056f61b1d2845798674b52f084
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 19:38:36 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 19:38:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d6dc666e
7
8 x11-libs/libtxc_dxtn: Replace the snapshot package with the actual release.
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 42B9401D)
11
12 ---
13 x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 9 ++-------
14 1 files changed, 2 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
17 index f8fb53f..fc38a1a 100644
18 --- a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
19 +++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
20 @@ -4,11 +4,11 @@
21
22 EAPI=3
23
24 -inherit autotools autotools-utils multilib
25 +inherit autotools-utils multilib
26
27 DESCRIPTION="Helper library for S3TC texture (de)compression"
28 HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
29 -SRC_URI="${HOMEPAGE}snapshot/${P}.tar.bz2"
30 +SRC_URI="http://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
31
32 LICENSE="MIT"
33 SLOT="0"
34 @@ -38,11 +38,6 @@ foreachabi() {
35 done
36 }
37
38 -src_prepare() {
39 - autotools-utils_src_prepare
40 - eautoreconf
41 -}
42 -
43 src_configure() {
44 foreachabi autotools-utils_src_configure
45 }