[arch-commits] CVS update of core (14 files)

Roman Kyrylych roman at archlinux.org
Sat Nov 24 17:12:47 UTC 2007


    Date: Saturday, November 24, 2007 @ 12:12:47
  Author: roman
    Path: /home/cvs-core/core

Modified: base/db/PKGBUILD (1.36 -> 1.37) base/db/db.install (1.2 -> 1.3)
          base/lilo/PKGBUILD (1.62 -> 1.63)
          base/lilo/lilo.install (1.2 -> 1.3)
          base/pam/pam.install (1.2 -> 1.3)
          base/perl/perl.install (1.18 -> 1.19)
          base/udev/udev.install (1.8 -> 1.9) install.proto (1.1 -> 1.2)
          support/ipw3945/ipw3945.install (1.12 -> 1.13)
          support/iwlwifi/iwlwifi.install (1.2 -> 1.3)
          support/ndiswrapper/ndiswrapper.install (1.16 -> 1.17)
          support/rt2500/rt2500.install (1.7 -> 1.8)
          support/rt2x00-cvs/rt2x00.install (1.6 -> 1.7)
          support/wpa_supplicant/wpa_supplicant.install (1.1 -> 1.2)

remove coreutils dependency


-----------------------------------------------+
 base/db/PKGBUILD                              |    4 +-
 base/db/db.install                            |   22 ------------
 base/lilo/PKGBUILD                            |    4 +-
 base/lilo/lilo.install                        |   12 -------
 base/pam/pam.install                          |   11 ------
 base/perl/perl.install                        |    9 -----
 base/udev/udev.install                        |   14 --------
 install.proto                                 |   41 ++++++++++++------------
 support/ipw3945/ipw3945.install               |   10 -----
 support/iwlwifi/iwlwifi.install               |    4 --
 support/ndiswrapper/ndiswrapper.install       |    9 -----
 support/rt2500/rt2500.install                 |    9 -----
 support/rt2x00-cvs/rt2x00.install             |    9 -----
 support/wpa_supplicant/wpa_supplicant.install |    5 --
 14 files changed, 25 insertions(+), 138 deletions(-)


Index: core/base/db/PKGBUILD
diff -u core/base/db/PKGBUILD:1.36 core/base/db/PKGBUILD:1.37
--- core/base/db/PKGBUILD:1.36	Thu Nov 15 18:53:13 2007
+++ core/base/db/PKGBUILD	Sat Nov 24 12:12:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.36 2007/11/15 23:53:13 daniel Exp $
+# $Id: PKGBUILD,v 1.37 2007/11/24 17:12:46 roman Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=db
 pkgver=4.6.21
@@ -8,7 +8,7 @@
 license=('custom')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
 groups=('base')
-depends=('gcc-libs' 'coreutils')
+depends=('gcc-libs')
 options=('!libtool')
 source=(http://download-uk.oracle.com/berkeley-db/db-$pkgver.tar.gz)
 install=(db.install)
Index: core/base/db/db.install
diff -u core/base/db/db.install:1.2 core/base/db/db.install:1.3
--- core/base/db/db.install:1.2	Wed Jul  5 02:50:25 2006
+++ core/base/db/db.install	Sat Nov 24 12:12:46 2007
@@ -1,29 +1,8 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-pre_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
   echo "ATTENTION DB PACKAGE:"
   echo  "Please consider to run db_upgrade on Berkeley DB databases with a major db version number update."
 }
 
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-
 op=$1
 shift
-$op $*
\ No newline at end of file
+$op $*
Index: core/base/lilo/PKGBUILD
diff -u core/base/lilo/PKGBUILD:1.62 core/base/lilo/PKGBUILD:1.63
--- core/base/lilo/PKGBUILD:1.62	Thu Nov 15 18:53:18 2007
+++ core/base/lilo/PKGBUILD	Sat Nov 24 12:12:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.62 2007/11/15 23:53:18 daniel Exp $
+# $Id: PKGBUILD,v 1.63 2007/11/24 17:12:46 roman Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=lilo
 pkgver=22.8
@@ -13,7 +13,7 @@
 # the base group here.
 #groups=('base')
 backup=(etc/lilo.conf)
-depends=(device-mapper coreutils)
+depends=(device-mapper)
 makedepends=(bin86)
 install=lilo.install
 source=(http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz lilo.conf)
Index: core/base/lilo/lilo.install
diff -u core/base/lilo/lilo.install:1.2 core/base/lilo/lilo.install:1.3
--- core/base/lilo/lilo.install:1.2	Fri Jul 11 19:05:29 2003
+++ core/base/lilo/lilo.install	Sat Nov 24 12:12:46 2007
@@ -1,21 +1,9 @@
-# arg 1:  the new package version
-post_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
   echo
   echo "If you use the LILO bootloader, you should run 'lilo' after upgrading."
   echo
 }
 
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
 op=$1
 shift
 
Index: core/base/pam/pam.install
diff -u core/base/pam/pam.install:1.2 core/base/pam/pam.install:1.3
--- core/base/pam/pam.install:1.2	Fri Oct 21 19:42:04 2005
+++ core/base/pam/pam.install	Sat Nov 24 12:12:47 2007
@@ -5,17 +5,6 @@
   /sbin/ldconfig -r .
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
 op=$1
 shift
 
Index: core/base/perl/perl.install
diff -u core/base/perl/perl.install:1.18 core/base/perl/perl.install:1.19
--- core/base/perl/perl.install:1.18	Mon Feb  6 14:33:39 2006
+++ core/base/perl/perl.install	Sat Nov 24 12:12:47 2007
@@ -12,14 +12,6 @@
      [ -h usr/lib/perl5/$ver ] || ln -sf current usr/lib/perl5/$ver
      [ -h usr/lib/perl5/site_perl/$ver ] || ln -sf current usr/lib/perl5/site_perl/$ver
    done
-   /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   post_install $1
-   /bin/true
 }
 
 # arg 1:  the old package version
@@ -29,7 +21,6 @@
       rm usr/lib/perl5/site_perl/$ver
       rm usr/bin/perl$ver
    done
-   /bin/true
 }
 
 op=$1
Index: core/base/udev/udev.install
diff -u core/base/udev/udev.install:1.8 core/base/udev/udev.install:1.9
--- core/base/udev/udev.install:1.8	Wed Sep 20 06:47:31 2006
+++ core/base/udev/udev.install	Sat Nov 24 12:12:47 2007
@@ -19,20 +19,6 @@
   pre_install $1
 }
 
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-
 op=$1
 shift
 $op $*
Index: core/install.proto
diff -u core/install.proto:1.1 core/install.proto:1.2
--- core/install.proto:1.1	Sun Sep 16 14:25:57 2007
+++ core/install.proto	Sat Nov 24 12:12:46 2007
@@ -1,37 +1,38 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
+# This is a default template for a post-install scriptlet.
+# Uncomment only required functions and remove any functions you don't need
+# (and this header).
 
 # arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
+#pre_install() {
+#  do something here
+#}
 
 # arg 1:  the new package version
-post_install() {
-  /bin/true
-}
+#post_install() {
+#  do something here
+#}
 
 # arg 1:  the new package version
 # arg 2:  the old package version
-pre_upgrade() {
-  /bin/true
-}
+#pre_upgrade() {
+#  do something here
+#}
 
 # arg 1:  the new package version
 # arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
+#post_upgrade() {
+#  do something here
+#}
 
 # arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
+#pre_remove() {
+#  do something here
+#}
 
 # arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
+#post_remove() {
+#  do something here
+#}
 
 op=$1
 shift
Index: core/support/ipw3945/ipw3945.install
diff -u core/support/ipw3945/ipw3945.install:1.12 core/support/ipw3945/ipw3945.install:1.13
--- core/support/ipw3945/ipw3945.install:1.12	Wed Oct 10 16:46:26 2007
+++ core/support/ipw3945/ipw3945.install	Sat Nov 24 12:12:47 2007
@@ -3,7 +3,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
 }
 
 # arg 1:  the new package version
@@ -12,13 +11,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
 }
 
 # arg 1:  the old package version
@@ -26,8 +18,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
- 
-  /bin/true
 }
 
 op=$1
Index: core/support/iwlwifi/iwlwifi.install
diff -u core/support/iwlwifi/iwlwifi.install:1.2 core/support/iwlwifi/iwlwifi.install:1.3
--- core/support/iwlwifi/iwlwifi.install:1.2	Wed Oct 10 16:47:06 2007
+++ core/support/iwlwifi/iwlwifi.install	Sat Nov 24 12:12:47 2007
@@ -9,7 +9,6 @@
   echo " - iwlwifi-3945-ucode for Intel Pro Wireless 3945ABG"
   echo " - iwlwifi-4965-ucode for Intel Pro Wireless 4965AGN"
   echo
-  /bin/true
 }
 
 # arg 1:  the new package version
@@ -18,7 +17,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
 }
 
 # arg 1:  the old package version
@@ -26,8 +24,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
- 
-  /bin/true
 }
 
 op=$1
Index: core/support/ndiswrapper/ndiswrapper.install
diff -u core/support/ndiswrapper/ndiswrapper.install:1.16 core/support/ndiswrapper/ndiswrapper.install:1.17
--- core/support/ndiswrapper/ndiswrapper.install:1.16	Wed Oct 10 16:49:15 2007
+++ core/support/ndiswrapper/ndiswrapper.install	Sat Nov 24 12:12:47 2007
@@ -4,7 +4,6 @@
   ndiswrapper -m
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
 }
 
 # arg 1:  the new package version
@@ -14,13 +13,6 @@
   ndiswrapper -m
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
 }
 
 # arg 1:  the old package version
@@ -28,7 +20,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
-  /bin/true
 }
 
 op=$1
Index: core/support/rt2500/rt2500.install
diff -u core/support/rt2500/rt2500.install:1.7 core/support/rt2500/rt2500.install:1.8
--- core/support/rt2500/rt2500.install:1.7	Wed Oct 10 16:51:50 2007
+++ core/support/rt2500/rt2500.install	Sat Nov 24 12:12:47 2007
@@ -3,7 +3,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
 }
 
 # arg 1:  the new package version
@@ -12,13 +11,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
 }
 
 # arg 1:  the old package version
@@ -26,7 +18,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
-  /bin/true
 }
 
 op=$1
Index: core/support/rt2x00-cvs/rt2x00.install
diff -u core/support/rt2x00-cvs/rt2x00.install:1.6 core/support/rt2x00-cvs/rt2x00.install:1.7
--- core/support/rt2x00-cvs/rt2x00.install:1.6	Fri Oct 26 03:00:12 2007
+++ core/support/rt2x00-cvs/rt2x00.install	Sat Nov 24 12:12:47 2007
@@ -3,7 +3,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
 }
 
 # arg 1:  the new package version
@@ -12,13 +11,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
 }
 
 # arg 1:  the old package version
@@ -26,7 +18,6 @@
 {
   KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
-  /bin/true
 }
 
 op=$1
Index: core/support/wpa_supplicant/wpa_supplicant.install
diff -u core/support/wpa_supplicant/wpa_supplicant.install:1.1 core/support/wpa_supplicant/wpa_supplicant.install:1.2
--- core/support/wpa_supplicant/wpa_supplicant.install:1.1	Sun Mar 25 07:30:56 2007
+++ core/support/wpa_supplicant/wpa_supplicant.install	Sat Nov 24 12:12:47 2007
@@ -9,11 +9,6 @@
   echo "==> For wpa_gui please install 'wpa_supplicant_gui'"
 }
 
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
 op=$1
 shift
 




More information about the arch-commits mailing list