diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-20 17:43:23 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-20 17:43:23 +0000 |
commit | 5b029d606081af066b4fa2bb8d89415c76f69471 (patch) | |
tree | 9808be06977fa8fff96df8c07d8f5da274162cec /dev-util | |
parent | Removing anant as a maintainer since he was retired. (diff) | |
download | gentoo-2-5b029d606081af066b4fa2bb8d89415c76f69471.tar.gz gentoo-2-5b029d606081af066b4fa2bb8d89415c76f69471.tar.bz2 gentoo-2-5b029d606081af066b4fa2bb8d89415c76f69471.zip |
Removing anant as a maintainer since he was retired.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/plan9port/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/plan9port/metadata.xml | 17 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20070522.ebuild | 6 |
3 files changed, 17 insertions, 14 deletions
diff --git a/dev-util/plan9port/ChangeLog b/dev-util/plan9port/ChangeLog index 1a3d3d2da6d8..63c9344894ab 100644 --- a/dev-util/plan9port/ChangeLog +++ b/dev-util/plan9port/ChangeLog @@ -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) diff --git a/dev-util/plan9port/metadata.xml b/dev-util/plan9port/metadata.xml index 8d0501064d2b..f7c7d7068cb3 100644 --- a/dev-util/plan9port/metadata.xml +++ b/dev-util/plan9port/metadata.xml @@ -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> diff --git a/dev-util/plan9port/plan9port-20070522.ebuild b/dev-util/plan9port/plan9port-20070522.ebuild index 0b7f46cd2819..906529b10e44 100644 --- a/dev-util/plan9port/plan9port-20070522.ebuild +++ b/dev-util/plan9port/plan9port-20070522.ebuild @@ -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_compile() { src_install() { dodir /usr/lib/plan9 - mv ${S} ${D}/usr/lib/ + mv "${S}" "${D}/usr/lib/" doenvd "${FILESDIR}/30plan9" } |