Author: dmeyer
Date: Wed Mar 28 09:07:19 2007
New Revision: 2602
Removed:
trunk/base/kaa-base.ebuild
trunk/beacon/kaa-beacon.ebuild
trunk/display/kaa-display.ebuild
trunk/epg/kaa-epg.ebuild
trunk/imlib2/kaa-imlib2.ebuild
trunk/metadata/kaa-metadata.ebuild
trunk/mevas/kaa-mevas.ebuild
trunk/popcorn/kaa-popcorn.ebuild
trunk/record/kaa-record.ebuild
trunk/xine/kaa-xine.ebuild
Modified:
trunk/base/src/distribution/core.py
trunk/popcorn/test/play.py
Log:
remove ebuild generation
Modified: trunk/base/src/distribution/core.py
==============================================================================
--- trunk/base/src/distribution/core.py (original)
+++ trunk/base/src/distribution/core.py Wed Mar 28 09:07:19 2007
@@ -379,38 +379,6 @@
-class GentooEbuild (distutils.core.Command):
-
- description = "create gentoo ebuild"
-
- user_options = [
- ('prefix=', None,
- "portage prefix"),
- ]
-
- def initialize_options (self):
- self.prefix = None
-
- def finalize_options (self):
- pass
-
- def run (self):
- if not self.prefix:
- print 'Please provide overlay portage prefix'
- return 0
- name = self.distribution.metadata.name
- version = self.distribution.metadata.version
- if not os.path.isfile('%s.ebuild' % name):
- print 'No ebuild template provided'
- return 0
- edata = open('%s.ebuild' % name).read()
- ebuild = '%s/dev-python/%s/%s-%s.ebuild' % (self.prefix, name, name,
version)
- if not os.path.isdir(os.path.dirname(ebuild)):
- os.makedirs(os.path.dirname(ebuild))
- open(ebuild, 'w').write(edata)
- os.system('ebuild %s digest' % ebuild)
-
-
def setup(**kwargs):
"""
A setup script wrapper for kaa modules.
@@ -519,7 +487,6 @@
if not 'cmdclass' in kwargs:
kwargs['cmdclass'] = {}
kwargs['cmdclass']['build_py'] = build_py
- kwargs['cmdclass']['ebuild'] = GentooEbuild
if len(sys.argv) > 1 and sys.argv[1] == 'bdist_rpm':
dist = None
Modified: trunk/popcorn/test/play.py
==============================================================================
--- trunk/popcorn/test/play.py (original)
+++ trunk/popcorn/test/play.py Wed Mar 28 09:07:19 2007
@@ -7,10 +7,10 @@
import kaa.input.stdin
logging.getLogger('popcorn').setLevel(logging.INFO)
-# logging.getLogger('popcorn.child').setLevel(logging.ERROR)
+logging.getLogger('popcorn.child').setLevel(logging.DEBUG)
-BACKEND = 'mplayer' # mplayer, xine, gstreamer
-WINDOW = '4:3' # '4:3', '16:3', 'none'
+BACKEND = 'xine' # mplayer, xine, gstreamer
+WINDOW = '16:9' # '4:3', '16:3', 'none'
def print_msg(msg):
print '>', msg
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog