]> Pileus Git - ~andy/sunrise/commitdiff
: Remove qemulator
authorMarkus Ullmann <jokey@gentoo.org>
Fri, 19 Oct 2007 18:36:47 +0000 (18:36 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Fri, 19 Oct 2007 18:36:47 +0000 (18:36 +0000)
svn path=/sunrise/; revision=4799

app-emulation/qemulator/ChangeLog [deleted file]
app-emulation/qemulator/Manifest [deleted file]
app-emulation/qemulator/files/qemulator-0.4.4-basedir.patch [deleted file]
app-emulation/qemulator/metadata.xml [deleted file]
app-emulation/qemulator/qemulator-0.4.4.ebuild [deleted file]

diff --git a/app-emulation/qemulator/ChangeLog b/app-emulation/qemulator/ChangeLog
deleted file mode 100644 (file)
index 517744d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for app-emulation/qemulator
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  03 Jun 2007; Santiago M. Mola <gentoo@coldwind.org>
-  qemulator-0.4.4.ebuild, files/qemulator-0.4.4-basedir.patch:
-  Modify basedir patch for multilib support.
-
-  03 Jun 2007; Santiago M. Mola <gentoo@coldwind.org>
-  qemulator-0.4.4.ebuild:
-  Use {multilib,python}.eclass
-
-  04 Mar 2007; Santiago M. Mola <cooldwind@gmail.com>
-  +qemulator-0.4.4.ebuild, +files/qemulator-0.4.4-basedir.patch,
-  +metadata.xml:
-  Initial commit for bug #169137. Thanks to bouleetbil <bouleetbil@frogdev.info>
-
diff --git a/app-emulation/qemulator/Manifest b/app-emulation/qemulator/Manifest
deleted file mode 100644 (file)
index d7d4d4a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX qemulator-0.4.4-basedir.patch 1325 RMD160 5406d474bc9532300a3caededdc181f638ecb0c6 SHA1 0e47d666d0fe5cd9d98be30ad242971fefee32a6 SHA256 9695401f86522056c6eb802365add8fb5f40c6bbfd164cc71824ce19740cf714
-DIST dodownload.php?file=Qemulator-0.4.4.tar.gz 667896 RMD160 7505cc08be0fbada55809eea3a8a139ab04d556f SHA1 4913a6fc9ff39ccb56c72ddfb6fd5bea9b6ce80b SHA256 3ee68ec89300789702706a91903f999788110318ade0e29e1ab0eb18a549b19f
-EBUILD qemulator-0.4.4.ebuild 1018 RMD160 a312f194fadfef46c619aeac5b02ef643f83918f SHA1 ba5fed224663af9dd26b153b19a82418c748d056 SHA256 e526aea91d04c500b98acdf7a57a09481d90828e5ecc970551e7f63fcc035e80
-MISC ChangeLog 617 RMD160 0e77cac61fcf07548867edd6495a9e429bc9df28 SHA1 f5abaf5ea99b4e691c02d9ebea8a09ee8a20fe15 SHA256 8aeeeca3ebd7a5f7726ef60a68f4728bb14267c831bf8ee997485eb873ed0845
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-emulation/qemulator/files/qemulator-0.4.4-basedir.patch b/app-emulation/qemulator/files/qemulator-0.4.4-basedir.patch
deleted file mode 100644 (file)
index 1305673..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
---- usr/local/lib/qemulator/qemulator.py.orig  2007-06-03 15:32:03.000000000 +0200
-+++ usr/local/lib/qemulator/qemulator.py       2007-06-03 15:49:08.000000000 +0200
-@@ -72,21 +72,16 @@
-     
- #for param in os.environ.keys():
- #    print "%20s %s" % (param,os.environ[param])
--    
--current_path = os.path.realpath(__file__)
--basedir = os.path.dirname(os.path.realpath(__file__))
--if not os.path.exists(os.path.join(basedir, "main.py")):
--    if os.path.exists(os.path.join(os.getcwd(), "main.py")):
--        basedir = os.getcwd()
--sys.path.insert(0, basedir)
--os.chdir(basedir)  
-+_libdir = "@GENTOO_LIBDIR@"
-+basedir = "/usr"
-+
-+
-+
- #print "basedir: " + basedir
--basedir = basedir.replace ( '/bin', '' ) 
--basedir = basedir.replace ( '/lib/qemulator', '' ) 
--sys.path.append(basedir)   
-+sys.path.append(basedir)
- bindir = basedir + "/bin"
- #print "bindir: " + bindir
--libdir = basedir + "/lib/qemulator"
-+libdir = basedir + "/" + _libdir + "/qemulator"
- #print "libdir: " + libdir
- sharedir = basedir + "/share/qemulator"
- #print "sharedir: " + sharedir
-@@ -96,7 +91,8 @@
- configdir = homedir + "/config"
- #print "configdir: " + configdir           
- icondirs = [sharedir + "/icons",homedir + "/icons"] 
--
-+sys.path.insert(0, libdir)
-+os.chdir(libdir)
- ## Import all Qemulator classes 
- import qml_network
- import qml_controlmon
diff --git a/app-emulation/qemulator/metadata.xml b/app-emulation/qemulator/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/app-emulation/qemulator/qemulator-0.4.4.ebuild b/app-emulation/qemulator/qemulator-0.4.4.ebuild
deleted file mode 100644 (file)
index 04c428b..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib python
-
-MY_PN="${PN/q/Q}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="a gtk/glade front-end for Qemu"
-HOMEPAGE="http://qemulator.createweb.de/"
-SRC_URI="http://qemulator.createweb.de/plugins/downloads/dodownload.php?file=${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-python/pygtk-2.8.6
-       >=app-emulation/qemu-0.8.1"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack(){
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/${P}-basedir.patch"
-       sed -i -e "s:@GENTOO_LIBDIR@:$(get_libdir):" \
-               usr/local/lib/${PN}/${PN}.py || die "sed failed"
-}
-
-src_install() {
-       dobin usr/local/bin/*
-       insinto /usr/$(get_libdir)
-       doins -r usr/local/lib/*
-       insinto /usr/share
-       doins -r usr/local/share/*
-       dodoc TRANSLATION README
-}
-
-pkg_postinst() {
-       python_mod_optimize "${ROOT}/usr/$(get_libdir)/${PN}"
-}
-
-pkg_postrm() {
-       python_mod_cleanup "${ROOT}/usr/$(get_libdir)/${PN}"
-}