summaryrefslogtreecommitdiff
path: root/src/backend/ebuildsearch.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-17 19:12:53 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-17 19:12:53 +0100
commite1562a71d6483021d332bccbfc5a3086688bc58c (patch)
tree6be3d468e0aadd6c4de6c4dbd7a58ebe9fd59cbb /src/backend/ebuildsearch.py
parent0cf2c9f8ec52b1ae276c1573210d252ab0c4577b (diff)
rearrange the backend
Diffstat (limited to 'src/backend/ebuildsearch.py')
-rw-r--r--src/backend/ebuildsearch.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/ebuildsearch.py b/src/backend/ebuildsearch.py
deleted file mode 100644
index c9b5862..0000000
--- a/src/backend/ebuildsearch.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python3
-
-import subprocess
-
-def start(pkgname):
- subprocess.call(['emerge', '--search', '--getbinpkg'] + list(pkgname))