summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-12 15:50:56 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-12 15:50:56 +0000
commitca5cfdf57780e6c3d98c8813f1ccff6c34c19172 (patch)
treee867e02f96bd12679341c87ac00f9221573b7dbc /layman/bin/layman
parentStarting the overlay manager (diff)
downloadmisc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.gz
misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.bz2
misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.zip
Moved layman into script repositoryHEADmaster
svn path=/local/; revision=618
Diffstat (limited to 'layman/bin/layman')
-rw-r--r--layman/bin/layman36
1 files changed, 0 insertions, 36 deletions
diff --git a/layman/bin/layman b/layman/bin/layman
deleted file mode 100644
index a484aed..0000000
--- a/layman/bin/layman
+++ /dev/null
@@ -1,36 +0,0 @@
-#!python
-################################################################################
-# LAYMAN - A UTILITY TO SELECT AND UPDATE GENTOO OVERLAYS
-################################################################################
-# Distributed under the terms of the GNU General Public License v2
-#
-# Copyright:
-# (c) 2005 Gunnar Wrobel
-# Distributed under the terms of the GNU General Public License v2
-#
-# Author(s):
-# Gunnar Wrobel <wrobel@gentoo.org>
-#
-
-__version__ = "$Id$"
-
-#===============================================================================
-#
-# Dependencies
-#
-#-------------------------------------------------------------------------------
-
-import sys, os, os.path
-
-#===============================================================================
-#
-# MAIN
-#
-#-------------------------------------------------------------------------------
-
-def main():
-
- pass
-
-if __name__ == "__main__":
- main()