diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 18:21:48 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 18:21:48 +0000 |
commit | 0e62f4db643e13704da37ac8f6260b22035d0d5d (patch) | |
tree | efb96ff8baa14bb79ae3d8667f6a86e2debb74ae /www-misc/wsmake | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | historical-0e62f4db643e13704da37ac8f6260b22035d0d5d.tar.gz historical-0e62f4db643e13704da37ac8f6260b22035d0d5d.tar.bz2 historical-0e62f4db643e13704da37ac8f6260b22035d0d5d.zip |
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'www-misc/wsmake')
-rw-r--r-- | www-misc/wsmake/ChangeLog | 8 | ||||
-rw-r--r-- | www-misc/wsmake/Manifest | 14 | ||||
-rw-r--r-- | www-misc/wsmake/metadata.xml | 6 |
3 files changed, 23 insertions, 5 deletions
diff --git a/www-misc/wsmake/ChangeLog b/www-misc/wsmake/ChangeLog index ca1816446d76..fd96f48d2c19 100644 --- a/www-misc/wsmake/ChangeLog +++ b/www-misc/wsmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/wsmake -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/ChangeLog,v 1.4 2007/01/19 21:02:01 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/ChangeLog,v 1.5 2008/04/21 18:21:48 phreak Exp $ + + 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Fix up metadata.xml. If there's no maintainer for the package, the metadata + also needs to contain m-needed@g.o. 19 Jan 2007; Raúl Porcel <armin76@gentoo.org> +metadata.xml, wsmake-0.6.4.ebuild: diff --git a/www-misc/wsmake/Manifest b/www-misc/wsmake/Manifest index c751a119d524..47f9c444dbc1 100644 --- a/www-misc/wsmake/Manifest +++ b/www-misc/wsmake/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + AUX wsmake-0.6.4-bv.diff 308 RMD160 c7475a273b96d645b596257aa5b388ba9ce97f26 SHA1 60895a1aadfb4207fdaf2a4d492cc126e0e727d9 SHA256 f4db7881039ebb6e259c374b6b2d10945108bbc16a69322a3e6d5ec8f97377a9 DIST wsmake-0.6.4.tar.bz2 351688 RMD160 cfb48e73191b63cfb57fe318de8111d4feb11666 SHA1 7bd163c0f76f1ad768458964cebdf495a3fa18ce SHA256 884ca4e635d454776888526cf94f6af6639f76b317aa10f9f6d651d9208188d6 EBUILD wsmake-0.6.4.ebuild 887 RMD160 6e126971e0273745758b7b2c956ea7561a689db3 SHA1 f833eee09dc76ce08b199f151712b1b796f5c386 SHA256 7b69116c8eabc36d76efe65af0cc87ed78e4a78299619706902dfd39fd972ce8 -MISC ChangeLog 925 RMD160 070c3f2be13fb2f27dd1a6609089a7f67b598a94 SHA1 91294e2cdca14270541a0ac8c89094620779138f SHA256 72a29ee50a4d563480674e0487f48cd2f843977bdb5e0e8b4863b5f00b53d466 -MISC metadata.xml 160 RMD160 d86217bb48cf4283e08e43bcaabbc919101ad795 SHA1 d6147d00f16e8cfeef893d0764b0675a93d62849 SHA256 56fca1e06f6dcbe3bc12e7d3962998c7cb79d74f218ce8a17b07771b3e06f49e +MISC ChangeLog 1105 RMD160 fe0111aad0da6e31c43abfb8b076520e6dd41d2c SHA1 f9e0cee5a520ccea930d9149dce4198606ee9e21 SHA256 afbf3bf8bdd34d6a05afd057cc7fa238e865192bd13e2d9a57987b27f3db10fe +MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.7 (GNU/Linux) + +iD8DBQFIDNtCyuNVb5qfaOYRAiANAKCxvSUnjqDujqF9IwBM+Pagb3usVwCcDetr +vN8JkjAwqMcBL7LSuDf8w4s= +=8b/V +-----END PGP SIGNATURE----- diff --git a/www-misc/wsmake/metadata.xml b/www-misc/wsmake/metadata.xml index 20ce219711a2..fae7d74a9aee 100644 --- a/www-misc/wsmake/metadata.xml +++ b/www-misc/wsmake/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> </pkgmetadata> |