[arch-commits] CVS update of arch/build/base/gcc (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 15:34:58 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:34:58
  Author: dan
    Path: /home/cvs-arch/arch/build/base/gcc

Modified: PKGBUILD (1.77 -> 1.78)

current/base repo cleaning and organizing

* Add a 'base' group to all packages in the base directory. This may be
  refined later to something like base, base-extra, and base-dev, etc. but
  for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
  40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.


----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.77 arch/build/base/gcc/PKGBUILD:1.78
--- arch/build/base/gcc/PKGBUILD:1.77	Wed Aug  1 18:29:24 2007
+++ arch/build/base/gcc/PKGBUILD	Tue Aug 21 11:34:58 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.77 2007/08/01 22:29:24 jgc Exp $
+# $Id: PKGBUILD,v 1.78 2007/08/21 15:34:58 dan Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc
 pkgver=4.2.1
@@ -7,6 +7,7 @@
 pkgdesc="The GNU Compiler Collection"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
+groups=('base')
 url="http://gcc.gnu.org"
 depends=('glibc>=2.6' 'binutils>=2.17.50.0.18')
 options=('!libtool')




More information about the arch-commits mailing list