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 via email to