aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-03 18:37:13 -0400
committerTim Harder <radhermit@gmail.com>2015-08-04 02:14:25 -0400
commit4ad01afcf532df255c1c4118726c0fa483d19d6a (patch)
treeccb09d818176a6af408edd8bb529aa4a2d9f6796 /bin
parentbash: make __which() arg check more specific (diff)
downloadpkgcore-4ad01afcf532df255c1c4118726c0fa483d19d6a.tar.gz
pkgcore-4ad01afcf532df255c1c4118726c0fa483d19d6a.tar.bz2
pkgcore-4ad01afcf532df255c1c4118726c0fa483d19d6a.zip
move dist modules back into snakeoil
The setup_requires attribute for setuptools should work well enough to pull in snakeoil before the setup script is run.
Diffstat (limited to 'bin')
l---------bin/filter-env2
l---------bin/pclonecache2
l---------bin/pconfig2
l---------bin/pebuild2
l---------bin/pinspect2
l---------bin/pmaint2
l---------bin/pmerge2
l---------bin/pplugincache2
l---------bin/pquery2
9 files changed, 9 insertions, 9 deletions
diff --git a/bin/filter-env b/bin/filter-env
index 3d2dcd795..3ef8e480d 120000
--- a/bin/filter-env
+++ b/bin/filter-env
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pclonecache b/bin/pclonecache
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pclonecache
+++ b/bin/pclonecache
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pconfig b/bin/pconfig
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pconfig
+++ b/bin/pconfig
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pebuild b/bin/pebuild
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pebuild
+++ b/bin/pebuild
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pinspect b/bin/pinspect
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pinspect
+++ b/bin/pinspect
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pmaint b/bin/pmaint
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pmaint
+++ b/bin/pmaint
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pmerge b/bin/pmerge
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pmerge
+++ b/bin/pmerge
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pplugincache b/bin/pplugincache
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pplugincache
+++ b/bin/pplugincache
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file
diff --git a/bin/pquery b/bin/pquery
index 3d2dcd795..3ef8e480d 120000
--- a/bin/pquery
+++ b/bin/pquery
@@ -1 +1 @@
-../pkgdist/wrapper.py \ No newline at end of file
+../pkgcore/scripts/__init__.py \ No newline at end of file