* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-02-17 14:47 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-02-17 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 2ad65c0727740053ff3949e3003532a02a1367f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 14:46:07 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 14:46:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2ad65c07
x11-libs/libtxc_dxtn: Add an ebuild for libtxc_dxtn as per bug #65607.
(Portage version: 2.2.0_alpha24_p2/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
.../libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild | 63 ++++++++++++++++++++
x11-libs/libtxc_dxtn/metadata.xml | 5 ++
2 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
new file mode 100644
index 0000000..4de596b
--- /dev/null
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit base multilib toolchain-funcs versionator
+
+MY_PV=$(get_version_component_range $(get_version_component_count))
+MY_P=${PN}${MY_PV#pre}
+
+DESCRIPTION="Helper library for S3TC texture (de)compression"
+HOMEPAGE="http://people.freedesktop.org/~cbrill/libtxc_dxtn/"
+SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+RESTRICT=fetch
+
+pkg_nofetch() {
+ eerror "Due to unclear patent situation, you have to download the package"
+ eerror "yourself. Grab it from:"
+ eerror " ${SRC_URI}"
+ eerror "and place in your distfiles directory:"
+ eerror " ${DISTDIR}"
+ eerror
+ eerror "Please notice that depending on where you live, you might need"
+ eerror "a valid license for s3tc in order to be legally allowed to use"
+ eerror "the external library."
+}
+
+src_compile() {
+ local ABI
+
+ tc-export CC
+ for ABI in $(get_all_abis); do
+ einfo "Building for ${ABI} ..."
+ multilib_toolchain_setup ${ABI}
+ mkdir ${ABI} || die
+ emake || die
+ mv ${PN}.so *.o ${ABI}/ || die
+ done
+}
+
+src_install() {
+ local ABI
+
+ for ABI in $(get_all_abis); do
+ dolib ${ABI}/${PN}.so || die
+ done
+}
+
+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/x11-libs/libtxc_dxtn/metadata.xml b/x11-libs/libtxc_dxtn/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-libs/libtxc_dxtn/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-02-17 17:13 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-02-17 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 13bec3007f03f6a3ec8ddcbf3ad23261b247f72f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 17:12:35 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 17:12:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=13bec300
x11-libs/libtxc_dxtn: Add RESTRICT=bindist.
(Portage version: 2.2.0_alpha24_p2/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
.../libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
index 4de596b..a8ba169 100644
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${PN}
-RESTRICT=fetch
+RESTRICT="bindist fetch"
pkg_nofetch() {
eerror "Due to unclear patent situation, you have to download the package"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-03-05 17:07 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-03-05 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 70846d5ecb96126fa5625d1844f4c17acfececcc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 16:55:28 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 16:55:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=70846d5e
x11-libs/libtxc_dxtn: Bump the ebuild to Marek Olšák's version with autotools buildsystem.
(Portage version: 2.2.0_alpha26_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
...re070518.ebuild => libtxc_dxtn-1.0.0_p2.ebuild} | 39 +++++++++++---------
1 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild
similarity index 67%
rename from x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
rename to x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild
index a8ba169..71521b1 100644
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-0.1_pre070518.ebuild
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild
@@ -4,21 +4,20 @@
EAPI=3
-inherit base multilib toolchain-funcs versionator
+inherit autotools autotools-utils multilib
-MY_PV=$(get_version_component_range $(get_version_component_count))
-MY_P=${PN}${MY_PV#pre}
+MY_P=${PN}-2ad8205e96236e2525ed50c382847627863afc29
DESCRIPTION="Helper library for S3TC texture (de)compression"
-HOMEPAGE="http://people.freedesktop.org/~cbrill/libtxc_dxtn/"
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
+HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
+SRC_URI="${HOMEPAGE}/snapshot/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-S=${WORKDIR}/${PN}
+S=${WORKDIR}/${MY_P}
RESTRICT="bindist fetch"
pkg_nofetch() {
@@ -33,25 +32,31 @@ pkg_nofetch() {
eerror "the external library."
}
-src_compile() {
+foreachabi() {
local ABI
- tc-export CC
for ABI in $(get_all_abis); do
- einfo "Building for ${ABI} ..."
multilib_toolchain_setup ${ABI}
- mkdir ${ABI} || die
- emake || die
- mv ${PN}.so *.o ${ABI}/ || die
+ AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
done
}
-src_install() {
- local ABI
+src_prepare() {
+ autotools-utils_src_prepare
+ eautoreconf
+}
- for ABI in $(get_all_abis); do
- dolib ${ABI}/${PN}.so || die
- done
+src_configure() {
+ foreachabi autotools-utils_src_configure
+}
+
+src_compile() {
+ foreachabi autotools-utils_src_compile
+}
+
+src_install() {
+ foreachabi autotools-utils_src_install
+ remove_libtool_files all
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-03-05 17:24 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-03-05 17:24 UTC (permalink / raw
To: gentoo-commits
commit: ffc4f1b937e69f185ea1861fafca2238ae5b54f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 17:23:50 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 17:23:50 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ffc4f1b9
x11-libs/libtxc_dxtn: Bump the ebuild to install the header file.
(Portage version: 2.2.0_alpha26_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
---
...1.0.0_p2.ebuild => libtxc_dxtn-1.0.0_p4.ebuild} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild
similarity index 93%
rename from x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild
rename to x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild
index 71521b1..d13db45 100644
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p2.ebuild
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild
@@ -6,11 +6,11 @@ EAPI=3
inherit autotools autotools-utils multilib
-MY_P=${PN}-2ad8205e96236e2525ed50c382847627863afc29
+MY_P=${PN}-a1d6ad4f8784028b87dc06c919474ff2d0468e5b
DESCRIPTION="Helper library for S3TC texture (de)compression"
HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="${HOMEPAGE}/snapshot/${MY_P}.tar.bz2"
+SRC_URI="${HOMEPAGE}snapshot/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-05-26 5:40 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-05-26 5:40 UTC (permalink / raw
To: gentoo-commits
commit: ebda0ea2ac42cd11ef3372f5ddb92b793146efac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 05:40:17 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 26 05:40:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ebda0ea2
x11-libs/libtxc_dxtn: Version bump to follow upstream versioning.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
...tn-1.0.0_p4.ebuild => libtxc_dxtn-1.0.1.ebuild} | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
similarity index 92%
rename from x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild
rename to x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
index d13db45..f8fb53f 100644
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.0_p4.ebuild
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
@@ -6,18 +6,15 @@ EAPI=3
inherit autotools autotools-utils multilib
-MY_P=${PN}-a1d6ad4f8784028b87dc06c919474ff2d0468e5b
-
DESCRIPTION="Helper library for S3TC texture (de)compression"
HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="${HOMEPAGE}snapshot/${MY_P}.tar.bz2"
+SRC_URI="${HOMEPAGE}snapshot/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-S=${WORKDIR}/${MY_P}
RESTRICT="bindist fetch"
pkg_nofetch() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-05-28 19:38 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-05-28 19:38 UTC (permalink / raw
To: gentoo-commits
commit: d6dc666ea855c6056f61b1d2845798674b52f084
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 19:38:36 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 28 19:38:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d6dc666e
x11-libs/libtxc_dxtn: Replace the snapshot package with the actual release.
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
index f8fb53f..fc38a1a 100644
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
+++ b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
@@ -4,11 +4,11 @@
EAPI=3
-inherit autotools autotools-utils multilib
+inherit autotools-utils multilib
DESCRIPTION="Helper library for S3TC texture (de)compression"
HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="${HOMEPAGE}snapshot/${P}.tar.bz2"
+SRC_URI="http://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
@@ -38,11 +38,6 @@ foreachabi() {
done
}
-src_prepare() {
- autotools-utils_src_prepare
- eautoreconf
-}
-
src_configure() {
foreachabi autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/
@ 2011-08-23 17:50 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2011-08-23 17:50 UTC (permalink / raw
To: gentoo-commits
commit: e19a25a378d03a0a8a552f548a2964e666aeed5f
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Tue Aug 23 17:49:55 2011 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Tue Aug 23 17:49:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e19a25a3
Moved x11-libs/libtxc_dxtn to media-libs/libtxc-dxtn in portage
---
x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 60 -------------------------
x11-libs/libtxc_dxtn/metadata.xml | 5 --
2 files changed, 0 insertions(+), 65 deletions(-)
diff --git a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
deleted file mode 100644
index fc38a1a..0000000
--- a/x11-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Helper library for S3TC texture (de)compression"
-HOMEPAGE="http://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
-SRC_URI="http://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="bindist fetch"
-
-pkg_nofetch() {
- eerror "Due to unclear patent situation, you have to download the package"
- eerror "yourself. Grab it from:"
- eerror " ${SRC_URI}"
- eerror "and place in your distfiles directory:"
- eerror " ${DISTDIR}"
- eerror
- eerror "Please notice that depending on where you live, you might need"
- eerror "a valid license for s3tc in order to be legally allowed to use"
- eerror "the external library."
-}
-
-foreachabi() {
- local ABI
-
- for ABI in $(get_all_abis); do
- multilib_toolchain_setup ${ABI}
- AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
- done
-}
-
-src_configure() {
- foreachabi autotools-utils_src_configure
-}
-
-src_compile() {
- foreachabi autotools-utils_src_compile
-}
-
-src_install() {
- foreachabi autotools-utils_src_install
- remove_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/x11-libs/libtxc_dxtn/metadata.xml b/x11-libs/libtxc_dxtn/metadata.xml
deleted file mode 100644
index 01c4c00..0000000
--- a/x11-libs/libtxc_dxtn/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>x11</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-08-23 17:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 14:47 [gentoo-commits] proj/x11:master commit in: x11-libs/libtxc_dxtn/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2011-02-17 17:13 Michał Górny
2011-03-05 17:07 Michał Górny
2011-03-05 17:24 Michał Górny
2011-05-26 5:40 Michał Górny
2011-05-28 19:38 Michał Górny
2011-08-23 17:50 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox