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

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


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

Modified: PKGBUILD (1.31 -> 1.32)

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 |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: arch/build/base/lvm2/PKGBUILD
diff -u arch/build/base/lvm2/PKGBUILD:1.31 arch/build/base/lvm2/PKGBUILD:1.32
--- arch/build/base/lvm2/PKGBUILD:1.31	Fri Jul 20 14:56:32 2007
+++ arch/build/base/lvm2/PKGBUILD	Tue Aug 21 11:35:20 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.31 2007/07/20 18:56:32 tpowa Exp $
+# $Id: PKGBUILD,v 1.32 2007/08/21 15:35:20 dan Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=lvm2
 pkgver=2.02.27
@@ -7,13 +7,14 @@
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.sistina.com/products_lvm.htm"
+groups=('base')
 depends=('device-mapper')
 conflicts=('lvm')
 backup=('etc/lvm/lvm.conf')
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$pkgver.tgz lvm2_install lvm2_hook)
 md5sums=('f3655af297a2b1ce6a3390ab1c264e68'
          '40dccdb1044f00fc1e29ca549933d4bd'
-	 '73c8c2eba0fe891712c859c18b5b8aa2')
+         '73c8c2eba0fe891712c859c18b5b8aa2')
 
 
 build() {




More information about the arch-commits mailing list