public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Heather Cynede" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/nant/
Date: Fri, 18 Mar 2016 06:32:49 +0000 (UTC)	[thread overview]
Message-ID: <1458278640.e2b355225a07ae82806b4e3d1098477162f9d22c.cynede@gentoo> (raw)

commit:     e2b355225a07ae82806b4e3d1098477162f9d22c
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 05:24:00 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 05:24:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e2b35522

switch to EAPI-6 and add blocking for dev-dotnet/nant

 dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild | 30 +++++++++++++++--------
 1 file changed, 20 insertions(+), 10 deletions(-)

diff --git a/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild b/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild
index adde289..d309036 100644
--- a/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild
+++ b/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild
@@ -1,36 +1,46 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit mono-env nuget dotnet
 
-NAME="nant"
 HOMEPAGE="https://github.com/nant/${NAME}"
+DESCRIPTION=".NET build tool"
+LICENSE="GPL-2"
 
-EGIT_COMMIT="45ec8aa9ad3247f340731f4e8b953c498ad3019e"
-SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
-S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+EGIT_COMMIT="19bec6eca205af145e3c176669bbd57e1712be2a"
+EGIT_BRANCH="master"
+GITHUBNAME="nant/nant"
+GITHUBACC=${GITHUBNAME%/*}
+GITHUBREPO=${GITHUBNAME#*/}
+GITFILENAME=${GITHUBREPO}-${GITHUBACC}-${PV}-${EGIT_COMMIT}
+GITHUB_ZIP="https://api.github.com/repos/${GITHUBACC}/${GITHUBREPO}/zipball/${EGIT_COMMIT} -> ${GITFILENAME}.zip"
+SRC_URI="${GITHUB_ZIP} mirror://gentoo/mono.snk.bz2"
+S="${WORKDIR}/${GITFILENAME}"
 
 SLOT="0"
 
-DESCRIPTION=".NET build tool"
-LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="developer nupkg debug"
 
-RDEPEND=">=dev-lang/mono-4.0.2.5"
+RDEPEND=">=dev-lang/mono-4.4.0.40
+	!dev-dotnet/nant"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 SLN_FILE=NAnt.sln
 METAFILETOBUILD="${S}/${SLN_FILE}"
 
 # This build is not parallel build friendly
 #MAKEOPTS="${MAKEOPTS} -j1"
 
+src_unpack() {
+	default_src_unpack
+	mv "${WORKDIR}/${GITHUBACC}-${GITHUBREPO}-"* "${WORKDIR}/${GITFILENAME}" || die
+}
+
 src_compile() {
 	exbuild "${METAFILETOBUILD}"
 	enuspec "${FILESDIR}/${SLN_FILE}.nuspec"


             reply	other threads:[~2016-03-18  6:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  6:32 Heather Cynede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-23  6:42 [gentoo-commits] proj/dotnet:master commit in: dev-util/nant/ Mikhail Pukhlikov
2018-01-23  6:42 Mikhail Pukhlikov
2018-01-23  6:42 Mikhail Pukhlikov
2018-01-23  6:42 Mikhail Pukhlikov
2018-01-23  6:42 Mikhail Pukhlikov
2017-08-03  7:57 Mikhail Pukhlikov
2016-08-08 11:30 Mikhail Pukhlikov
2016-08-08 11:30 Mikhail Pukhlikov
2016-03-18  6:32 Heather Cynede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458278640.e2b355225a07ae82806b4e3d1098477162f9d22c.cynede@gentoo \
    --to=cynede@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox