dev-libs/libxmlrow: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1602 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-12-03 19:25:20 +00:00
parent e9402fb2a7
commit 6d44f8155e
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# ChangeLog for dev-libs/libxmlrow
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
03 Dec 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
initial checkin

View File

@ -1,2 +1,4 @@
DIST libxmlrow-0.2.tar.gz 322833 RMD160 b8f0fe631234880ea4936af1bd84ae0553863bb2 SHA1 2836f21286215971d35ac1c433d56c6310a137c7 SHA256 8e10e5a998725f4ae1387897def7aeca1cb2241fd9840a4f728d658174674ce9
EBUILD libxmlrow-0.2.ebuild 448 RMD160 c10a06c1c7213a3bc0da36561fba59d7d7203de3 SHA1 7beb98f83f2a59b2d95d7e818292582201c9b7b1 SHA256 d5a5f4430a2b4be30e71f56e75dc9144679fd1189962734afc6583c567c56e90
MISC ChangeLog 204 RMD160 7eab6efae7c08f2a49c6ad55da574b496e3e2249 SHA1 c98978048f8a736d9310c8631a28ff7b09bcf7a9 SHA256 da7e3d03445724228ca5c6ab936eb9d7892c8059f949f573827021e6ecd384bc
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>