summaryrefslogtreecommitdiffstats
path: root/base/pkg-get
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-24 19:41:28 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-24 19:41:28 +0100
commitdb812ee31da80dc81f26a56f4af1ad79a040c0f7 (patch)
tree3480e57ac5c4accae6596a4254422bed5c1f9294 /base/pkg-get
parent51857c8171a53b626a2880a7855db5b64193239c (diff)
downloadnutyx-extra-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.gz
nutyx-extra-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.bz2
nutyx-extra-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.xz
nutyx-extra-db812ee31da80dc81f26a56f4af1ad79a040c0f7.zip
Maj pkg-get#0.4.5-12
Diffstat (limited to 'base/pkg-get')
-rw-r--r--base/pkg-get/.md5sum4
-rw-r--r--base/pkg-get/Pkgfile2
-rw-r--r--base/pkg-get/pkg-get.conf17
-rw-r--r--base/pkg-get/syn2
4 files changed, 16 insertions, 9 deletions
diff --git a/base/pkg-get/.md5sum b/base/pkg-get/.md5sum
index b43cd0f10..211ec0b0a 100644
--- a/base/pkg-get/.md5sum
+++ b/base/pkg-get/.md5sum
@@ -1,5 +1,5 @@
638354d5e6acbd9143efafcf03c54acf pkg-get-0.4.5-NuTyX-02.patch
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz
-effe5d1c6fd3da78e1da08952d841ecf pkg-get.conf
+ec591455b5021969596c2bcaddfe1567 pkg-get.conf
c4cca630bfcc85a3f3b13497aff01310 pkg-repgen.patch
-e02b64daa239cf0523bcce110dc39a0e syn
+ecdd60fc1c1e3d725402dc271885689a syn
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index 0aa542195..240ab7f8d 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -6,7 +6,7 @@
name=pkg-get
version=0.4.5
-release=11
+release=12
source=(http://www.varlock.com/files/$name-$version.tar.gz \
pkg-get-0.4.5-NuTyX-02.patch pkg-get.conf pkg-repgen.patch syn)
diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf
index e0e7ff4a1..96a7a08d2 100644
--- a/base/pkg-get/pkg-get.conf
+++ b/base/pkg-get/pkg-get.conf
@@ -1,8 +1,13 @@
-##
+###
# /etc/pkg-get.conf
+#
# pkg-get configuration file
# Dépot des paquets NuTyX
-# ******** Explications ******
+
+# **********************************************************************
+# * Explications *
+# **********************************************************************
+
# Par défault, seul le dépot "release" est activé.
# Si vous souhaitez inclure vos propre paquets binaires lors de la prochaine
@@ -13,14 +18,16 @@
# Si vous souhaitez inclure les paquets de tests lors de la prochaine demande de
# mise à jour via la commande "check",
# veuillez alors décommenter la ligne-dessous
-# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/2009.2/uname-m/test
+# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/2009.3/uname-m/test
# Si vous souhaitez inclure les paquets actualisés lors de la prochaine demande de
# mise à jour via la commande "check",
# veuillez alors décommenter la ligne-dessous
-# pkgdir /srv/NuTyX/actuel|http://nutyx.meticul.eu/2009.2/uname-m/actuel
+# pkgdir /srv/NuTyX/actuel|http://nutyx.meticul.eu/2009.3/uname-m/actuel
+
+
-pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/2009.2/uname-m/release
+pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/2009.3/uname-m/release
# runscripts: if "yes" pre-post install scripts are
# automatically executed. Handle with care.
runscripts yes
diff --git a/base/pkg-get/syn b/base/pkg-get/syn
index 6f0cb6e11..6f2eb78f8 100644
--- a/base/pkg-get/syn
+++ b/base/pkg-get/syn
@@ -34,7 +34,7 @@ if [ ! -L /depot ]; then
else
for i in `cat /etc/pkg-get.conf |grep -v ^#|grep http|cut -d "|" -f 1|cut -d" " -f2|cut -d"/" -f4`
do
- rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/2009.1/i686/$i/ $Depot/$i/
+ rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/2009.3/i686/$i/ $Depot/$i/
done
fi