From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K2DRZ-0001fU-7T for garchives@archives.gentoo.org; Fri, 30 May 2008 22:51:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7240AE03DE; Fri, 30 May 2008 22:51:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CAE2E03DE for ; Fri, 30 May 2008 22:51:28 +0000 (UTC) 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 8805A66858 for ; Fri, 30 May 2008 22:51:27 +0000 (UTC) Received: from jurek by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K2DRT-0003pz-ES for gentoo-commits@lists.gentoo.org; Fri, 30 May 2008 22:51:23 +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: xsp-1.2.5.ebuild xsp-1.2.4.ebuild xsp-1.2.3.ebuild ChangeLog xsp-1.2.4-r1.ebuild xsp-1.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: xsp-1.2.5.ebuild xsp-1.2.4.ebuild xsp-1.2.3.ebuild ChangeLog xsp-1.2.4-r1.ebuild xsp-1.2.1.ebuild X-VCS-Directories: dev-dotnet/xsp X-VCS-Committer: jurek X-VCS-Committer-Name: Jurek Bartuszek Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jurek Bartuszek Date: Fri, 30 May 2008 22:51:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b1df5a24-f858-408a-83f4-f0171c404913 X-Archives-Hash: 4a7e2b206d44f944164296fdc0fd5a53 jurek 08/05/30 22:51:23 Modified: xsp-1.2.5.ebuild xsp-1.2.4.ebuild xsp-1.2.3.ebuil= d ChangeLog xsp-1.2.4-r1.ebuild xsp-1.2.1.ebuild Log: dev-dotnet/xsp: Added dev-util/pkgconfig dependency (bug #216415) (Portage version: 2.1.4.4) Revision Changes Path 1.2 dev-dotnet/xsp/xsp-1.2.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.5.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.5.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.5.ebuild?r1=3D1.1&r2=3D1.2 Index: xsp-1.2.5.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xsp-1.2.5.ebuild 10 Sep 2007 19:35:53 -0000 1.1 +++ xsp-1.2.5.ebuild 30 May 2008 22:51:22 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v 1.1= 2007/09/10 19:35:53 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v 1.2= 2008/05/30 22:51:22 jurek Exp $ =20 inherit mono multilib autotools eutils =20 @@ -14,7 +14,8 @@ =20 IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-${PV}" +DEPEND=3D">=3Ddev-lang/mono-${PV} + dev-util/pkgconfig" =20 pkg_preinst() { enewgroup aspnet @@ -45,10 +46,10 @@ make DESTDIR=3D"${D}" install || die =20 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} \ + "${D}"/usr/bin/xsp{,2} \ + "${D}"/usr/bin/mod-mono-server{,2} \ + "${D}"/usr/bin/asp-state{,2} \ + "${D}"/usr/bin/dbsessmgr{,2} \ || die =20 newinitd "${FILESDIR}"/${PV}/xsp.initd xsp 1.4 dev-dotnet/xsp/xsp-1.2.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4.ebuild?r1=3D1.3&r2=3D1.4 Index: xsp-1.2.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xsp-1.2.4.ebuild 29 Jun 2007 18:14:56 -0000 1.3 +++ xsp-1.2.4.ebuild 30 May 2008 22:51:22 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.3= 2007/06/29 18:14:56 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.4= 2008/05/30 22:51:22 jurek Exp $ =20 inherit mono autotools eutils =20 @@ -14,7 +14,8 @@ =20 IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-${PV}" +DEPEND=3D">=3Ddev-lang/mono-${PV} + dev-util/pkgconfig" =20 pkg_preinst() { enewgroup aspnet 1.3 dev-dotnet/xsp/xsp-1.2.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.3.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.3.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.3.ebuild?r1=3D1.2&r2=3D1.3 Index: xsp-1.2.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xsp-1.2.3.ebuild 29 Apr 2007 18:03:05 -0000 1.2 +++ xsp-1.2.3.ebuild 30 May 2008 22:51:22 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v 1.2= 2007/04/29 18:03:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v 1.3= 2008/05/30 22:51:22 jurek Exp $ =20 inherit mono autotools eutils =20 @@ -14,7 +14,8 @@ =20 IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-${PV}" +DEPEND=3D">=3Ddev-lang/mono-${PV} + dev-util/pkgconfig" =20 pkg_preinst() { enewgroup aspnet 1.54 dev-dotnet/xsp/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/Cha= ngeLog?rev=3D1.54&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/Cha= ngeLog?rev=3D1.54&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/Cha= ngeLog?r1=3D1.53&r2=3D1.54 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 6 May 2008 20:22:31 -0000 1.53 +++ ChangeLog 30 May 2008 22:51:22 -0000 1.54 @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/xsp # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.53 2008/= 05/06 20:22:31 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.54 2008/= 05/30 22:51:22 jurek Exp $ + + 30 May 2008; Jurek Bartuszek xsp-1.2.1.ebuild, + xsp-1.2.3.ebuild, xsp-1.2.4.ebuild, xsp-1.2.4-r1.ebuild, xsp-1.2.5.ebu= ild: + Added dev-util/pkgconfig dependency (bug #216415) =20 06 May 2008; Lance Albertson metadata.xml: Remove myself from metadata.xml 1.2 dev-dotnet/xsp/xsp-1.2.4-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.4-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: xsp-1.2.4-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xsp-1.2.4-r1.ebuild 27 Aug 2007 20:55:11 -0000 1.1 +++ xsp-1.2.4-r1.ebuild 30 May 2008 22:51:22 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v = 1.1 2007/08/27 20:55:11 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v = 1.2 2008/05/30 22:51:22 jurek Exp $ =20 inherit mono multilib autotools eutils =20 @@ -14,7 +14,8 @@ =20 IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-${PV}" +DEPEND=3D">=3Ddev-lang/mono-${PV} + dev-util/pkgconfig" =20 pkg_preinst() { enewgroup aspnet @@ -45,10 +46,10 @@ make DESTDIR=3D"${D}" install || die =20 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} \ + "${D}"/usr/bin/xsp{,2} \ + "${D}"/usr/bin/mod-mono-server{,2} \ + "${D}"/usr/bin/asp-state{,2} \ + "${D}"/usr/bin/dbsessmgr{,2} \ || die =20 newinitd "${FILESDIR}"/${PV}/xsp.initd xsp 1.6 dev-dotnet/xsp/xsp-1.2.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.1.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.1.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp= -1.2.1.ebuild?r1=3D1.5&r2=3D1.6 Index: xsp-1.2.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xsp-1.2.1.ebuild 29 Apr 2007 18:03:05 -0000 1.5 +++ xsp-1.2.1.ebuild 30 May 2008 22:51:22 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.5= 2007/04/29 18:03:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.6= 2008/05/30 22:51:22 jurek Exp $ =20 inherit mono autotools eutils =20 @@ -14,7 +14,8 @@ =20 IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-${PV}" +DEPEND=3D">=3Ddev-lang/mono-${PV} + dev-util/pkgconfig" =20 pkg_preinst() { enewgroup aspnet @@ -25,10 +26,10 @@ =20 src_unpack() { unpack ${A} - cd ${S} + 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 + "${S}"/test/2.0/treeview/Makefile.am eautoreconf } =20 @@ -42,11 +43,11 @@ } =20 src_install() { - make DESTDIR=3D${D} install || 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 + make DESTDIR=3D"${D}" install || 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 =20 keepdir /var/run/aspnet =20 --=20 gentoo-commits@lists.gentoo.org mailing list