diff --git a/tools/cat-db.py b/tools/cat-db.py index 1ae597cd..20f8b9cf 100755 --- a/tools/cat-db.py +++ b/tools/cat-db.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/python # # Copyright (C) 2005, TUBITAK/UEKAE # diff --git a/tools/list-portage-base.py b/tools/list-portage-base.py deleted file mode 100755 index 9a639b54..00000000 --- a/tools/list-portage-base.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Copyright (C) 2005, TUBITAK/UEKAE -# -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your option) -# any later version. -# -# Please read the COPYING file. -# - -import portage - -for package in portage.settings.packages: - print package