diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-18 21:28:53 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-05-18 21:28:53 +0000 |
commit | 95202266bf5d225d46b6c7e25005e19b8b18fadd (patch) | |
tree | 61ded532afc7fda9dacd71d93bfe4abf77bd215e /dev-cpp | |
parent | Initial addition, #250415 (diff) | |
download | gentoo-2-95202266bf5d225d46b6c7e25005e19b8b18fadd.tar.gz gentoo-2-95202266bf5d225d46b6c7e25005e19b8b18fadd.tar.bz2 gentoo-2-95202266bf5d225d46b6c7e25005e19b8b18fadd.zip |
Fix metadata.xml
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/pstreams/Manifest | 12 | ||||
-rw-r--r-- | dev-cpp/pstreams/metadata.xml | 29 |
2 files changed, 3 insertions, 38 deletions
diff --git a/dev-cpp/pstreams/Manifest b/dev-cpp/pstreams/Manifest index 8410281bee04..ab646849ed60 100644 --- a/dev-cpp/pstreams/Manifest +++ b/dev-cpp/pstreams/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST pstreams-0.7.0.tar.gz 55536 RMD160 c0841579b88c23793a1ab9f94316a528fc9f98f5 SHA1 8300886c0c1783c7b8b1363596d77683cd213e7e SHA256 dc3850460a2ba7ff17969969e202d2c4241d250a1383b8093c961118e0b631bb DIST pstreams-docs-0.7.0.tar.gz 102315 RMD160 b8b375ccaeac97621bbf6f8d4ed7c752c8101e29 SHA1 4afb1235b6d4d2e1531abf286763c4f17fc9ec15 SHA256 e6894752ee59a9a7b09b3fdab13ceec7f67b73418485f20cde62f4e845194e7b EBUILD pstreams-0.7.0.ebuild 896 RMD160 7f1bc9f0e53bb989897ff374a4e1cabe55e73ecd SHA1 d29ff492baeb3050f0f2534df467c396ffb9af51 SHA256 aa3d17dce83e7a9d7b16d9ac8dd361b1823b2b6662c3d3d74a5070f12536bcc6 MISC ChangeLog 342 RMD160 d4c80920c28ea5c4043d937611a879b3c782c3c7 SHA1 9be1ff46569a26bcc13c3aa87617ceebe232f3fe SHA256 27305622c5810ec55a140edbf974abf6efa0945dc0debc5c36dc7ca2191e54c6 -MISC metadata.xml 1247 RMD160 6cd8ef3c7847e2a55e7aab4dec5fa0059387aa60 SHA1 4d497ead37da99385ad31d379db313eaeeee6586 SHA256 a00af376cfcb2c2c2f066164b37755ed53889c12919e0101cc7bb082142b0138 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkvy+TMACgkQgAnW8HDreRYWPgCfRcR6EnTthYxXn74WDmzuHrsq -7bIAoLSTpd9dowpygNsKiEBXihprRxHJ -=NFNx ------END PGP SIGNATURE----- +MISC metadata.xml 247 RMD160 83a5f773d23922564afa5facae54c8c3a354665b SHA1 4bb6e8ee5a433479d43ef72ed5db59c849ced0c7 SHA256 a1b3d51b6aeec007134b5275a6432ffe68259d9e8698464b7136315a90384466 diff --git a/dev-cpp/pstreams/metadata.xml b/dev-cpp/pstreams/metadata.xml index 971a5ca8e455..21ff08e6790b 100644 --- a/dev-cpp/pstreams/metadata.xml +++ b/dev-cpp/pstreams/metadata.xml @@ -1,34 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<!-- -$Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/metadata.xml,v 1.1 2010/05/18 20:31:41 jlec Exp $ - -This is the example metadata file. -The root element of this file is <pkgmetadata>. Within this element a -number of subelements are allowed: herd, maintainer, and -longdescription. herd is a required subelement. - -For a full description look at: -http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4 - - -Before committing, please remove the comments from this file. They are -not relevant for general metadata.xml files. ---> <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>@gentoo.org</email> -<!-- <description>Description of the maintainership</description> --> + <email>jlec@gentoo.org</email> + <name>Justin Lecher</name> </maintainer> -<!-- <longdescription>Long description of the package</longdescription> --> -<!-- -<use> - <flag name='flag'>Description of how USE='flag' affects this package</flag> - <flag name='userland_GNU'>Description of how USERLAND='GNU' affects this - package</flag> - <flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking. - Requires an installed dictionary from <cat>app-dicts</cat></flag> -</use> ---> </pkgmetadata> |