From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 63FE9138454 for ; Sat, 12 Sep 2015 10:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FDE6E0814; Sat, 12 Sep 2015 10:29:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B734E0814 for ; Sat, 12 Sep 2015 10:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E57D2340BC1 for ; Sat, 12 Sep 2015 10:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64973178 for ; Sat, 12 Sep 2015 10:29:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442053786.c3c197fb74f6d9b8add782498435f0f1541777e9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/magick-rotation/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild X-VCS-Directories: x11-misc/magick-rotation/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c3c197fb74f6d9b8add782498435f0f1541777e9 X-VCS-Branch: master Date: Sat, 12 Sep 2015 10:29:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: feb52952-b148-4619-b4e5-78b73a2537d6 X-Archives-Hash: 515a476771c8d1e15c7a195981892421 commit: c3c197fb74f6d9b8add782498435f0f1541777e9 Author: Justin Lecher gentoo org> AuthorDate: Sat Sep 12 10:29:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Sep 12 10:29:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c197fb x11-misc/magick-rotation: Properly use python eclasses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> ...tion-1.6.2-r1.ebuild => magick-rotation-1.6.2-r2.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 055e1d2..b49a3fd 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