public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/
Date: Wed, 24 Aug 2016 07:01:47 +0000 (UTC)	[thread overview]
Message-ID: <1472021682.acc6b128dd298a9f58d28b9aa21d5a0a33085b37.cynede@gentoo> (raw)

commit:     acc6b128dd298a9f58d28b9aa21d5a0a33085b37
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 24 06:54:42 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 06:54:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=acc6b128

fix of bug introduced during EAPI-6 bump

 ....4_p2016011603-r1.ebuild => xsp-4.4_p2016022603.ebuild} | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-servers/xsp/xsp-4.4_p2016011603-r1.ebuild b/www-servers/xsp/xsp-4.4_p2016022603.ebuild
similarity index 93%
rename from www-servers/xsp/xsp-4.4_p2016011603-r1.ebuild
rename to www-servers/xsp/xsp-4.4_p2016022603.ebuild
index c091a52..ecd851e 100644
--- a/www-servers/xsp/xsp-4.4_p2016011603-r1.ebuild
+++ b/www-servers/xsp/xsp-4.4_p2016022603.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="6"
 
-USE_DOTNET="net35 net40 net45"
+USE_DOTNET="net45 net40 net35"
 PATCHDIR="${FILESDIR}/2.2/"
 
 inherit eutils systemd dotnet user autotools
@@ -14,14 +14,13 @@ HOMEPAGE="http://www.mono-project.com/ASP.NET"
 
 EGIT_COMMIT="c98e068f5647fb06ff2fbef7cd5f1b35417362b1"
 SRC_URI="http://github.com/mono/xsp/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz"
-
 RESTRICT="mirror"
 S="${WORKDIR}/xsp-${EGIT_COMMIT}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test developer debug"
+IUSE="+${USE_DOTNET} doc test +developer +debug"
 
 COMMON_DEPEND="dev-db/sqlite:3
 	!dev-dotnet/xsp
@@ -48,12 +47,12 @@ src_prepare() {
 }
 
 src_configure() {
+	eautomake --gnu --add-missing --force --copy #nowarn
+
 	myeconfargs=("--enable-maintainer-mode")
 	use test && myeconfargs+=("--with_unit_tests")
 	use doc || myeconfargs+=("--disable-docs")
-	eautomake --gnu --add-missing --force --copy #nowarn
-	autotools-utils_src_configure
-	./configure || die
+	econf ${myeconfargs}
 }
 
 src_compile() {
@@ -69,7 +68,8 @@ pkg_preinst() {
 }
 
 src_install() {
-	mv_command="cp -ar" autotools-utils_src_install
+	emake DESTDIR="${D}" install
+
 	newinitd "${PATCHDIR}"/xsp.initd xsp
 	newinitd "${PATCHDIR}"/mod-mono-server-r1.initd mod-mono-server
 	newconfd "${PATCHDIR}"/xsp.confd xsp


             reply	other threads:[~2016-08-24  7:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24  7:01 Mikhail Pukhlikov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-23  6:42 [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/ Mikhail Pukhlikov
2016-07-31  8:52 Mikhail Pukhlikov
2015-08-22 16:46 Heather Cynede
2015-08-22 16:46 Heather Cynede
2015-08-22 16:19 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=1472021682.acc6b128dd298a9f58d28b9aa21d5a0a33085b37.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