[Frugalware-git] frugalware-current: drupal-jquery_update-5.x_2.0-1-i686

2011-01-15 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69d0f88d059ed1f8eedce90e85d86e94fe4b0c4c

commit 69d0f88d059ed1f8eedce90e85d86e94fe4b0c4c
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat Jan 15 09:12:33 2011 +0100

drupal-jquery_update-5.x_2.0-1-i686

removing drupal-5 stuff

diff --git a/source/network-extra/drupal-jquery_update/FrugalBuild 
b/source/network-extra/drupal-jquery_update/FrugalBuild
deleted file mode 100644
index ad8f08b..000
--- a/source/network-extra/drupal-jquery_update/FrugalBuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: CSÉCSY László boo...@frugalware.org
-
-_F_drupal_module=jquery_update
-pkgver=5.x_2.0
-pkgrel=1
-pkgdesc=Updates Drupal to use the latest version of jQuery
-Finclude drupal
-source=($source README.Frugalware)
-sha1sums=('11e4987e34cb045d129956d89e52b35e51264790' \
- 'c494c89fdd4bebc671996fa79a33d8a734c03d00')
-
-build() {
-   Fbuild_drupal
-   Fdoc README.Frugalware
-}
diff --git a/source/network-extra/drupal-jquery_update/README.Frugalware 
b/source/network-extra/drupal-jquery_update/README.Frugalware
deleted file mode 100644
index 60568e6..000
--- a/source/network-extra/drupal-jquery_update/README.Frugalware
+++ /dev/null
@@ -1,7 +0,0 @@
-According to this module's documentation (available eg. at
-+/var/www/drupal/sites/all/modules/jquery_update/README.txt+), some of
-Drupal's own +.js+ files must be overwritten with the ones shipped with this
-module. This is done automatically when installing/upgrading this package, but
-upgrading the +drupal+ package will revert those files (and Drupal will whine
-at the administration area). Reinstalling this package (or copy the files over
-by hand) should stop the whining.
diff --git 
a/source/network-extra/drupal-jquery_update/drupal-jquery_update.install 
b/source/network-extra/drupal-jquery_update/drupal-jquery_update.install
deleted file mode 100644
index a3f590f..000
--- a/source/network-extra/drupal-jquery_update/drupal-jquery_update.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install()
-{
-   cp -fr /var/www/drupal/sites/all/modules/jquery_update/misc 
/var/www/drupal/
-}
-
-post_upgrade()
-{
-   post_install
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: drupal-jquery_update-5.x_2.0-1-i686

2008-08-20 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc81674e6b31e3a320fb24a1ce81da8e79f3d2cf

commit fc81674e6b31e3a320fb24a1ce81da8e79f3d2cf
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Wed Aug 20 18:31:00 2008 +0200

drupal-jquery_update-5.x_2.0-1-i686
new package / initial import

diff --git a/source/network-extra/drupal-jquery_update/FrugalBuild 
b/source/network-extra/drupal-jquery_update/FrugalBuild
new file mode 100644
index 000..ad8f08b
--- /dev/null
+++ b/source/network-extra/drupal-jquery_update/FrugalBuild
@@ -0,0 +1,16 @@
+# Compiling Time: 0 SBU
+# Maintainer: CSÉCSY László [EMAIL PROTECTED]
+
+_F_drupal_module=jquery_update
+pkgver=5.x_2.0
+pkgrel=1
+pkgdesc=Updates Drupal to use the latest version of jQuery
+Finclude drupal
+source=($source README.Frugalware)
+sha1sums=('11e4987e34cb045d129956d89e52b35e51264790' \
+ 'c494c89fdd4bebc671996fa79a33d8a734c03d00')
+
+build() {
+   Fbuild_drupal
+   Fdoc README.Frugalware
+}
diff --git a/source/network-extra/drupal-jquery_update/README.Frugalware 
b/source/network-extra/drupal-jquery_update/README.Frugalware
new file mode 100644
index 000..60568e6
--- /dev/null
+++ b/source/network-extra/drupal-jquery_update/README.Frugalware
@@ -0,0 +1,7 @@
+According to this module's documentation (available eg. at
++/var/www/drupal/sites/all/modules/jquery_update/README.txt+), some of
+Drupal's own +.js+ files must be overwritten with the ones shipped with this
+module. This is done automatically when installing/upgrading this package, but
+upgrading the +drupal+ package will revert those files (and Drupal will whine
+at the administration area). Reinstalling this package (or copy the files over
+by hand) should stop the whining.
diff --git 
a/source/network-extra/drupal-jquery_update/drupal-jquery_update.install 
b/source/network-extra/drupal-jquery_update/drupal-jquery_update.install
new file mode 100644
index 000..a3f590f
--- /dev/null
+++ b/source/network-extra/drupal-jquery_update/drupal-jquery_update.install
@@ -0,0 +1,16 @@
+post_install()
+{
+   cp -fr /var/www/drupal/sites/all/modules/jquery_update/misc 
/var/www/drupal/
+}
+
+post_upgrade()
+{
+   post_install
+}
+
+op=$1
+shift
+
+$op $*
+
+# vim: ft=sh
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git