diff options
author | sibel <lesibel@free.fr> | 2010-12-29 15:37:08 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 15:37:08 +0000 |
commit | 147b3ef479ce278f63af23cee446143c2c08dd24 (patch) | |
tree | 9a16e26a504f03f1629efdc9d8e6a7042b85b888 /extra/gestpkg-module | |
parent | 81c2d92a8873054742655336903b3417bacf3465 (diff) | |
download | nutyx-pakxe-147b3ef479ce278f63af23cee446143c2c08dd24.tar.gz nutyx-pakxe-147b3ef479ce278f63af23cee446143c2c08dd24.tar.bz2 nutyx-pakxe-147b3ef479ce278f63af23cee446143c2c08dd24.tar.xz nutyx-pakxe-147b3ef479ce278f63af23cee446143c2c08dd24.zip |
gestpkg-1.2, suppression
Diffstat (limited to 'extra/gestpkg-module')
-rw-r--r-- | extra/gestpkg-module/.footprint | 10 | ||||
-rw-r--r-- | extra/gestpkg-module/.md5sum | 2 | ||||
-rw-r--r-- | extra/gestpkg-module/Pkgfile | 17 |
3 files changed, 0 insertions, 29 deletions
diff --git a/extra/gestpkg-module/.footprint b/extra/gestpkg-module/.footprint deleted file mode 100644 index ffa909a17..000000000 --- a/extra/gestpkg-module/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.6/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg-1.0-py2.6.egg-info -drwxr-xr-x root/root usr/lib/python2.6/site-packages/gestpkg/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/__init__.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/__init__.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/gestpkg.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/gestpkg/gestpkg.pyc diff --git a/extra/gestpkg-module/.md5sum b/extra/gestpkg-module/.md5sum deleted file mode 100644 index 3c72dc2dd..000000000 --- a/extra/gestpkg-module/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -3fc6e2aa52c77b591944d4830ca7dd53 gestpkg-module-1.1-src.tar.gz -be5afeacb5db818d085c8cfc74bea156 gestpkg-module-1.1-syn-01.patch diff --git a/extra/gestpkg-module/Pkgfile b/extra/gestpkg-module/Pkgfile deleted file mode 100644 index 0f7b3e1eb..000000000 --- a/extra/gestpkg-module/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Module python pour GestPkg -# URL: http://www.nutyx.org -# Maintainer: NuTyX core team -# Packager: ferarduansednan at laposte dot net -# Depends on: python - -name=gestpkg-module -version=1.1 -release=2 -source=(http://nutyx.meticul.eu/files/$name-$version-src.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/$name-$version-syn-01.patch ) -build() { - cd ./$name-$version-src - patch -Np1 -i ../$name-$version-syn-01.patch - python setup.py install --root=$PKG -} - |