From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30BA313832F for ; Mon, 8 Aug 2016 01:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1918421C1E8; Mon, 8 Aug 2016 01:49:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FC7121C1E8 for ; Mon, 8 Aug 2016 01:49:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE7663407E6 for ; Mon, 8 Aug 2016 01:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCC072450 for ; Mon, 8 Aug 2016 01:49:37 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1470620584.abfdf0088e60ceb1f28aca1f88ff2d302f0bde5e.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cura/cura-0.15.04.4.ebuild media-gfx/cura/cura-0.15.04.5_rc5.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: abfdf0088e60ceb1f28aca1f88ff2d302f0bde5e X-VCS-Branch: master Date: Mon, 8 Aug 2016 01:49:37 +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: b47209cb-4adb-4442-bca3-fba07ace0d7b X-Archives-Hash: 6570588fef8d2eaf2d729bedddd6bab6 commit: abfdf0088e60ceb1f28aca1f88ff2d302f0bde5e Author: Göktürk Yüksek gentoo org> AuthorDate: Mon Aug 8 01:43:04 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Aug 8 01:43:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfdf008 media-gfx/cura: replace eapply && eapply_user with default Package-Manager: portage-2.2.28 media-gfx/cura/cura-0.15.04.4.ebuild | 3 +-- media-gfx/cura/cura-0.15.04.5_rc5.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-gfx/cura/cura-0.15.04.4.ebuild b/media-gfx/cura/cura-0.15.04.4.ebuild index b6bcbf2..f2f700f 100644 --- a/media-gfx/cura/cura-0.15.04.4.ebuild +++ b/media-gfx/cura/cura-0.15.04.4.ebuild @@ -37,8 +37,7 @@ src_prepare() { PYTHONPATH="\$PYTHONPATH:${EPREFIX}/usr/share/cura/" "${PYTHON}" "${EPREFIX}/usr/share/cura/cura.py" "\$@" CURAEOF - eapply "${PATCHES[@]}" - eapply_user + default } src_install() { diff --git a/media-gfx/cura/cura-0.15.04.5_rc5.ebuild b/media-gfx/cura/cura-0.15.04.5_rc5.ebuild index 8fe0948..40231e4 100644 --- a/media-gfx/cura/cura-0.15.04.5_rc5.ebuild +++ b/media-gfx/cura/cura-0.15.04.5_rc5.ebuild @@ -38,8 +38,7 @@ src_prepare() { PYTHONPATH="\$PYTHONPATH:${EPREFIX}/usr/share/cura/" "${PYTHON}" "${EPREFIX}/usr/share/cura/cura.py" "\$@" CURAEOF - eapply "${PATCHES[@]}" - eapply_user + default } src_install() {