app-admin/mds-web-core: move mmc-base to mds-web-core

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2125 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-05-01 12:25:26 +00:00
parent 14e4b1d421
commit 0a981f46bf
3 changed files with 39 additions and 1 deletions

View File

@ -2,6 +2,9 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
01 May 2010; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
move mmc-base to mds-web-core
18 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
mmc-web-base-2.3.2.ebuild, mmc-web-base-2.3.2-r1.ebuild,
mmc-web-base-2.3.2-r2.ebuild, mmc-web-base-2.3.2_p642.ebuild:

View File

@ -1,3 +1,4 @@
DIST mds-2.4.0.tar.gz 987981 RMD160 31775873932c2f988699c85b9b0ef46caab2da5c SHA1 cb57e3519c0672580b120a8bacae86c3e44b9dbc SHA256 c2c61f39626517feeeec74792b73fd5661b7f241a4aa73b5fe057d1e599dfbc0
EBUILD mds-web-core-2.4.0.ebuild 709 RMD160 991baaaafea7e7a3235365fccf83b49eb3cdcb66 SHA1 522f7212f236045c0c858005627c8c4e1fad5e63 SHA256 d39eefb8da730e50c778dcc7b0064b4a0225f2a9f21555130e327f90e10049ca
MISC ChangeLog 1885 RMD160 9e13dd7893689256f67d5e9f6cf31275b8bee83b SHA1 e3d28ebae7665b8009c0e183ab787c02435403d6 SHA256 3b553e98c403b2b099fb81a7c43ddfb6314cbd9e5222a795bdbde72165ac122a
MISC ChangeLog 1984 RMD160 463c1d2d32b75e11f3b3fbedd83c7baff4010ef2 SHA1 e6ce1de4772a2dfbb77d16647c11f11a28c740cc SHA256 99ee903aa6c3b4db89c7e422578e14d9280863562ff37c4801c3638797352f0b
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe 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> -->
</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>