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 BBB3658976 for ; Fri, 22 Jan 2016 21:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9695521C036; Fri, 22 Jan 2016 21:03:15 +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 D3AC221C01F for ; Fri, 22 Jan 2016 21:03:14 +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 BA0513409E6 for ; Fri, 22 Jan 2016 21:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038641068 for ; Fri, 22 Jan 2016 21:03:12 +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: <1453496583.0dbd28d2e94105b4faaea44fc578ecbc8874efb4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mercury/mercury-11.01.ebuild dev-lang/mercury/mercury-11.07.1.ebuild dev-lang/mercury/mercury-11.07.2.ebuild dev-lang/mercury/mercury-11.07.ebuild dev-lang/mercury/mercury-13.05.1.ebuild dev-lang/mercury/mercury-13.05.2.ebuild dev-lang/mercury/mercury-13.05.ebuild dev-lang/mercury/metadata.xml X-VCS-Directories: dev-lang/mercury/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0dbd28d2e94105b4faaea44fc578ecbc8874efb4 X-VCS-Branch: master Date: Fri, 22 Jan 2016 21:03:12 +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: ade2ae26-b0a2-4dd9-8b7b-fa352a3ac66c X-Archives-Hash: a3f65b725d9090953e96ba385f5ab10a commit: 0dbd28d2e94105b4faaea44fc578ecbc8874efb4 Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 22 19:00:56 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 22 21:03:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd28d2 dev-lang/mercury: Use ecvs_clean to clean workdir * add missing die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-lang/mercury/mercury-11.01.ebuild | 11 +++++------ dev-lang/mercury/mercury-11.07.1.ebuild | 11 +++++------ dev-lang/mercury/mercury-11.07.2.ebuild | 11 +++++------ dev-lang/mercury/mercury-11.07.ebuild | 11 +++++------ dev-lang/mercury/mercury-13.05.1.ebuild | 11 +++++------ dev-lang/mercury/mercury-13.05.2.ebuild | 11 +++++------ dev-lang/mercury/mercury-13.05.ebuild | 11 +++++------ dev-lang/mercury/metadata.xml | 14 +++++++------- 8 files changed, 42 insertions(+), 49 deletions(-) diff --git a/dev-lang/mercury/mercury-11.01.ebuild b/dev-lang/mercury/mercury-11.01.ebuild index bb7c875..f8f9bc7 100644 --- a/dev-lang/mercury/mercury-11.01.ebuild +++ b/dev-lang/mercury/mercury-11.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ TESTDIR="${WORKDIR}"/${PN}-tests-${PV} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -49,7 +49,7 @@ src_prepare() { epatch "${WORKDIR}"/${PV}-tests fi - cd "${S}" + cd "${S}" || die eautoconf } @@ -132,7 +132,7 @@ src_test() { TWS="${S}" fi - cd "${TESTDIR}" + cd "${TESTDIR}" || die sed -i -e "s:@WORKSPACE@:${TWS}:" WS_FLAGS.ws \ || die "sed WORKSPACE failed" @@ -202,8 +202,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-11.07.1.ebuild b/dev-lang/mercury/mercury-11.07.1.ebuild index fbc3732..f143a22 100644 --- a/dev-lang/mercury/mercury-11.07.1.ebuild +++ b/dev-lang/mercury/mercury-11.07.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ TESTDIR="${WORKDIR}"/${PN}-tests-${PV} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -49,7 +49,7 @@ src_prepare() { epatch "${WORKDIR}"/${PV}-tests fi - cd "${S}" + cd "${S}" || die eautoconf } @@ -132,7 +132,7 @@ src_test() { TWS="${S}" fi - cd "${TESTDIR}" + cd "${TESTDIR}" || die sed -i -e "s:@WORKSPACE@:${TWS}:" WS_FLAGS.ws \ || die "sed WORKSPACE failed" @@ -202,8 +202,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-11.07.2.ebuild b/dev-lang/mercury/mercury-11.07.2.ebuild index 9d8b648..74cb440 100644 --- a/dev-lang/mercury/mercury-11.07.2.ebuild +++ b/dev-lang/mercury/mercury-11.07.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ TESTDIR="${WORKDIR}"/${PN}-tests-${PV} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -49,7 +49,7 @@ src_prepare() { epatch "${WORKDIR}"/${PV}-tests fi - cd "${S}" + cd "${S}" || die eautoconf } @@ -132,7 +132,7 @@ src_test() { TWS="${S}" fi - cd "${TESTDIR}" + cd "${TESTDIR}" || die sed -i -e "s:@WORKSPACE@:${TWS}:" WS_FLAGS.ws \ || die "sed WORKSPACE failed" @@ -202,8 +202,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-11.07.ebuild b/dev-lang/mercury/mercury-11.07.ebuild index 2792e67..6883d44 100644 --- a/dev-lang/mercury/mercury-11.07.ebuild +++ b/dev-lang/mercury/mercury-11.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ TESTDIR="${WORKDIR}"/${PN}-tests-${PV} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -49,7 +49,7 @@ src_prepare() { epatch "${WORKDIR}"/${PV}-tests fi - cd "${S}" + cd "${S}" || die eautoconf } @@ -132,7 +132,7 @@ src_test() { TWS="${S}" fi - cd "${TESTDIR}" + cd "${TESTDIR}" || die sed -i -e "s:@WORKSPACE@:${TWS}:" WS_FLAGS.ws \ || die "sed WORKSPACE failed" @@ -202,8 +202,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-13.05.1.ebuild b/dev-lang/mercury/mercury-13.05.1.ebuild index c0fcf9d..44f38dc 100644 --- a/dev-lang/mercury/mercury-13.05.1.ebuild +++ b/dev-lang/mercury/mercury-13.05.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ S="${WORKDIR}"/${MY_P} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -43,7 +43,7 @@ src_prepare() { "${S}"/scripts/Mmake.vars.in \ || die "sed libdir failed" - cd "${S}" + cd "${S}" || die eautoconf } @@ -117,7 +117,7 @@ src_test() { TWS="${S}" fi - cd "${S}"/tests + cd "${S}"/tests || die sed -e "s:@WORKSPACE@:${TWS}:" < WS_FLAGS.ws > WS_FLAGS \ || die "sed WORKSPACE failed" @@ -183,8 +183,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-13.05.2.ebuild b/dev-lang/mercury/mercury-13.05.2.ebuild index c82ce14..44f38dc 100644 --- a/dev-lang/mercury/mercury-13.05.2.ebuild +++ b/dev-lang/mercury/mercury-13.05.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ S="${WORKDIR}"/${MY_P} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -43,7 +43,7 @@ src_prepare() { "${S}"/scripts/Mmake.vars.in \ || die "sed libdir failed" - cd "${S}" + cd "${S}" || die eautoconf } @@ -117,7 +117,7 @@ src_test() { TWS="${S}" fi - cd "${S}"/tests + cd "${S}"/tests || die sed -e "s:@WORKSPACE@:${TWS}:" < WS_FLAGS.ws > WS_FLAGS \ || die "sed WORKSPACE failed" @@ -183,8 +183,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/mercury-13.05.ebuild b/dev-lang/mercury/mercury-13.05.ebuild index 3092ceb..7cefb73 100644 --- a/dev-lang/mercury/mercury-13.05.ebuild +++ b/dev-lang/mercury/mercury-13.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ S="${WORKDIR}"/${MY_P} SITEFILE=50${PN}-gentoo.el src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}" || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch "${WORKDIR}"/${PV} @@ -43,7 +43,7 @@ src_prepare() { "${S}"/scripts/Mmake.vars.in \ || die "sed libdir failed" - cd "${S}" + cd "${S}" || die eautoconf } @@ -116,7 +116,7 @@ src_test() { TWS="${S}" fi - cd "${S}"/tests + cd "${S}"/tests || die sed -e "s:@WORKSPACE@:${TWS}:" < WS_FLAGS.ws > WS_FLAGS \ || die "sed WORKSPACE failed" @@ -182,8 +182,7 @@ src_install() { doins -r samples/java_interface || die fi - rm -rf $(find "${D}"/usr/share/doc/${PF}/samples \ - -name CVS -o -name .cvsignore) + ecvs_clean "${D}"/usr/share/doc/${PF}/samples fi } diff --git a/dev-lang/mercury/metadata.xml b/dev-lang/mercury/metadata.xml index 1af61ab..7e9ce0a 100644 --- a/dev-lang/mercury/metadata.xml +++ b/dev-lang/mercury/metadata.xml @@ -1,11 +1,11 @@ - - keri@gentoo.org - Keri Harris - - - Support Mercury Erlang grade - + + keri@gentoo.org + Keri Harris + + + Support Mercury Erlang grade +