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 438DF138247 for ; Fri, 6 Dec 2013 05:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF91E09EB; Fri, 6 Dec 2013 05:41:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EBA6E09EB for ; Fri, 6 Dec 2013 05:41:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76D6333F485 for ; Fri, 6 Dec 2013 05:41:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 3DFBC2004B; Fri, 6 Dec 2013 05:41:44 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/queuelib: queuelib-1.1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: queuelib-1.1.1.ebuild ChangeLog X-VCS-Directories: dev-python/queuelib X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131206054144.3DFBC2004B@flycatcher.gentoo.org> Date: Fri, 6 Dec 2013 05:41:44 +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: 1c3fa9e8-9899-4ba9-bfaa-51dabee7e6f4 X-Archives-Hash: 663f03ae35c360566d9d6856317732b0 patrick 13/12/06 05:41:44 Modified: queuelib-1.1.1.ebuild ChangeLog Log: Simplification of the ebuild (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.2 dev-python/queuelib/queuelib-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?r1=1.1&r2=1.2 Index: queuelib-1.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- queuelib-1.1.1.ebuild 6 Dec 2013 05:40:38 -0000 1.1 +++ queuelib-1.1.1.ebuild 6 Dec 2013 05:41:44 -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/queuelib/queuelib-1.1.1.ebuild,v 1.1 2013/12/06 05:40:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.2 2013/12/06 05:41:44 patrick Exp $ EAPI=5 @@ -27,14 +27,6 @@ RDEPEND="" -src_compile() { - distutils-r1_src_install -} - python_test() { nosetests queuelib/tests/ || die "Tests failed under ${EPYTHON}" } - -src_install() { - distutils-r1_src_install -} 1.2 dev-python/queuelib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Dec 2013 05:40:38 -0000 1.1 +++ ChangeLog 6 Dec 2013 05:41:44 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/queuelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.1 2013/12/06 05:40:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.2 2013/12/06 05:41:44 patrick Exp $ + + 06 Dec 2013; Patrick Lauer queuelib-1.1.1.ebuild: + Simplification of the ebuild *queuelib-1.1.1 (06 Dec 2013)