public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-08-20  9:29 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-08-20  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a0f6285473cb5faa8612487d9113884bf30139bb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 09:28:53 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 09:29:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f62854

media-libs/libtxc_dxtn: Fixed multilib depend on mesa.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index feb2f2b05e7..44eb74149d2 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/mesa"
+RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 RESTRICT="bindist"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2018-10-09 16:09 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2018-10-09 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     30969a87e350c5b4de43f63ce980416cab8fd167
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 16:06:02 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 16:09:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30969a87

media-libs/libtxc_dxtn: Clean up ebuild

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild
new file mode 100644
index 00000000000..f520acc9990
--- /dev/null
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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=""
+
+DEPEND="media-libs/mesa"
+RDEPEND=""
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf
+}
+
+multilib_src_install_all() {
+	default
+
+	# libtxc_dxtn is installed as a module (plugin)
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2018-10-09 16:09 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2018-10-09 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2e2043916ae5a3a506634bf7e324daa65d199c5a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 16:06:24 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct  9 16:09:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e204391

media-libs/libtxc_dxtn: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 35 -------------------
 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 39 ----------------------
 2 files changed, 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 33b3c218982..00000000000
--- 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 e44c81b3358..00000000000
--- 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."
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-12-24 12:01 Markus Meier
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier @ 2017-12-24 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7d2d73980238b7d6845ea0e65e5267eadee24bbf
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 11:59:21 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 11:59:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d7398

media-libs/libtxc_dxtn: add ~arm64, bug #637530

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 44eb74149d2..e44c81b3358 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]"


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-08-19 18:00 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-08-19 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f59786957cd7d38180c74cfa26f3beece64aae01
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:00:22 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:00:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5978695

media-libs/libtxc_dxtn: Revbump to re-add multilib support.

(which I stupidly forgot to add in -r2)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../{libtxc_dxtn-1.0.1-r2.ebuild => libtxc_dxtn-1.0.1-r3.ebuild}  | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
similarity index 87%
rename from media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
rename to media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
index c9e4511a42a..feb2f2b05e7 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune
+inherit ltprune multilib-minimal
 
 DESCRIPTION="Helper library for	S3TC texture (de)compression"
 HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
@@ -19,7 +19,11 @@ DEPEND="${RDEPEND}"
 
 RESTRICT="bindist"
 
-src_install() {
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf
+}
+
+multilib_src_install_all() {
 	default
 
 	# libtxc_dxtn is installed as a module (plugin)


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-08-15  8:23 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-08-15  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f8fb79fb1252efa61a2f930faf296299086c602f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 08:23:19 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 08:23:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fb79fb

media-libs/libtxc_dxtn: EAPI-6 bump.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
new file mode 100644
index 00000000000..c9e4511a42a
--- /dev/null
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+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() {
+	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."
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-08-15  8:23 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-08-15  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ab120cc688860181806234f2475c2eb3c268e4ec
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 08:20:20 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 08:23:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab120cc6

media-libs/libtxc_dxtn: Removed old.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 57 -------------------------
 1 file changed, 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 0551a791aeb..00000000000
--- 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."
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/
@ 2017-07-28  4:44 Markus Meier
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier @ 2017-07-28  4:44 UTC (permalink / raw
  To: gentoo-commits

commit:     58d9c51fc1daefc8b90e7bb2b3a84638e6c90f51
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 04:44:03 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 04:44:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d9c51f

media-libs/libtxc_dxtn: add ~arm, bug #621356

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 3c47ee8e9f8..33b3c218982 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,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="media-libs/mesa"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-09 16:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-20  9:29 [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2018-10-09 16:09 Matt Turner
2018-10-09 16:09 Matt Turner
2017-12-24 12:01 Markus Meier
2017-08-19 18:00 Lars Wendler
2017-08-15  8:23 Lars Wendler
2017-08-15  8:23 Lars Wendler
2017-07-28  4:44 Markus Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox