public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/plan9port: metadata.xml ChangeLog plan9port-20070522.ebuild
@ 2009-03-20 17:43 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-03-20 17:43 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/03/20 17:43:23

  Modified:             metadata.xml ChangeLog plan9port-20070522.ebuild
  Log:
  Removing anant as a maintainer since he was retired.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/plan9port/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	29 May 2007 02:11:27 -0000	1.1
+++ metadata.xml	20 Mar 2009 17:43:23 -0000	1.2
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
-	<maintainer>
-		<email>anant@gentoo.org</email>
-		<name>Anant Narayanan</name>
-	</maintainer>
-	<longdescription>
-		Plan9Port is a set of Plan 9 utilities ported to the POSIX
-		environment - also know as Plan 9 from User Space.
-	</longdescription>
+  <herd>no-herd</herd>
+  <maintainer>
+    <email>maintainer-needed@gentoo.org</email>
+  </maintainer>
+  <longdescription>
+    Plan9Port is a set of Plan 9 utilities ported to the POSIX
+    environment - also know as Plan 9 from User Space.
+  </longdescription>
 </pkgmetadata>



1.3                  dev-util/plan9port/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	11 Mar 2008 13:03:53 -0000	1.2
+++ ChangeLog	20 Mar 2009 17:43:23 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/plan9port
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.2 2008/03/11 13:03:53 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.3 2009/03/20 17:43:23 jmbsvicetto Exp $
+
+  20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  metadata.xml:
+  Removing anant as a maintainer since he was retired.
 
 *plan9port-20080130 (11 Mar 2008)
 



1.3                  dev-util/plan9port/plan9port-20070522.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild?r1=1.2&r2=1.3

Index: plan9port-20070522.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plan9port-20070522.ebuild	11 Mar 2008 13:03:53 -0000	1.2
+++ plan9port-20070522.ebuild	20 Mar 2009 17:43:23 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild,v 1.2 2008/03/11 13:03:53 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20070522.ebuild,v 1.3 2009/03/20 17:43:23 jmbsvicetto Exp $
 
 DESCRIPTION="Plan 9 From User Space"
 HOMEPAGE="http://swtch.com/plan9port/"
@@ -26,7 +26,7 @@
 
 src_install() {
 	dodir /usr/lib/plan9
-	mv ${S} ${D}/usr/lib/
+	mv "${S}" "${D}/usr/lib/"
 	doenvd "${FILESDIR}/30plan9"
 }
 






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

only message in thread, other threads:[~2009-03-20 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20 17:43 [gentoo-commits] gentoo-x86 commit in dev-util/plan9port: metadata.xml ChangeLog plan9port-20070522.ebuild Jorge Manuel B. S. Vicetto (jmbsvicetto)

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