summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-05-02 17:05:29 +0000
committerMichał Górny <mgorny@gentoo.org>2012-05-02 17:05:29 +0000
commit7f80b4cfb809a28d3b532e43e53b4d9601038f38 (patch)
tree6207d8cba492b165efb0a9571a32525fe1134ec8
parentRemove dependency on ispell closing #413363. Fixed an annoying typo in tm-fil... (diff)
downloadhistorical-7f80b4cfb809a28d3b532e43e53b4d9601038f38.tar.gz
historical-7f80b4cfb809a28d3b532e43e53b4d9601038f38.tar.bz2
historical-7f80b4cfb809a28d3b532e43e53b4d9601038f38.zip
Add myself as a co-maintainer.
Package-Manager: portage-2.2.0_alpha101_p3/cvs/Linux x86_64
-rw-r--r--sys-devel/clang/ChangeLog5
-rw-r--r--sys-devel/clang/metadata.xml4
-rw-r--r--sys-devel/llvm/ChangeLog5
-rw-r--r--sys-devel/llvm/metadata.xml4
4 files changed, 16 insertions, 2 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog
index 7c729f3a4319..f7747a579a9f 100644
--- a/sys-devel/clang/ChangeLog
+++ b/sys-devel/clang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/clang
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.59 2012/04/13 14:14:39 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.60 2012/05/02 17:05:29 mgorny Exp $
+
+ 02 May 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
+ Add myself as a co-maintainer.
13 Apr 2012; Bernard Cafarelli <voyageur@gentoo.org> clang-3.0-r3.ebuild,
clang-9999.ebuild:
diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml
index c52116a901ef..8357105e4ae6 100644
--- a/sys-devel/clang/metadata.xml
+++ b/sys-devel/clang/metadata.xml
@@ -5,6 +5,10 @@
<email>voyageur@gentoo.org</email>
<name>Bernard Cafarelli</name>
</maintainer>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
<longdescription>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.
Features and Goals
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog
index c493f5aed0b9..2e78db4a0e54 100644
--- a/sys-devel/llvm/ChangeLog
+++ b/sys-devel/llvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.69 2012/04/30 15:19:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.70 2012/05/02 17:03:57 mgorny Exp $
+
+ 02 May 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
+ Add myself as a co-maintainer.
30 Apr 2012; Fabian Groffen <grobian@gentoo.org>
+files/llvm-3.2-nodoctargz.patch, llvm-9999.ebuild:
diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml
index 140a2f8c7cf3..e5a362b5c5b3 100644
--- a/sys-devel/llvm/metadata.xml
+++ b/sys-devel/llvm/metadata.xml
@@ -5,6 +5,10 @@
<email>voyageur@gentoo.org</email>
<name>Bernard Cafarelli</name>
</maintainer>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
<longdescription>Low Level Virtual Machine (LLVM) is:
1. A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. LLVM supports effective optimization at compile time, link-time (particularly interprocedural), run-time and offline (i.e., after software is installed), while remaining transparent to developers and maintaining compatibility with existing build scripts.
2. A virtual instruction set - LLVM is a low-level object code representation that uses simple RISC-like instructions, but provides rich, language-independent, type information and dataflow (SSA) information about operands. This combination enables sophisticated transformations on object code, while remaining light-weight enough to be attached to the executable. This combination is key to allowing link-time, run-time, and offline transformations.