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 89579138208 for ; Sat, 23 Apr 2016 23:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44BB921C004; Sat, 23 Apr 2016 23:21:40 +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 51AC121C005 for ; Sat, 23 Apr 2016 23:21:39 +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 019FE340D05 for ; Sat, 23 Apr 2016 23:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9FAD6 for ; Sat, 23 Apr 2016 23:21:35 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1461293573.974ee970511dc54931a03656d26922dfc7c22fdb.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.4.2.ebuild sci-mathematics/petsc/petsc-3.5.3.ebuild sci-mathematics/petsc/petsc-3.6.0.ebuild sci-mathematics/petsc/petsc-3.6.3.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 974ee970511dc54931a03656d26922dfc7c22fdb X-VCS-Branch: master Date: Sat, 23 Apr 2016 23:21:35 +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: ab8468d6-589c-4260-90a7-1f9400da652a X-Archives-Hash: 961cf41796799e74c9c9159d9db30c11 commit: 974ee970511dc54931a03656d26922dfc7c22fdb Author: Matthias Maier gentoo org> AuthorDate: Fri Apr 22 02:52:53 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Apr 22 02:52:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=974ee970 sci-mathematics/petsc: remove obsolete elog message pointing to bug #53386 Package-Manager: portage-2.2.26 sci-mathematics/petsc/petsc-3.4.2.ebuild | 6 ------ sci-mathematics/petsc/petsc-3.5.3.ebuild | 6 ------ sci-mathematics/petsc/petsc-3.6.0.ebuild | 6 ------ sci-mathematics/petsc/petsc-3.6.3.ebuild | 6 ------ 4 files changed, 24 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.4.2.ebuild b/sci-mathematics/petsc/petsc-3.4.2.ebuild index 6a8dace..52e9a19 100644 --- a/sci-mathematics/petsc/petsc-3.4.2.ebuild +++ b/sci-mathematics/petsc/petsc-3.4.2.ebuild @@ -239,9 +239,3 @@ src_install() { dohtml -r docs/*.html docs/changes docs/manualpages fi } - -pkg_postinst() { - elog "The petsc ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=53386" -} diff --git a/sci-mathematics/petsc/petsc-3.5.3.ebuild b/sci-mathematics/petsc/petsc-3.5.3.ebuild index a5d339b..7c1d0b3 100644 --- a/sci-mathematics/petsc/petsc-3.5.3.ebuild +++ b/sci-mathematics/petsc/petsc-3.5.3.ebuild @@ -242,9 +242,3 @@ src_install() { dohtml -r docs/*.html docs/changes docs/manualpages fi } - -pkg_postinst() { - elog "The petsc ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=53386" -} diff --git a/sci-mathematics/petsc/petsc-3.6.0.ebuild b/sci-mathematics/petsc/petsc-3.6.0.ebuild index 874eca0..58ff3bd 100644 --- a/sci-mathematics/petsc/petsc-3.6.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.6.0.ebuild @@ -245,9 +245,3 @@ src_install() { dohtml -r docs/*.html docs/changes docs/manualpages fi } - -pkg_postinst() { - elog "The petsc ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=53386" -} diff --git a/sci-mathematics/petsc/petsc-3.6.3.ebuild b/sci-mathematics/petsc/petsc-3.6.3.ebuild index dd3aed2..87537cb 100644 --- a/sci-mathematics/petsc/petsc-3.6.3.ebuild +++ b/sci-mathematics/petsc/petsc-3.6.3.ebuild @@ -245,9 +245,3 @@ src_install() { dohtml -r docs/*.html docs/changes docs/manualpages fi } - -pkg_postinst() { - elog "The petsc ebuild is still under development." - elog "Help us improve the ebuild in:" - elog "http://bugs.gentoo.org/show_bug.cgi?id=53386" -}