summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-12-03 19:56:55 +0000
committerMike Gilbert <floppym@gentoo.org>2013-12-03 19:56:55 +0000
commitab40f0ea5a57e87fbfd15d543fd9496b80b40b2a (patch)
tree64f24332f00b3d99b99068c0a5ab0a9c719383b8 /app-text/keepnote
parentx86 stable, bug #487004 (diff)
downloadgentoo-2-ab40f0ea5a57e87fbfd15d543fd9496b80b40b2a.tar.gz
gentoo-2-ab40f0ea5a57e87fbfd15d543fd9496b80b40b2a.tar.bz2
gentoo-2-ab40f0ea5a57e87fbfd15d543fd9496b80b40b2a.zip
Remove pointless calls to distutils-r1_python_test.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-text/keepnote')
-rw-r--r--app-text/keepnote/ChangeLog6
-rw-r--r--app-text/keepnote/keepnote-0.7.8-r1.ebuild3
-rw-r--r--app-text/keepnote/keepnote-0.7.9-r2.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog
index 500811ba10c0..9f269691b570 100644
--- a/app-text/keepnote/ChangeLog
+++ b/app-text/keepnote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/keepnote
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.9 2013/02/17 17:40:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.10 2013/12/03 19:56:55 floppym Exp $
+
+ 03 Dec 2013; Mike Gilbert <floppym@gentoo.org> keepnote-0.7.8-r1.ebuild,
+ keepnote-0.7.9-r2.ebuild:
+ Remove pointless calls to distutils-r1_python_test.
17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> keepnote-0.7.8-r1.ebuild:
Stable for x86, wrt bug #457916
diff --git a/app-text/keepnote/keepnote-0.7.8-r1.ebuild b/app-text/keepnote/keepnote-0.7.8-r1.ebuild
index 56655636c1f9..caa83641166b 100644
--- a/app-text/keepnote/keepnote-0.7.8-r1.ebuild
+++ b/app-text/keepnote/keepnote-0.7.8-r1.ebuild
@@ -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/app-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.3 2013/02/17 17:40:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.4 2013/12/03 19:56:55 floppym Exp $
EAPI=5
@@ -26,7 +26,6 @@ PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch )
DOCS=( CHANGES )
python_test() {
- distutils-r1_python_test
"${PYTHON}" test/testing.py || die
}
diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
index 866c9186c7ed..bb88f02ccb53 100644
--- a/app-text/keepnote/keepnote-0.7.9-r2.ebuild
+++ b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
@@ -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/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.3 2013/01/06 19:05:19 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.4 2013/12/03 19:56:55 floppym Exp $
EAPI=5
@@ -26,7 +26,6 @@ PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch )
DOCS=( CHANGES )
python_test() {
- distutils-r1_python_test
"${PYTHON}" test/testing.py || die
}