diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-24 20:43:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-24 20:43:01 +0100 |
commit | a633af40ed6c6ae4d1f100fff47c2ed205eb7910 (patch) | |
tree | 293a4825ea6a435c0830c6d26989991583744850 | |
parent | abdc78ab229a98456b02aa578570c900b7df21cb (diff) |
dev-python/wxpython : drop PyAlaMode, PyCrust, PyShell && XRCed desktop files
-rw-r--r-- | dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild b/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild index 166564d2..a486c4b2 100644 --- a/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild +++ b/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild @@ -105,13 +105,6 @@ python_install() { python_install_all() { dodoc docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt - for x in {Py{AlaMode,Crust,Shell},XRCed}; do - newmenu distrib/${x}.desktop ${x}-${SLOT}.desktop - done - newicon wx/py/PyCrust_32.png PyCrust-${SLOT}.png - newicon wx/py/PySlices_32.png PySlices-${SLOT}.png - newicon wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png - if use examples; then docinto demo dodoc -r "${DOC_S}"/demo/. |