From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74CC2138330 for ; Wed, 24 Aug 2016 07:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C53FE0B78; Wed, 24 Aug 2016 07:01:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4252CE0B78 for ; Wed, 24 Aug 2016 07:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30DE933BF08 for ; Wed, 24 Aug 2016 07:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4D872453 for ; Wed, 24 Aug 2016 07:01:47 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1472021682.acc6b128dd298a9f58d28b9aa21d5a0a33085b37.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-servers/xsp/xsp-4.4_p2016011603-r1.ebuild www-servers/xsp/xsp-4.4_p2016022603.ebuild X-VCS-Directories: www-servers/xsp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: acc6b128dd298a9f58d28b9aa21d5a0a33085b37 X-VCS-Branch: master Date: Wed, 24 Aug 2016 07:01:47 +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: 2488a341-cf80-478f-b576-9f61d4b6160a X-Archives-Hash: 3c5fbd1db63fa7861710c8cc6d0a94ad commit: acc6b128dd298a9f58d28b9aa21d5a0a33085b37 Author: ArsenShnurkov gmail com> AuthorDate: Wed Aug 24 06:54:42 2016 +0000 Commit: Mikhail Pukhlikov gentoo 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