public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/eto-parse/
@ 2016-08-19 16:12 Mikhail Pukhlikov
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Pukhlikov @ 2016-08-19 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a5e86f39103c1d30d964e3ef751d6724683d2cca
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 18 20:29:23 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 20:29:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a5e86f39

adding to gac

 .../eto-parse/eto-parse-1.4.0_p20150907.ebuild     | 23 +++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
index 5efd728..743beff 100644
--- a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
+++ b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
@@ -3,8 +3,12 @@
 # $Id$
 
 EAPI=6
+
+USE_DOTNET="net45"
 inherit mono-env dotnet gac nupkg
 
+IUSE="${USE_DOTNET} developer nupkg debug"
+
 NAME="Eto.Parse"
 HOMEPAGE="https://github.com/picoe/${NAME}"
 
@@ -22,8 +26,6 @@ KEYWORDS="~amd64 ~x86"
 # notes on testing, from https://devmanual.gentoo.org/ebuild-writing/functions/src_test/index.html
 # FEATURES+="test"
 
-USE_DOTNET="net45"
-IUSE="${USE_DOTNET} developer nupkg debug"
 
 # there is no "test" in IUSE, because test project and solution are not build
 # there is no "gac" in IUSE, because utilities for patching are not ready
@@ -93,7 +95,7 @@ src_prepare() {
 }
 
 src_compile() {
-	exbuild "${METAFILETOBUILD}"
+	exbuild_strong "${METAFILETOBUILD}"
 	enuspec "${NUSPEC_FILE}"
 }
 
@@ -104,14 +106,13 @@ src_test() {
 }
 
 src_install() {
-	# ebuild is not ready for gac install
-	#DIR=""
-	#if use debug; then
-	#	DIR="Debug"
-	#else
-	#	DIR="Release"
-	#fi
-	# egacinstall "Eto.Parse/bin/${DIR}/net40/Eto.Parse.dll"
+	DIR=""
+	if use debug; then
+		DIR="Debug"
+	else
+		DIR="Release"
+	fi
+	egacinstall "Eto.Parse/bin/${DIR}/net40/Eto.Parse.dll"
 
 	enupkg "${WORKDIR}/${NAME}.${NUSPEC_VERSION}.nupkg"
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/eto-parse/
@ 2016-08-19 16:12 Mikhail Pukhlikov
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Pukhlikov @ 2016-08-19 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d993b2181d633714effcde17f2d0fb2c2477b800
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Thu Aug 18 20:03:38 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 20:03:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d993b218

restrict mirror and digest

 dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
index 619a787..f94b574 100644
--- a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
+++ b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
@@ -10,6 +10,7 @@ HOMEPAGE="https://github.com/picoe/${NAME}"
 
 EGIT_COMMIT="7d7884fb4f481e28dd24bc273fbd6615d0ba539a" # 2015-09-07
 SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
+RESTRICT="mirror"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/eto-parse/
@ 2016-10-27  7:33 Mikhail Pukhlikov
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Pukhlikov @ 2016-10-27  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2c2e14f8146e2a0bdd428fc2f88c26773b4439fa
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Oct 25 00:03:21 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 00:03:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2c2e14f8

.pc file added

 ...arse-1.4.0_p20150907.ebuild => eto-parse-1.4.0_p20150907-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild
similarity index 97%
rename from dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
rename to dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild
index 0484cf7..79a4bb3 100644
--- a/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907.ebuild
+++ b/dev-dotnet/eto-parse/eto-parse-1.4.0_p20150907-r1.ebuild
@@ -13,7 +13,7 @@ NAME="Eto.Parse"
 HOMEPAGE="https://github.com/picoe/${NAME}"
 
 EGIT_COMMIT="7d7884fb4f481e28dd24bc273fbd6615d0ba539a" # 2015-09-07
-SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PN}-${PV}.zip"
 RESTRICT="mirror"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
@@ -112,6 +112,7 @@ src_install() {
 		DIR="Release"
 	fi
 	egacinstall "Eto.Parse/bin/${DIR}/net40/Eto.Parse.dll"
+	einstall_pc_file "${PN}" "${PV}" "Eto.Parse"
 
 	enupkg "${WORKDIR}/${NAME}.${NUSPEC_VERSION}.nupkg"
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-27  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27  7:33 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/eto-parse/ Mikhail Pukhlikov
  -- strict thread matches above, loose matches on Subject: below --
2016-08-19 16:12 Mikhail Pukhlikov
2016-08-19 16:12 Mikhail Pukhlikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox