From: "Andrew John Hughes" <gnu_andrew@member.fsf.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/
Date: Tue, 17 Nov 2015 21:44:31 +0000 (UTC) [thread overview]
Message-ID: <1447796661.514458531ae633f33d9ed83f277f28b417d9ae94.gnu_andrew@gentoo> (raw)
commit: 514458531ae633f33d9ed83f277f28b417d9ae94
Author: Andrew John Hughes <gnu_andrew <AT> member <DOT> fsf <DOT> org>
AuthorDate: Tue Nov 17 21:44:21 2015 +0000
Commit: Andrew John Hughes <gnu_andrew <AT> member <DOT> fsf <DOT> org>
CommitDate: Tue Nov 17 21:44:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=51445853
dev-java/icedtea: Bring in headless USE flag renaming from main tree.
Package-Manager: portage-2.2.20.1
dev-java/icedtea/ChangeLog | 5 +++++
dev-java/icedtea/icedtea-3.0.0_pre06.ebuild | 10 +++++-----
dev-java/icedtea/icedtea-6.1.13.9.ebuild | 10 +++++-----
dev-java/icedtea/icedtea-6.9999.ebuild | 10 +++++-----
dev-java/icedtea/icedtea-7.2.6.3.ebuild | 14 +++++++-------
dev-java/icedtea/icedtea-7.2.7.0_pre00.ebuild | 12 ++++++------
dev-java/icedtea/metadata.xml | 2 +-
7 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 99b3b69..0f2729f 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Nov 2015; Andrew John Hughes <gnu_andrew@member.fsf.org>
+ icedtea-3.0.0_pre06.ebuild, icedtea-6.1.13.9.ebuild, icedtea-6.9999.ebuild,
+ icedtea-7.2.6.3.ebuild, icedtea-7.2.7.0_pre00.ebuild, metadata.xml:
+ dev-java/icedtea: Bring in headless USE flag renaming from main tree.
+
*icedtea-7.2.6.3 (17 Nov 2015)
17 Nov 2015; Andrew John Hughes <gnu_andrew@member.fsf.org>
diff --git a/dev-java/icedtea/icedtea-3.0.0_pre06.ebuild b/dev-java/icedtea/icedtea-3.0.0_pre06.ebuild
index 5665e7b..5d10c7e 100644
--- a/dev-java/icedtea/icedtea-3.0.0_pre06.ebuild
+++ b/dev-java/icedtea/icedtea-3.0.0_pre06.ebuild
@@ -62,7 +62,7 @@ EHG_REVISION="${ICEDTEA_PKG}${ICEDTEA_PRE}"
LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+alsa cacao cjk +cups debug doc examples headless jamvm +jbootstrap +nsplugin
+IUSE="+alsa cacao cjk +cups debug doc examples headless-awt jamvm +jbootstrap +nsplugin
+nss pax_kernel pulseaudio sctp selinux smartcard +source test zero +webstart"
# Ideally the following were optional at build time.
@@ -108,7 +108,7 @@ COMMON_DEP="
# cups is needed for X. #390945 #390975
RDEPEND="${COMMON_DEP}
!dev-java/icedtea:0
- !headless? (
+ !headless-awt? (
${CUPS_COMMON_DEP}
${X_COMMON_DEP}
media-fonts/dejavu
@@ -321,9 +321,9 @@ src_install() {
local dest="/usr/$(get_libdir)/icedtea${SLOT}"
local ddest="${ED}${dest#/}"
- # Ensures HeadlessGraphicsEnvironment is used.
+ # Ensures Headless-AwtGraphicsEnvironment is used.
# Hack; we should get IcedTea to support passing --disable-headful
- if use headless ; then
+ if use headless-awt ; then
rm -vf "${ddest}"/jre/lib/$(get_system_arch)/libawt_xawt.so || die
fi
@@ -361,7 +361,7 @@ src_install() {
chmod 644 "${ddest}/jre/lib/security/cacerts" || die
set_java_env "${FILESDIR}/icedtea.env"
- if use headless || ! use alsa || ! use cups; then
+ if use headless-awt || ! use alsa || ! use cups; then
java-vm_revdep-mask "${dest}"
fi
java-vm_sandbox-predict /proc/self/coredump_filter
diff --git a/dev-java/icedtea/icedtea-6.1.13.9.ebuild b/dev-java/icedtea/icedtea-6.1.13.9.ebuild
index 15c6d9a..dc2b043 100644
--- a/dev-java/icedtea/icedtea-6.1.13.9.ebuild
+++ b/dev-java/icedtea/icedtea-6.1.13.9.ebuild
@@ -37,7 +37,7 @@ SLOT="6"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
RESTRICT="test"
-IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless javascript
+IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt javascript
+jbootstrap kerberos +nsplugin +nss pax_kernel pulseaudio selinux
source systemtap test zero +webstart"
@@ -90,7 +90,7 @@ RDEPEND="${COMMON_DEP}
)
cups? ( ${CUPS_COMMON_DEP} )
gtk? ( >=x11-libs/gtk+-2.8:2 )
- !headless? ( ${X_COMMON_DEP} )
+ !headless-awt? ( ${X_COMMON_DEP} )
selinux? ( sec-policy/selinux-java )"
# Only ant-core-1.8.1 has fixed ant -diagnostics when xerces+xalan are not present.
@@ -229,8 +229,8 @@ src_configure() {
--with-abs-install-dir="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}" \
--with-pkgversion="Gentoo package ${PF}" \
--disable-downloading --disable-Werror \
- $(use_enable !headless system-gif) \
- $(use_enable !headless system-png) \
+ $(use_enable !headless-awt system-gif) \
+ $(use_enable !headless-awt system-png) \
$(use_enable !debug optimizations) \
$(use_enable doc docs) \
$(use_enable kerberos system-kerberos) \
@@ -272,7 +272,7 @@ src_install() {
rm -v jre/lib/$(get_system_arch)/libjsoundalsa.* || die
fi
- if use headless ; then
+ if use headless-awt ; then
rm -vr jre/lib/$(get_system_arch)/{xawt,libsplashscreen.*} \
{,jre/}bin/policytool bin/appletviewer || die
fi
diff --git a/dev-java/icedtea/icedtea-6.9999.ebuild b/dev-java/icedtea/icedtea-6.9999.ebuild
index aa14d2f..a0a4cfb 100644
--- a/dev-java/icedtea/icedtea-6.9999.ebuild
+++ b/dev-java/icedtea/icedtea-6.9999.ebuild
@@ -36,7 +36,7 @@ SLOT="6"
KEYWORDS=""
RESTRICT="test"
-IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless javascript
+IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt javascript
+jbootstrap kerberos +nsplugin +nss pax_kernel pulseaudio selinux
source systemtap test zero +webstart"
@@ -89,7 +89,7 @@ RDEPEND="${COMMON_DEP}
)
cups? ( ${CUPS_COMMON_DEP} )
gtk? ( >=x11-libs/gtk+-2.8:2 )
- !headless? ( ${X_COMMON_DEP} )
+ !headless-awt? ( ${X_COMMON_DEP} )
selinux? ( sec-policy/selinux-java )"
# Only ant-core-1.8.1 has fixed ant -diagnostics when xerces+xalan are not present.
@@ -230,8 +230,8 @@ src_configure() {
--with-abs-install-dir="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}" \
--with-pkgversion="Gentoo package ${PF}" \
--disable-downloading --disable-Werror \
- $(use_enable !headless system-gif) \
- $(use_enable !headless system-png) \
+ $(use_enable !headless-awt system-gif) \
+ $(use_enable !headless-awt system-png) \
$(use_enable !debug optimizations) \
$(use_enable doc docs) \
$(use_enable kerberos system-kerberos) \
@@ -273,7 +273,7 @@ src_install() {
rm -v jre/lib/$(get_system_arch)/libjsoundalsa.* || die
fi
- if use headless ; then
+ if use headless-awt ; then
rm -vr jre/lib/$(get_system_arch)/{xawt,libsplashscreen.*} \
{,jre/}bin/policytool bin/appletviewer || die
fi
diff --git a/dev-java/icedtea/icedtea-7.2.6.3.ebuild b/dev-java/icedtea/icedtea-7.2.6.3.ebuild
index e670a7a..10f5bca 100644
--- a/dev-java/icedtea/icedtea-7.2.6.3.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.6.3.ebuild
@@ -57,14 +57,14 @@ SRC_URI="
${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}"
LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64"
RESTRICT="test"
-IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless infinality
+IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt infinality
jamvm javascript +jbootstrap kerberos +nsplugin nss pax_kernel
pulseaudio sctp selinux smartcard source +sunec test zero +webstart"
-REQUIRED_USE="gtk? ( !headless )"
+REQUIRED_USE="gtk? ( !headless-awt )"
# Ideally the following were optional at build time.
ALSA_COMMON_DEP="
@@ -126,7 +126,7 @@ RDEPEND="${COMMON_DEP}
media-fonts/sazanami
)
cups? ( ${CUPS_COMMON_DEP} )
- !headless? ( ${X_COMMON_DEP} )
+ !headless-awt? ( ${X_COMMON_DEP} )
selinux? ( sec-policy/selinux-java )"
# Only ant-core-1.8.1 has fixed ant -diagnostics when xerces+xalan are not present.
@@ -304,8 +304,8 @@ src_configure() {
--disable-hotspot-tests --disable-jdk-tests \
--enable-system-lcms --enable-system-jpeg \
--enable-system-zlib \
- $(use_enable !headless system-gif) \
- $(use_enable !headless system-png) \
+ $(use_enable !headless-awt system-gif) \
+ $(use_enable !headless-awt system-png) \
$(use_enable !debug optimizations) \
$(use_enable doc docs) \
$(use_enable gtk system-gtk) \
@@ -346,7 +346,7 @@ src_install() {
rm -v "${ddest}"/jre/lib/$(get_system_arch)/libjsoundalsa.* || die
fi
- if use headless; then
+ if use headless-awt; then
rm -vr "${ddest}"/jre/lib/$(get_system_arch)/{xawt,libsplashscreen.*,libjavagtk.*} \
"${ddest}"/{,jre/}bin/policytool "${ddest}"/bin/appletviewer || die
fi
diff --git a/dev-java/icedtea/icedtea-7.2.7.0_pre00.ebuild b/dev-java/icedtea/icedtea-7.2.7.0_pre00.ebuild
index 14fc818..579e2d9 100644
--- a/dev-java/icedtea/icedtea-7.2.7.0_pre00.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.7.0_pre00.ebuild
@@ -60,11 +60,11 @@ LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 M
KEYWORDS=""
RESTRICT="test"
-IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless infinality
+IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt infinality
jamvm javascript +jbootstrap kerberos +nsplugin nss pax_kernel
pulseaudio sctp selinux smartcard source +sunec test zero +webstart"
-REQUIRED_USE="gtk? ( !headless )"
+REQUIRED_USE="gtk? ( !headless-awt )"
# Ideally the following were optional at build time.
ALSA_COMMON_DEP="
@@ -126,7 +126,7 @@ RDEPEND="${COMMON_DEP}
media-fonts/sazanami
)
cups? ( ${CUPS_COMMON_DEP} )
- !headless? ( ${X_COMMON_DEP} )
+ !headless-awt? ( ${X_COMMON_DEP} )
selinux? ( sec-policy/selinux-java )"
# Only ant-core-1.8.1 has fixed ant -diagnostics when xerces+xalan are not present.
@@ -301,8 +301,8 @@ src_configure() {
--disable-hotspot-tests --disable-jdk-tests \
--enable-system-lcms --enable-system-jpeg \
--enable-system-zlib \
- $(use_enable !headless system-gif) \
- $(use_enable !headless system-png) \
+ $(use_enable !headless-awt system-gif) \
+ $(use_enable !headless-awt system-png) \
$(use_enable !debug optimizations) \
$(use_enable doc docs) \
$(use_enable gtk system-gtk) \
@@ -343,7 +343,7 @@ src_install() {
rm -v "${ddest}"/jre/lib/$(get_system_arch)/libjsoundalsa.* || die
fi
- if use headless; then
+ if use headless-awt; then
rm -vr "${ddest}"/jre/lib/$(get_system_arch)/{xawt,libsplashscreen.*,libjavagtk.*} \
"${ddest}"/{,jre/}bin/policytool "${ddest}"/bin/appletviewer || die
fi
diff --git a/dev-java/icedtea/metadata.xml b/dev-java/icedtea/metadata.xml
index ccb7c05..83663b2 100644
--- a/dev-java/icedtea/metadata.xml
+++ b/dev-java/icedtea/metadata.xml
@@ -16,7 +16,7 @@
<longdescription>The IcedTea project provides a harness to build the source code from OpenJDK (http://openjdk.java.net) using Free Software build tools along with additional tools such as a browser plugin and Web Start support via NetX. </longdescription>
<use>
<flag name="cacao">Use the CACAO virtual machine rather than HotSpot.</flag>
- <flag name="headless">Don't install graphical libraries (used to be USE="-X")</flag>
+ <flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs (used to be X flag)</flag>
<flag name="infinality">Enable better font rendering using fontconfig.</flag>
<flag name="jamvm">Use the JamVM virtual machine rather than HotSpot.</flag>
<flag name="jbootstrap">If possible, recompile the final IcedTea executables with itself.</flag>
next reply other threads:[~2015-11-17 21:44 UTC|newest]
Thread overview: 191+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 21:44 Andrew John Hughes [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-06 22:04 [gentoo-commits] proj/java:master commit in: dev-java/icedtea/ Andrew John Hughes
2020-04-20 5:42 Andrew John Hughes
2020-03-16 4:06 Andrew John Hughes
2020-01-21 6:23 Andrew John Hughes
2020-01-21 6:23 Andrew John Hughes
2019-11-18 16:28 Andrew John Hughes
2019-11-15 5:57 Andrew John Hughes
2019-07-31 14:39 Andrew John Hughes
2019-05-10 19:18 Andrew John Hughes
2019-05-09 19:27 Andrew John Hughes
2019-05-02 3:43 Andrew John Hughes
2019-03-26 4:19 Andrew John Hughes
2019-03-12 4:42 Andrew John Hughes
2019-01-10 6:50 Andrew John Hughes
2019-01-07 6:32 Andrew John Hughes
2019-01-04 7:43 Andrew John Hughes
2019-01-03 5:04 Andrew John Hughes
2018-10-06 21:52 James Le Cuirot
2018-10-06 21:52 James Le Cuirot
2018-10-02 0:48 Andrew John Hughes
2018-06-10 8:12 James Le Cuirot
2018-06-09 21:03 James Le Cuirot
2018-06-07 3:18 Andrew John Hughes
2018-05-31 0:07 Andrew John Hughes
2018-04-08 19:10 James Le Cuirot
2018-04-08 19:10 James Le Cuirot
2018-03-28 20:00 Andrew John Hughes
2018-03-02 19:28 Andrew John Hughes
2017-12-06 20:19 Andrew John Hughes
2017-12-06 16:36 Andrew John Hughes
2017-11-02 23:15 Andrew John Hughes
2017-09-18 0:24 Andrew John Hughes
2017-08-10 20:16 Andrew John Hughes
2017-07-31 16:44 Andrew John Hughes
2017-07-31 2:54 Andrew John Hughes
2017-07-21 4:17 Andrew John Hughes
2017-05-17 17:48 Andrew John Hughes
2017-05-17 3:17 Andrew John Hughes
2017-03-08 13:50 James Le Cuirot
2017-02-14 4:50 Andrew John Hughes
2017-02-14 4:50 Andrew John Hughes
2017-02-14 4:50 Andrew John Hughes
2017-02-14 4:50 Andrew John Hughes
2017-01-30 22:18 James Le Cuirot
2017-01-30 22:18 James Le Cuirot
2017-01-28 21:51 Andrew John Hughes
2017-01-12 5:16 Andrew John Hughes
2016-11-26 10:50 James Le Cuirot
2016-11-21 22:46 James Le Cuirot
2016-11-14 7:10 Andrew John Hughes
2016-11-09 9:14 Andrew John Hughes
2016-09-02 0:35 Andrew John Hughes
2016-08-25 2:36 Andrew John Hughes
2016-08-09 19:44 Andrew John Hughes
2016-08-08 14:58 Andrew John Hughes
2016-08-05 20:45 James Le Cuirot
2016-08-03 22:52 James Le Cuirot
2016-08-02 22:31 James Le Cuirot
2016-08-02 22:31 James Le Cuirot
2016-08-02 22:31 James Le Cuirot
2016-08-02 22:31 James Le Cuirot
2016-08-02 22:16 James Le Cuirot
2016-07-29 6:49 Andrew John Hughes
2016-07-26 5:30 Andrew John Hughes
2016-07-26 1:53 Andrew John Hughes
2016-07-17 20:39 Andrew John Hughes
2016-05-21 15:23 Andrew John Hughes
2016-05-21 15:23 Andrew John Hughes
2016-05-04 22:21 Andrew John Hughes
2016-04-22 6:17 Andrew John Hughes
2016-04-17 21:11 James Le Cuirot
2016-04-17 16:22 Andrew John Hughes
2016-04-12 16:56 Andrew John Hughes
2016-04-08 18:09 Andrew John Hughes
2016-03-30 15:02 Andrew John Hughes
2016-03-29 0:52 Andrew John Hughes
2016-03-26 21:05 James Le Cuirot
2016-03-25 18:00 Andrew John Hughes
2016-03-03 21:06 Andrew John Hughes
2016-01-31 20:48 James Le Cuirot
2016-01-25 18:47 Andrew John Hughes
2016-01-25 18:47 Andrew John Hughes
2016-01-24 14:30 James Le Cuirot
2016-01-24 14:30 James Le Cuirot
2016-01-24 14:30 James Le Cuirot
2016-01-24 14:30 James Le Cuirot
2016-01-24 14:30 James Le Cuirot
2016-01-24 14:30 James Le Cuirot
2016-01-23 23:07 James Le Cuirot
2016-01-22 12:12 Andrew John Hughes
2016-01-17 21:41 James Le Cuirot
2016-01-17 21:25 James Le Cuirot
2016-01-11 2:47 Andrew John Hughes
2016-01-04 22:40 James Le Cuirot
2015-12-24 22:27 Andrew John Hughes
2015-11-18 4:05 Andrew John Hughes
2015-11-17 21:39 Andrew John Hughes
2015-11-17 21:39 Andrew John Hughes
2015-11-15 21:12 James Le Cuirot
2015-11-13 7:10 Andrew John Hughes
2015-10-23 6:25 Andrew John Hughes
2015-10-23 6:25 Andrew John Hughes
2015-10-23 6:25 Andrew John Hughes
2015-10-23 6:25 Andrew John Hughes
2015-10-03 0:10 Andrew John Hughes
2015-09-09 21:34 James Le Cuirot
2015-09-02 23:05 James Le Cuirot
2015-08-03 0:16 Andrew John Hughes
2015-07-23 2:18 Andrew John Hughes
2015-07-21 19:55 Andrew John Hughes
2015-07-19 17:09 Andrew John Hughes
2015-07-09 15:59 Andrew John Hughes
2015-06-25 1:14 Andrew John Hughes
2015-06-20 13:35 James Le Cuirot
2015-06-19 17:07 Andrew John Hughes
2015-06-19 16:24 Andrew John Hughes
2015-06-17 11:20 Andrew John Hughes
2015-05-07 12:33 James Le Cuirot
2015-05-06 21:53 James Le Cuirot
2015-04-15 3:50 Andrew John Hughes
2015-02-02 19:51 Andrew John Hughes
2015-02-02 19:51 Andrew John Hughes
2015-01-27 0:46 Andrew John Hughes
2015-01-11 18:06 Andrew John Hughes
2015-01-11 18:00 Andrew John Hughes
2014-11-13 10:40 Andrew John Hughes
2014-11-03 1:01 Andrew John Hughes
2014-11-03 1:01 Andrew John Hughes
2014-11-01 15:49 Vlastimil Babka
2014-11-01 15:49 Vlastimil Babka
2014-11-01 15:49 Vlastimil Babka
2014-10-30 23:12 Andrew John Hughes
2014-10-30 23:12 Andrew John Hughes
2014-10-27 18:53 Andrew John Hughes
2014-10-15 5:59 Andrew John Hughes
2014-10-15 5:59 Andrew John Hughes
2014-10-15 2:42 Andrew John Hughes
2014-10-07 19:48 Andrew John Hughes
2014-10-05 22:52 Vlastimil Babka
2014-10-05 22:52 Vlastimil Babka
2014-10-05 22:52 Vlastimil Babka
2014-10-05 22:52 Vlastimil Babka
2014-10-05 22:29 Vlastimil Babka
2014-09-02 4:30 Andrew John Hughes
2014-09-02 4:30 Andrew John Hughes
2014-08-12 17:28 ` Andrew John Hughes
2014-09-02 4:30 Andrew John Hughes
2014-08-13 22:29 ` Andrew John Hughes
2014-07-24 3:56 Andrew John Hughes
2014-09-02 4:30 ` Andrew John Hughes
2014-07-18 21:57 Andrew John Hughes
2014-07-16 20:54 Andrew John Hughes
2014-07-16 10:44 Andrew John Hughes
2014-07-15 23:12 Andrew John Hughes
2014-07-15 21:53 Andrew John Hughes
2014-07-15 18:18 Andrew John Hughes
2014-04-15 23:38 Andrew John Hughes
2014-03-28 13:57 Andrew John Hughes
2014-02-22 2:02 Andrew John Hughes
2014-01-30 21:10 Ralph Sennhauser
2014-01-30 19:29 Andrew John Hughes
2014-01-29 12:19 Andrew John Hughes
2014-01-28 17:26 Andrew John Hughes
2014-01-28 6:58 Ralph Sennhauser
2014-01-28 6:58 Ralph Sennhauser
2014-01-28 6:58 Ralph Sennhauser
2013-12-27 0:54 Andrew John Hughes
2013-12-26 19:12 Andrew John Hughes
2013-12-01 21:19 Vlastimil Babka
2013-11-25 13:55 Andrew John Hughes
2013-11-13 4:11 Andrew John Hughes
2013-10-23 4:34 Andrew John Hughes
2013-10-23 4:34 Andrew John Hughes
2013-09-24 16:34 Andrew John Hughes
2013-09-19 17:04 Andrew John Hughes
2013-09-09 22:33 Andrew John Hughes
2013-09-09 22:18 Tom Wijsman
2013-09-09 22:17 Tom Wijsman
2013-09-07 0:52 Andrew John Hughes
2013-07-30 0:25 Andrew John Hughes
2013-07-25 10:59 Andrew John Hughes
2013-07-25 10:52 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-07-22 12:39 Andrew John Hughes
2013-06-15 9:33 Vlastimil Babka
2013-05-23 23:33 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447796661.514458531ae633f33d9ed83f277f28b417d9ae94.gnu_andrew@gentoo \
--to=gnu_andrew@member.fsf.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox