public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog
Date: Thu, 28 Feb 2013 16:42:27 +0000 (UTC)	[thread overview]
Message-ID: <20130228164227.4A7702171D@flycatcher.gentoo.org> (raw)

mgorny      13/02/28 16:42:27

  Modified:             notify-python-0.1.1-r3.ebuild ChangeLog
  Log:
  Let autotools compile the bytecode. Fix compressing examples. Enable tests.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.2                  dev-python/notify-python/notify-python-0.1.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild?r1=1.1&r2=1.2

Index: notify-python-0.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-python-0.1.1-r3.ebuild	20 Feb 2013 10:44:05 -0000	1.1
+++ notify-python-0.1.1-r3.ebuild	28 Feb 2013 16:42:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.1 2013/02/20 10:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.2 2013/02/28 16:42:27 mgorny Exp $
 
 EAPI=5
 
@@ -26,10 +26,6 @@
 PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
 
 src_prepare() {
-	# Disable byte-compilation.
-	rm -f py-compile || die
-	ln -s $(type -P true) py-compile || die
-
 	# Remove the old pynotify.c to ensure it's properly regenerated #212128.
 	rm -f src/pynotify.c || die
 	autotools-utils_src_prepare
@@ -43,17 +39,18 @@
 	python_foreach_impl autotools-utils_src_compile
 }
 
+src_test() {
+	python_foreach_impl autotools-utils_src_test
+}
+
 src_install() {
-	installation() {
-		autotools-utils_src_install
-		python_optimize "${D}"$(python_get_sitedir)
-		prune_libtool_files --all
-	}
-	python_foreach_impl installation
+	python_foreach_impl autotools-utils_src_install
+	prune_libtool_files --all
 
 	# Requested from bug 351879.
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins tests/*.{png,py}
+		docinto examples
+		dodoc tests/*.{png,py}
+		docompress -x /usr/share/doc/${PF}/examples
 	fi
 }



1.40                 dev-python/notify-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/notify-python/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	20 Feb 2013 10:44:05 -0000	1.39
+++ ChangeLog	28 Feb 2013 16:42:27 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/notify-python
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.39 2013/02/20 10:44:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.40 2013/02/28 16:42:27 mgorny Exp $
+
+  28 Feb 2013; Michał Górny <mgorny@gentoo.org> notify-python-0.1.1-r3.ebuild:
+  Let autotools compile the bytecode. Fix compressing examples. Enable tests.
 
 *notify-python-0.1.1-r3 (20 Feb 2013)
 





             reply	other threads:[~2013-02-28 16:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-28 16:42 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/notify-python: notify-python-0.1.1-r3.ebuild ChangeLog Michal Gorny (mgorny)
2014-03-04 20:48 Vicente Olivert Riera (vincent)
2013-10-20 20:22 Markus Meier (maekke)
2013-04-22 17:14 Agostino Sarubbo (ago)
2013-04-18 14:20 Agostino Sarubbo (ago)
2013-04-18  8:38 Agostino Sarubbo (ago)
2013-04-16 19:49 Agostino Sarubbo (ago)
2013-04-15 14:23 Agostino Sarubbo (ago)
2013-04-15 13:36 Agostino Sarubbo (ago)
2013-04-15 13:32 Agostino Sarubbo (ago)
2013-02-20 10:44 Justin Lecher (jlec)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130228164227.4A7702171D@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox