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

Dan McGee dan at archlinux.org
Tue Aug 21 15:35:39 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:35:39
  Author: dan
    Path: /home/cvs-arch/arch/build/base/sysvinit

Modified: PKGBUILD (1.15 -> 1.16)

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 |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: arch/build/base/sysvinit/PKGBUILD
diff -u arch/build/base/sysvinit/PKGBUILD:1.15 arch/build/base/sysvinit/PKGBUILD:1.16
--- arch/build/base/sysvinit/PKGBUILD:1.15	Sun May 14 18:54:20 2006
+++ arch/build/base/sysvinit/PKGBUILD	Tue Aug 21 11:35:39 2007
@@ -1,10 +1,12 @@
-# $Id: PKGBUILD,v 1.15 2006/05/14 22:54:20 uid1016 Exp $
+# $Id: PKGBUILD,v 1.16 2007/08/21 15:35:39 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=sysvinit
 pkgver=2.86
 pkgrel=2
 pkgdesc="Linux System V Init"
 arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
 depends=('shadow' 'util-linux' 'coreutils' 'glibc' 'awk')
 source=(ftp://ftp.cistron.nl/pub/people/miquels/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('7d5d61c026122ab791ac04c8a84db967')




More information about the arch-commits mailing list