aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-03-05 03:38:06 +0000
committerNed Ludd <solar@gentoo.org>2007-03-05 03:38:06 +0000
commit9f9c9f7995885042af0068cefeba2a16be016d9d (patch)
tree67a46c14b7e43e09edef48712844d53480655ada /applets.h
parent- add EAPI for line 15 support of the metacache to the portage_cache handler (diff)
downloadportage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.tar.gz
portage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.tar.bz2
portage-utils-9f9c9f7995885042af0068cefeba2a16be016d9d.zip
- remove python test applet
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/applets.h b/applets.h
index d76c3ff..001a381 100644
--- a/applets.h
+++ b/applets.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2006 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/portage-utils/applets.h,v 1.21 2006/05/26 01:46:16 solar Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/applets.h,v 1.22 2007/03/05 03:38:06 solar Exp $
*
* Copyright 2005-2006 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2006 Mike Frysinger - <vapier@gentoo.org>
@@ -31,7 +31,6 @@ DECLARE_APPLET(qgrep)
DECLARE_APPLET(qatom)
DECLARE_APPLET(qmerge)
DECLARE_APPLET(qcache)
-DECLARE_APPLET(qpy)
DECLARE_APPLET(qglsa) /* disable */
#undef DECLARE_APPLET
@@ -59,7 +58,6 @@ struct applet_t {
{"qlop", qlop_main, "<pkgname>", "emerge log analyzer"},
{"qmerge", qmerge_main, "<pkgnames>", "fetch and merge binary package"},
{"qpkg", qpkg_main, "<misc args>", "manipulate Gentoo binpkgs"},
- {"qpy", qpy_main, "<misc args>", "python interface"},
{"qsearch", qsearch_main, "<regex>", "search pkgname/desc"},
{"qsize", qsize_main, "<pkgname>", "calculate size usage"},
{"qtbz2", qtbz2_main, "<misc args>", "manipulate tbz2 packages"},