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 B24041388C2 for ; Mon, 23 Nov 2015 10:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD8F21C0A0; Mon, 23 Nov 2015 10:46:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 093FE21C09F for ; Mon, 23 Nov 2015 10:46:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5F3340504 for ; Mon, 23 Nov 2015 10:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4678A95 for ; Mon, 23 Nov 2015 10:46:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448275599.067f2d2d638ded5988c36e5541d0e98eafa0a6b9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/agda-stdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild X-VCS-Directories: sci-mathematics/agda-stdlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 067f2d2d638ded5988c36e5541d0e98eafa0a6b9 X-VCS-Branch: master Date: Mon, 23 Nov 2015 10:46:46 +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: adb71d33-a184-4deb-a76c-1fe6d0a6c1c9 X-Archives-Hash: f0ec33e35f4d4e08729432e45ebbec71 commit: 067f2d2d638ded5988c36e5541d0e98eafa0a6b9 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 23 10:21:09 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 23 10:46:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f2d2d sci-mathematics/agda-stdlib: Replace INSOPTIONS by insopts() Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566490 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild | 4 ++-- sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild | 4 ++-- sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild index 6ccbc88..cc2c341 100644 --- a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild +++ b/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -60,7 +60,7 @@ src_test() { src_install() { insinto usr/share/agda-stdlib - export INSOPTIONS=--preserve-timestamps + insopts --preserve-timestamps doins -r src/* dodoc -r html/* elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild index 6ccbc88..cc2c341 100644 --- a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild +++ b/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -60,7 +60,7 @@ src_test() { src_install() { insinto usr/share/agda-stdlib - export INSOPTIONS=--preserve-timestamps + insopts --preserve-timestamps doins -r src/* dodoc -r html/* elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild index 867f355..3f5fb3f 100644 --- a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild +++ b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild @@ -59,7 +59,7 @@ src_test() { src_install() { insinto usr/share/agda-stdlib - export INSOPTIONS=--preserve-timestamps + insopts --preserve-timestamps doins -r src/* dodoc -r html/* elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die