From ff473df0232ea8d6eabad2e22b407be238404d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 22 Aug 2005 08:56:07 +0000 Subject: [PATCH] =?UTF-8?q?list-portage-base'e=20art=C4=B1k=20gerek=20yok.?= =?UTF-8?q?..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/cat-db.py | 2 +- tools/list-portage-base.py | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100755 tools/list-portage-base.py 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