public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/
@ 2012-04-07 19:11 Magnus Granberg
  0 siblings, 0 replies; 4+ messages in thread
From: Magnus Granberg @ 2012-04-07 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a38121329ab709bbe66d20b0ebbac81387572580
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 20:53:27 2012 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 20:53:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a3812132

Updated the ebuild on gcc-4.8

---
 ...-9999.ebuild => gcc-4.8.0_alpha20120401.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/gcc/gcc-9999.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20120401.ebuild
similarity index 100%
rename from sys-devel/gcc/gcc-9999.ebuild
rename to sys-devel/gcc/gcc-4.8.0_alpha20120401.ebuild



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

* [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/
@ 2012-10-29 22:33 Magnus Granberg
  0 siblings, 0 replies; 4+ messages in thread
From: Magnus Granberg @ 2012-10-29 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a1c32e3b36bbff713c55d26f2cdd4b72d8d35d42
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 29 22:33:15 2012 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 22:33:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a1c32e3b

Update gcc to 4.8 2012-10-28

---
 sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
new file mode 100644
index 0000000..0e02680
--- /dev/null
+++ b/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $
+EAPI=4
+
+#PATCH_VER="1.0"
+
+inherit toolchain
+
+KEYWORDS=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	elibc_glibc? ( >=sys-libs/glibc-2.12 )
+	amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
+	>=${CATEGORY}/binutils-2.18"
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+	PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )"
+fi


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

* [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/
@ 2012-11-06  0:01 Magnus Granberg
  0 siblings, 0 replies; 4+ messages in thread
From: Magnus Granberg @ 2012-11-06  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9adb498b4169493297f9a62d5b0fd258fdd5d42c
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 00:01:05 2012 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 00:01:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=9adb498b

Update gcc 4.8 to 20121104

---
 sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild       |   20 --------------------
 ...20930.ebuild => gcc-4.8.0_alpha20121104.ebuild} |    0
 2 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
deleted file mode 100644
index 0e02680..0000000
--- a/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $
-EAPI=4
-
-#PATCH_VER="1.0"
-
-inherit toolchain
-
-KEYWORDS=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	elibc_glibc? ( >=sys-libs/glibc-2.12 )
-	amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
-	>=${CATEGORY}/binutils-2.18"
-
-if [[ ${CATEGORY} != cross-* ]] ; then
-	PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )"
-fi

diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20121104.ebuild
similarity index 100%
rename from sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild
rename to sys-devel/gcc/gcc-4.8.0_alpha20121104.ebuild


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

* [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/
@ 2013-02-13  0:09 Magnus Granberg
  0 siblings, 0 replies; 4+ messages in thread
From: Magnus Granberg @ 2013-02-13  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0aab3356b2e99a8f4a1e7f9b896fff3ca20279df
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 00:09:04 2013 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 00:09:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=0aab3356

dump gcc 4.8

---
 ...21104.ebuild => gcc-4.8.0_alpha20130210.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20121104.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20130210.ebuild
similarity index 100%
rename from sys-devel/gcc/gcc-4.8.0_alpha20121104.ebuild
rename to sys-devel/gcc/gcc-4.8.0_alpha20130210.ebuild


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

end of thread, other threads:[~2013-02-13  0:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-07 19:11 [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/ Magnus Granberg
  -- strict thread matches above, loose matches on Subject: below --
2012-10-29 22:33 Magnus Granberg
2012-11-06  0:01 Magnus Granberg
2013-02-13  0:09 Magnus Granberg

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