From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J3Gro-0003qO-K7 for garchives@archives.gentoo.org; Fri, 14 Dec 2007 20:10:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBEKAXIX012328; Fri, 14 Dec 2007 20:10:33 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBEKAW95012299 for ; Fri, 14 Dec 2007 20:10:32 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E066E6485D for ; Fri, 14 Dec 2007 20:10:31 +0000 (UTC) Received: from jurek by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J3Gre-00072P-RO for gentoo-commits@lists.gentoo.org; Fri, 14 Dec 2007 20:10:30 +0000 From: "Jurek Bartuszek (jurek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jurek@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/xsp: ChangeLog xsp-1.2.6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog xsp-1.2.6.ebuild X-VCS-Directories: dev-dotnet/xsp X-VCS-Committer: jurek X-VCS-Committer-Name: Jurek Bartuszek Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Jurek Bartuszek Date: Fri, 14 Dec 2007 20:10:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: d4e67cf4-b83f-4741-b144-51a6bac2eea8 X-Archives-Hash: a633581aee90251335ccf7dd37c61217 jurek 07/12/14 20:10:30 Modified: ChangeLog Added: xsp-1.2.6.ebuild Log: dev-dotnet/xsp-1.2.6: version bump (Portage version: 2.1.3.19) Revision Changes Path 1.49 dev-dotnet/xsp/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 11 Sep 2007 10:24:03 -0000 1.48 +++ ChangeLog 14 Dec 2007 20:10:30 -0000 1.49 @@ -1,6 +1,13 @@ # ChangeLog for dev-dotnet/xsp # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.48 2007/09/11 10:24:03 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.49 2007/12/14 20:10:30 jurek Exp $ + +*xsp-1.2.6 (14 Dec 2007) + + 14 Dec 2007; Jurek Bartuszek + +files/1.2.6/mod-mono-server.confd, +files/1.2.6/mod-mono-server.initd, + +files/1.2.6/xsp.confd, +files/1.2.6/xsp.initd, +xsp-1.2.6.ebuild: + Version bump 11 Sep 2007; Jurek Bartuszek Manifest: Fixed digests (bug #192076) 1.1 dev-dotnet/xsp/xsp-1.2.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.6.ebuild?rev=1.1&content-type=text/plain Index: xsp-1.2.6.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.6.ebuild,v 1.1 2007/12/14 20:10:30 jurek Exp $ inherit mono multilib autotools eutils DESCRIPTION="XSP ASP.NET host" HOMEPAGE="http://www.go-mono.com/" SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-lang/mono-${PV}" pkg_preinst() { enewgroup aspnet # Give aspnet home dir of /tmp since it must create ~/.wapi enewuser aspnet -1 -1 /tmp aspnet } src_unpack() { unpack ${A} cd "${S}" sed -i -e "s:mkinstalldirs) \$(data:mkinstalldirs) \$(DESTDIR)\$(data:" \ -e "s:gif \$(data:gif \$(DESTDIR)\$(data:" \ "${S}"/test/2.0/treeview/Makefile.am eautoreconf } src_compile() { econf || die "./configure failed!" emake -j1 || { echo eerror "If xsp fails to build, try unmerging and re-emerging it." die "make failed" } } src_install() { make DESTDIR="${D}" install || die sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" \ "${D}"/usr/bin/xsp{,2} \ "${D}"/usr/bin/mod-mono-server{,2} \ "${D}"/usr/bin/asp-state{,2} \ "${D}"/usr/bin/dbsessmgr{,2} \ || die newinitd "${FILESDIR}"/${PV}/xsp.initd xsp newinitd "${FILESDIR}"/${PV}/mod-mono-server.initd mod-mono-server newconfd "${FILESDIR}"/${PV}/xsp.confd xsp newconfd "${FILESDIR}"/${PV}/mod-mono-server.confd mod-mono-server keepdir /var/run/aspnet dodoc README ChangeLog AUTHORS INSTALL NEWS } pkg_postinst() { chown aspnet:aspnet /var/run/aspnet } -- gentoo-commits@gentoo.org mailing list