From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Sun, 11 Mar 2018 20:47:34 +0000 (UTC) [thread overview]
Message-ID: <1520801217.87fec82a2a28de90d892f22b1729bc4c4ab429a3.lluixhi@gentoo> (raw)
commit: 87fec82a2a28de90d892f22b1729bc4c4ab429a3
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 20:46:42 2018 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Sun Mar 11 20:46:57 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=87fec82a
sys-devel/gdb: version bump to 7.3.0-r1
fix patch in 7.3.0
sys-devel/gcc/Manifest | 2 ++
sys-devel/gcc/{gcc-7.3.0.ebuild => gcc-7.3.0-r1.ebuild} | 6 ------
sys-devel/gcc/gcc-7.3.0.ebuild | 10 ++--------
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 402f135..ad09c68 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -14,4 +14,6 @@ DIST gcc-6.4.0.tar.xz 76156220 BLAKE2B 2018c338b28ea644cdd1b327cb0dfe7ee9aa20103
DIST gcc-7.1.0-patches-1.1.tar.bz2 6746 BLAKE2B 29ed4ff1ce6412a0c1a88f613377883ef5d391e7f681989295ac84dbb1950d99a17472d8b95a9351970ee5837cc3bfc4711101042c0e792c0bac3327bfa24d2e SHA512 1bf95a505dc6c37bf6924bb69fd0670c8f3355b6690c94edf4a4248649accbd426575b40cb7a473dfb0ae09a924b05619e5c633384bae0293edb670cfd0d3a30
DIST gcc-7.2.0-patches-1.1.tar.bz2 9246 BLAKE2B f6eec8459e5ac1f177d9a417c59616ad53e4ba6da8744cf55922d3a401717bd5bfdf79296a1c0b856cfa03349e73b8034ab6024b83d3f5ef909534811ba470f2 SHA512 d08b31d1279cc4c6ba46b2dca6ebed4e5c8e4997f0859acab86c974209ce4aacd0df09632e70c3fb8ee7108ecb8208c8b8605e66a7e8d2568e45644bfeee4fbe
DIST gcc-7.2.0.tar.xz 62312628 BLAKE2B 35e4b732f1a4515fc1a9d4424797177112847588e600dc5531bc9bf72305619d4100e8fd9d945920245e704fc9ac5bc5e3dbd20be6c3af49e689fc5bd1eca10f SHA512 f853cd6530b4055d8d8289da74687cb4c6d5f363598d386332d31852b581bac76c3adb7d61889edec3b779f63d8646f0122840f12965ce4a4389ba535dbbb6e1
+DIST gcc-7.3.0-patches-1.0.tar.bz2 6757 BLAKE2B ffe6a69e61dc4379fc77b0bf21971ff6fe482edd315ae1243e55b147ad5794320816fbfc3f85ccebe34de080e2c5b718b60b59064aaf095e905c1b41d7c08168 SHA512 a86ffc03940afa12c44b919f861b9459a3cd460cd4680dce8316755021789530640977e90c4cff89be768fc62e0e24d9bee0a1ee76c537ad88c8f4ed07f1a73a
+DIST gcc-7.3.0-patches-1.1.tar.bz2 7439 BLAKE2B b6eff6f96cf4daf7b8debc767dc5ee1924a27be95c0a9a5d5ba957978f224c0907570e1492398865c4fa27d3b8f7c2f0fea2da813bf6b4ebb0fa66f9ccca9c46 SHA512 864a433c8f153a216c1028c553ffc3c84c474498c637ca6978e86fbb2ce4c07291c2561aabc2caa4953c012b8e18c277383ca153d56e13006967680119f9bcfa
DIST gcc-7.3.0.tar.xz 62462388 BLAKE2B dc8f132b21bd0543c3d9dd17557038aafe65675aa73c540954234a3c972b4c31c939149bd50183d072ab6c8d16919e19daeaaffd619ce2ccd62dbdf9a5bb3302 SHA512 ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19c19921b0cdf6d05483faede8287bb9ea120c0d1559449a70e602c8d4
diff --git a/sys-devel/gcc/gcc-7.3.0.ebuild b/sys-devel/gcc/gcc-7.3.0-r1.ebuild
similarity index 83%
copy from sys-devel/gcc/gcc-7.3.0.ebuild
copy to sys-devel/gcc/gcc-7.3.0-r1.ebuild
index ce6db65..968712e 100644
--- a/sys-devel/gcc/gcc-7.3.0.ebuild
+++ b/sys-devel/gcc/gcc-7.3.0-r1.ebuild
@@ -6,13 +6,9 @@ EAPI="5"
PATCH_VER="1.1"
#UCLIBC_VER="1.0"
-PATCH_GCC_VER="7.2.0"
-PIE_GCC_VER="7.2.0"
-
inherit epatch toolchain
#KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-KEYWORDS=""
RDEPEND=""
DEPEND="${RDEPEND}
@@ -24,8 +20,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
fi
src_prepare() {
- EPATCH_EXCLUDE="95_all_static_override_pie.patch
- 96_all_powerpc_pie.patch"
toolchain_src_prepare
epatch "${FILESDIR}"/gcc-7.2.0-pr69728.patch
diff --git a/sys-devel/gcc/gcc-7.3.0.ebuild b/sys-devel/gcc/gcc-7.3.0.ebuild
index ce6db65..6bf5b9c 100644
--- a/sys-devel/gcc/gcc-7.3.0.ebuild
+++ b/sys-devel/gcc/gcc-7.3.0.ebuild
@@ -3,16 +3,12 @@
EAPI="5"
-PATCH_VER="1.1"
+PATCH_VER="1.0"
#UCLIBC_VER="1.0"
-PATCH_GCC_VER="7.2.0"
-PIE_GCC_VER="7.2.0"
-
inherit epatch toolchain
-#KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
RDEPEND=""
DEPEND="${RDEPEND}
@@ -24,8 +20,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
fi
src_prepare() {
- EPATCH_EXCLUDE="95_all_static_override_pie.patch
- 96_all_powerpc_pie.patch"
toolchain_src_prepare
epatch "${FILESDIR}"/gcc-7.2.0-pr69728.patch
next reply other threads:[~2018-03-11 20:47 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-11 20:47 Aric Belsito [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-17 11:47 [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/ Sam James
2021-10-30 1:12 Jory Pratt
2021-09-23 22:19 Jory Pratt
2021-09-07 18:38 Jory Pratt
2021-07-25 20:03 Jory Pratt
2021-07-06 15:48 Jory Pratt
2021-06-23 16:40 Jory Pratt
2021-05-27 12:50 Jory Pratt
2020-12-30 15:59 Jory Pratt
2020-11-08 18:24 Jory Pratt
2020-09-07 14:49 Jory Pratt
2020-08-24 1:34 Jory Pratt
2020-06-12 3:02 Jory Pratt
2020-05-04 2:05 Jory Pratt
2020-05-04 0:32 Anthony G. Basile
2020-04-12 18:47 Jory Pratt
2020-03-22 3:13 Jory Pratt
2020-02-26 3:51 Jory Pratt
2020-01-30 8:50 Georgy Yakovlev
2020-01-30 7:42 Georgy Yakovlev
2020-01-06 4:41 Jory Pratt
2019-11-24 1:32 Anthony G. Basile
2019-11-08 15:18 Jory Pratt
2019-11-06 22:40 Jory Pratt
2019-10-21 12:06 Jory Pratt
2019-09-23 5:28 Jory Pratt
2019-09-03 16:47 Jory Pratt
2019-06-19 19:11 Jory Pratt
2019-05-20 21:14 Jory Pratt
2019-05-20 15:18 Anthony G. Basile
2019-05-05 18:43 Jory Pratt
2019-05-04 17:50 Jory Pratt
2019-04-14 21:13 Anthony G. Basile
2019-04-13 21:42 Anthony G. Basile
2019-04-13 19:47 Anthony G. Basile
2019-02-24 16:56 Anthony G. Basile
2019-02-24 13:48 Anthony G. Basile
2019-01-25 12:37 Anthony G. Basile
2019-01-25 12:37 Anthony G. Basile
2018-10-29 11:39 Anthony G. Basile
2018-10-29 11:39 Anthony G. Basile
2018-09-20 23:43 Anthony G. Basile
2018-09-20 23:37 Anthony G. Basile
2018-08-03 15:59 Anthony G. Basile
2018-06-20 0:20 Anthony G. Basile
2018-06-19 12:56 Jory Pratt
2018-06-17 9:43 Anthony G. Basile
2018-05-19 19:23 Aric Belsito
2018-05-17 19:41 Aric Belsito
2018-05-17 18:15 Aric Belsito
2018-05-07 19:21 Aric Belsito
2018-05-05 12:56 Aric Belsito
2018-05-03 18:35 Aric Belsito
2018-04-14 17:41 Aric Belsito
2018-03-04 16:57 Anthony G. Basile
2018-01-25 20:15 Aric Belsito
2018-01-25 19:57 Aric Belsito
2018-01-16 4:55 Aric Belsito
2018-01-12 8:53 Anthony G. Basile
2018-01-06 22:50 Aric Belsito
2018-01-06 22:34 Aric Belsito
2018-01-03 18:43 Aric Belsito
2017-12-15 0:16 Aric Belsito
2017-12-12 22:24 Anthony G. Basile
2017-11-29 20:41 Aric Belsito
2017-11-20 1:03 Anthony G. Basile
2017-10-09 20:50 Anthony G. Basile
2017-09-03 20:54 Anthony G. Basile
2017-08-24 0:16 Jory Pratt
2017-08-07 17:49 Aric Belsito
2017-05-08 20:55 Aric Belsito
2017-05-05 22:29 Aric Belsito
2017-04-17 23:16 Aric Belsito
2017-04-17 22:01 Aric Belsito
2017-02-03 0:04 Aric Belsito
2016-12-29 19:34 Aric Belsito
2016-09-20 9:27 Anthony G. Basile
2016-05-04 23:31 Anthony G. Basile
2016-05-04 19:48 Anthony G. Basile
2016-05-04 19:31 Anthony G. Basile
2016-05-03 10:12 Anthony G. Basile
2016-05-03 8:44 Anthony G. Basile
2016-02-14 1:13 Anthony G. Basile
2016-02-14 1:13 Anthony G. Basile
2016-02-05 12:09 Anthony G. Basile
2016-02-05 12:09 Anthony G. Basile
2016-01-29 20:22 Anthony G. Basile
2016-01-25 22:38 Anthony G. Basile
2015-10-07 15:38 Anthony G. Basile
2015-10-03 18:14 Anthony G. Basile
2015-10-03 18:10 Anthony G. Basile
2015-10-02 23:18 Anthony G. Basile
2015-09-09 0:32 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-09-06 22:58 Anthony G. Basile
2015-08-30 15:29 Anthony G. Basile
2015-07-18 0:14 Anthony G. Basile
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=1520801217.87fec82a2a28de90d892f22b1729bc4c4ab429a3.lluixhi@gentoo \
--to=lluixhi@gmail.com \
--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