diff options
author | 2003-08-02 13:14:07 +0000 | |
---|---|---|
committer | 2003-08-02 13:14:07 +0000 | |
commit | 13807e28db137c7b26eefb1f3e3eb86d89e0f4c7 (patch) | |
tree | 1df1e73e1b5e57229b60b03b48de60512902d229 /sys-devel/distcc | |
parent | manifest (diff) | |
download | historical-13807e28db137c7b26eefb1f3e3eb86d89e0f4c7.tar.gz historical-13807e28db137c7b26eefb1f3e3eb86d89e0f4c7.tar.bz2 historical-13807e28db137c7b26eefb1f3e3eb86d89e0f4c7.zip |
Add metadata.xml and "fix" the ChangeLog
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 29 | ||||
-rw-r--r-- | sys-devel/distcc/Manifest | 3 | ||||
-rw-r--r-- | sys-devel/distcc/metadata.xml | 11 |
3 files changed, 28 insertions, 15 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 6a20246292db..40e61de45318 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.59 2003/07/27 23:09:44 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.60 2003/08/02 13:14:01 lisa Exp $ + +02 Aug 2003: Lisa Seelye <lisa@gentoo.org> : + Added a metadata.xml file. Initially under the `cluster' herd + Also normalized this file (distcc-2.8) to have most recent dates at the top of the file + *distcc-2.9 (21 Jul 2003) 21 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : @@ -9,24 +14,20 @@ all versions in the repository. *distcc-2.8 (09 Jul 2003) - 10 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : - New version released and committed (Still with the patch to fix tmpdir) - - 12 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : - Changed the USE flags from 'gnome' to 'gtk2' since distccmon-gnome was - changed to use gtk instead of gnome libraries. - - 12 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : - Oops. :) `gtk' is preferred over `gtk2'. Thanks Spider for the - heads up! + 27 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : + Bumped distcc-2.8-r2 to x86 13 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : - (files/2.8/conf) Added a --port to DISTCC_OPTS (/etc/conf.d/distccd) to + (files/2.8/conf) Added a --port to DISTCC_OPTS (/etc/conf.d/distccd) to change the running port. (distcc-2.8-r2.ebuild) Added a note to the backup distcc website - 27 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : - Bumped distcc-2.8-r2 to x86 + 12 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : + Oops. :) `gtk' is preferred over `gtk2'. Thanks Spider for the + heads up! + + 10 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : + New version released and committed (Still with the patch to fix tmpdir) *distcc-2.7.1 (01 Jul 2003) 21 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest index 781f291fe90b..b22a68a1b651 100644 --- a/sys-devel/distcc/Manifest +++ b/sys-devel/distcc/Manifest @@ -6,7 +6,8 @@ MD5 b1dfe93f71045eb226d74ceb93959c65 distcc-2.8-r1.ebuild 3613 MD5 0b8da22979cd451f59bd17baabd4a121 distcc-2.7.ebuild 3451 MD5 b00b909199c8f4b6b6bfd28b74aa4bfb distcc-2.7.1.ebuild 3846 MD5 d4f02bde82f28c1a2551cb5c7c036046 distcc-2.9.ebuild 3819 -MD5 f036bc87abb3797bfdf70ac891ec439b ChangeLog 10374 +MD5 63c32868763862031604bed79fa47d01 ChangeLog 10554 +MD5 70619e7eb5fa4fd0aa4f3588579cd50d metadata.xml 443 MD5 e1ecfcc1aad7c385cf3c41966277cda7 files/digest-distcc-2.5 63 MD5 5826ae3f83bd02bda94fa0e9343ef3fe files/digest-distcc-2.7 63 MD5 56fd1ac60c1b8402e1632da62f32a890 files/digest-distcc-2.8 63 diff --git a/sys-devel/distcc/metadata.xml b/sys-devel/distcc/metadata.xml new file mode 100644 index 000000000000..c4eca095377c --- /dev/null +++ b/sys-devel/distcc/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cluster</herd> +<maintainer> + <email>lisa@gentoo.org</email> +<name>Lisa Seelye</name> +<!-- <description>Description of the maintainership</description> --> +</maintainer> +<longdescription>Distcc is a program to distribute compilation of C code across several machines on a network</longdescription> +</pkgmetadata> |