diff options
author | piernov <piernov@piernov.org> | 2011-10-16 15:48:24 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-16 15:48:24 +0200 |
commit | acd326534dfe87692404dc7caa0a1610db9ddcf9 (patch) | |
tree | 5d8ea53baa073bdf11922a06ff651d36ae01a8ef | |
parent | 3c111e598178a3da94c401b8ce3fe3f59ed7b09a (diff) | |
parent | 37fffcdb0c03344f918dd93f5b1dd0c87c16292e (diff) | |
download | nutyx-pakxe-acd326534dfe87692404dc7caa0a1610db9ddcf9.tar.gz nutyx-pakxe-acd326534dfe87692404dc7caa0a1610db9ddcf9.tar.bz2 nutyx-pakxe-acd326534dfe87692404dc7caa0a1610db9ddcf9.tar.xz nutyx-pakxe-acd326534dfe87692404dc7caa0a1610db9ddcf9.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
-rw-r--r-- | base/ports/.footprint.i686 | 3 | ||||
-rw-r--r-- | base/ports/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | base/ports/.md5sum.i686 | 3 | ||||
-rw-r--r-- | base/ports/.md5sum.x86_64 | 3 | ||||
-rw-r--r-- | base/ports/Pkgfile | 6 | ||||
-rw-r--r-- | base/ports/kde.rsync | 3 | ||||
-rw-r--r-- | base/ports/xfce.rsync | 3 | ||||
-rw-r--r-- | base/ports/xorg.rsync | 3 |
8 files changed, 3 insertions, 24 deletions
diff --git a/base/ports/.footprint.i686 b/base/ports/.footprint.i686 index 6a3cf7443..3fad46975 100644 --- a/base/ports/.footprint.i686 +++ b/base/ports/.footprint.i686 @@ -3,9 +3,6 @@ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/base.rsync drwxr-xr-x root/root etc/ports/drivers/ -rw-r--r-- root/root etc/ports/extra.rsync --rw-r--r-- root/root etc/ports/kde.rsync --rw-r--r-- root/root etc/ports/xfce.rsync --rw-r--r-- root/root etc/ports/xorg.rsync drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ports diff --git a/base/ports/.footprint.x86_64 b/base/ports/.footprint.x86_64 index 6a3cf7443..3fad46975 100644 --- a/base/ports/.footprint.x86_64 +++ b/base/ports/.footprint.x86_64 @@ -3,9 +3,6 @@ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/base.rsync drwxr-xr-x root/root etc/ports/drivers/ -rw-r--r-- root/root etc/ports/extra.rsync --rw-r--r-- root/root etc/ports/kde.rsync --rw-r--r-- root/root etc/ports/xfce.rsync --rw-r--r-- root/root etc/ports/xorg.rsync drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ports diff --git a/base/ports/.md5sum.i686 b/base/ports/.md5sum.i686 index 2dd3f21bb..85fd327d7 100644 --- a/base/ports/.md5sum.i686 +++ b/base/ports/.md5sum.i686 @@ -1,6 +1,3 @@ 981d852cfbbc792c7a6f64ba3c882ea5 base.rsync 2c7eaabfc11956e55470d8c1cac8dc28 extra.rsync -2940a36a7b22d629a9d1421ceb59c899 kde.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -e96384725a205bdec47cbfca76c71b2e xfce.rsync -c34639ed44265a274b750774c2a1603d xorg.rsync diff --git a/base/ports/.md5sum.x86_64 b/base/ports/.md5sum.x86_64 index 2dd3f21bb..85fd327d7 100644 --- a/base/ports/.md5sum.x86_64 +++ b/base/ports/.md5sum.x86_64 @@ -1,6 +1,3 @@ 981d852cfbbc792c7a6f64ba3c882ea5 base.rsync 2c7eaabfc11956e55470d8c1cac8dc28 extra.rsync -2940a36a7b22d629a9d1421ceb59c899 kde.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -e96384725a205bdec47cbfca76c71b2e xfce.rsync -c34639ed44265a274b750774c2a1603d xorg.rsync diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile index a99ee1448..c04fb52fc 100644 --- a/base/ports/Pkgfile +++ b/base/ports/Pkgfile @@ -5,9 +5,9 @@ name=ports version=1.5 -release=10 +release=11 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ -base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync) + base.rsync extra.rsync) build () { cd $name-$version @@ -16,7 +16,7 @@ make DESTDIR=$PKG install mkdir -p $PKG/usr/share/ mv $PKG/usr/man \ $PKG/usr/share -for i in base extra xorg xfce kde +for i in base extra do install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync done diff --git a/base/ports/kde.rsync b/base/ports/kde.rsync deleted file mode 100644 index e9e7d7833..000000000 --- a/base/ports/kde.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/kde/ -destination=/usr/ports/kde diff --git a/base/ports/xfce.rsync b/base/ports/xfce.rsync deleted file mode 100644 index 7d646721e..000000000 --- a/base/ports/xfce.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/xfce/ -destination=/usr/ports/xfce diff --git a/base/ports/xorg.rsync b/base/ports/xorg.rsync deleted file mode 100644 index 403c1d3a8..000000000 --- a/base/ports/xorg.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/xorg/ -destination=/usr/ports/xorg |