diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 19:28:03 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 19:28:03 -0800 |
commit | 221c43ad9b8b4fbf868f24bf3b48787f610c203f (patch) | |
tree | e6e8fd3ceb27f3625ba592677c36d0111912341d /dev-lang/gpc | |
download | gentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.tar.gz gentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.tar.bz2 gentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.zip |
Initial commit.
This repo contains all of the ChangeLogs copied over from CVS, at the
exact time of the Git migration.
The purpose of this repo is to populate the rsync-distributed tree with
old ChangeLogs that cannot be generated from Git.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-lang/gpc')
-rw-r--r-- | dev-lang/gpc/ChangeLog | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/dev-lang/gpc/ChangeLog b/dev-lang/gpc/ChangeLog new file mode 100644 index 00000000..bd0510ff --- /dev/null +++ b/dev-lang/gpc/ChangeLog @@ -0,0 +1,105 @@ +# ChangeLog for dev-lang/gpc +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/ChangeLog,v 1.27 2012/02/06 15:32:10 george Exp $ + + 06 Feb 2012; george <george@gentoo.org> gpc-20051104.ebuild, + gpc-20070904.ebuild: + removed manual env-update (has been automated some time ago; #402339) + + 04 Feb 2010; Harald van Dijk <truedfx@gentoo.org> gpc-20070904.ebuild: + Don't try to replace -m*=native, it's not necessary and it was done wrong + (#303453) + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gpc-20051104.ebuild, + gpc-20070904.ebuild: + Remove virtual/libc + + 27 Dec 2008; George Shapovalov <george@gentoo.org> gpc-20070904.ebuild: + fixed toolchain issue (#243872) + +*gpc-20070904 (27 Dec 2008) + + 27 Dec 2008; George Shapovalov <george@gentoo.org> +gpc-20070904.ebuild: + new version, staying with the 3.4 backend, as 4.1 has performace + regressions (#252323). Thanks to Andrew for testing different backends. + + 27 Dec 2008; George Shapovalov <george@gentoo.org> gpc-20051104.ebuild: + forcing env-update and added elog to ask user to source /etc/profile + (#244314) + + 21 Dec 2008; Jeremy Olexa <darkside@gentoo.org> gpc-20051104.ebuild: + (non maintainer commit) add amd64 specific configure flag to allow + compilation, bug #205638 + + 06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> gpc-20051104.ebuild: + Added ~ppc, bug #154116 + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 10 Jun 2006; George Shapovalov <george@gentoo.org> -gpc-20040516.ebuild, + -gpc-20050331.ebuild: + pulled old version for which matching gcc has been removed + + 26 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> gpc-20051104.ebuild: + Added ROOTPATH in env.d/56gpc, keyworded ~sparc wrt #119138 + +*gpc-20051104 (17 Jan 2006) + + 17 Jan 2006; George Shapovalov <george@gentoo.org> +gpc-20051104.ebuild: + new version, dependency on gcc is no longer necessary (slightly different + build, #119138) + +*gpc-20050331 (17 Apr 2005) + + 17 Apr 2005; George Shapovalov <george@gentoo.org> gpc-20050331.ebuild : + new version, works with gcc-3.4.3 (#74887, #87619) + will remove 20040516 when this one is tested + + 11 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -gpc-20030209.ebuild: + removed - old and with QA issues. + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gpc-20030209.ebuild, + gpc-20040516.ebuild: + virtual/glibc -> virtual/libc + + 14 Jun 2004; George Shapovalov <george@gentoo.org> gpc-20040516.ebuild : + parallel build fails, fixed to use "emake -j1" + + 12 Jun 2004; George Shapovalov <george@gentoo.org> gpc-20040516.ebuild : + new beta out (this package does not have releases at all :), even betas are one a few years) + much cleaned and improved ebuild (#48377); + removed gpc-2.1 + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> gpc-20030209.ebuild: + Fix use invocation + +*gpc-20030209 (14 Feb 2003) + + 14 Feb 2003; George Shapovalov <george@gentoo.org> gpc-20030209.ebuild, files/digest-gpc-20030209 : + + new version, now works with gcc-3.x + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*gpc-2.1 (10 May 2002) + + gpc-2.1 has been released. Updated ebuild and removed pre-release versions + (otherwise naming conflict is developed - 2.1 is seen as older version + than daily builds) + +*gpc-20020410, (13 Apr 2002) + + 10 Apr 2002; G Shapovalov <george@gentoo.org> ChangeLog : + + gpc-r6 has been released. Updated ebuild to use this version (ebuild rename sufficed). + +*gpc-20020402, (10 Apr 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. |