From: Justin Lecher Date: Sat, 12 Sep 2015 10:29:29 +0000 (+0200) Subject: x11-misc/magick-rotation: Properly use python eclasses X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3c197fb74f6d9b8add782498435f0f1541777e9;p=gentoo.git x11-misc/magick-rotation: Properly use python eclasses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild b/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild similarity index 91% rename from x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild rename to x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild index 055e1d2ab74e..b49a3fd6c8d1 100644 --- a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild +++ b/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild @@ -65,19 +65,18 @@ src_compile() { src_install() { #TODO: add installation of GNOME Shell 3.2 extension - dobin checkmagick* + dobin checkmagick* udev_dorules 62-magick.rules - insinto /usr/share/${PN} - doins *.py + python_moduleinto /usr/share/${PN} + python_domodule *.py - insinto /usr/share/${PN}/MagickIcons + insinto /usr/share/${PN}/MagickIcons doins MagickIcons/*.png - exeinto /usr/share/${PN} - doexe magick-rotation - doexe xrotate.py + python_scriptinto /usr/share/${PN} + python_doscript magick-rotation xrotate.py dodoc *.txt ChangeLog