public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2008-05-30 22:51 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; only message in thread
From: Jurek Bartuszek (jurek) @ 2008-05-30 22:51 UTC (permalink / raw
  To: gentoo-commits

jurek       08/05/30 22:51:23

  Modified:             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
  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=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild?r1=1.1&r2=1.2

Index: xsp-1.2.5.ebuild
===================================================================
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 $
 
 inherit mono multilib autotools eutils
 
@@ -14,7 +14,8 @@
 
 IUSE=""
 
-DEPEND=">=dev-lang/mono-${PV}"
+DEPEND=">=dev-lang/mono-${PV}
+	    dev-util/pkgconfig"
 
 pkg_preinst() {
 	enewgroup aspnet
@@ -45,10 +46,10 @@
 	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} \
+		"${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



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=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild?r1=1.3&r2=1.4

Index: xsp-1.2.4.ebuild
===================================================================
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 $
 
 inherit mono autotools eutils
 
@@ -14,7 +14,8 @@
 
 IUSE=""
 
-DEPEND=">=dev-lang/mono-${PV}"
+DEPEND=">=dev-lang/mono-${PV}
+	    dev-util/pkgconfig"
 
 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=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild?r1=1.2&r2=1.3

Index: xsp-1.2.3.ebuild
===================================================================
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 $
 
 inherit mono autotools eutils
 
@@ -14,7 +14,8 @@
 
 IUSE=""
 
-DEPEND=">=dev-lang/mono-${PV}"
+DEPEND=">=dev-lang/mono-${PV}
+		dev-util/pkgconfig"
 
 pkg_preinst() {
 	enewgroup aspnet



1.54                 dev-dotnet/xsp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
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 <jurek@gentoo.org> 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.ebuild:
+  Added dev-util/pkgconfig dependency (bug #216415)
 
   06 May 2008; Lance Albertson <ramereth@gentoo.org> 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=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild?r1=1.1&r2=1.2

Index: xsp-1.2.4-r1.ebuild
===================================================================
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 $
 
 inherit mono multilib autotools eutils
 
@@ -14,7 +14,8 @@
 
 IUSE=""
 
-DEPEND=">=dev-lang/mono-${PV}"
+DEPEND=">=dev-lang/mono-${PV}
+		dev-util/pkgconfig"
 
 pkg_preinst() {
 	enewgroup aspnet
@@ -45,10 +46,10 @@
 	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} \
+		"${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



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=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild?r1=1.5&r2=1.6

Index: xsp-1.2.1.ebuild
===================================================================
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 $
 
 inherit mono autotools eutils
 
@@ -14,7 +14,8 @@
 
 IUSE=""
 
-DEPEND=">=dev-lang/mono-${PV}"
+DEPEND=">=dev-lang/mono-${PV}
+	    dev-util/pkgconfig"
 
 pkg_preinst() {
 	enewgroup aspnet
@@ -25,10 +26,10 @@
 
 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
 }
 
@@ -42,11 +43,11 @@
 }
 
 src_install() {
-	make DESTDIR=${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="${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
 
 	keepdir /var/run/aspnet
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-30 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 22:51 [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 Jurek Bartuszek (jurek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox