app-pda/libopensync-plugin-xmlformat: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2167 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-05-09 07:03:38 +00:00
parent c62b8b0790
commit f1521a1137
4 changed files with 47 additions and 1 deletions

View File

@ -0,0 +1,8 @@
# ChangeLog for app-pda/libopensync-plugin-xmlformat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
09 May 2010; Mario Fetka <mario.fetka@gmail.com>
libopensync-plugin-xmlformat-0.39.ebuild, +metadata.xml:
initial checkin

View File

@ -0,0 +1,4 @@
DIST libopensync-plugin-xmlformat-0.39.tar.bz2 65138 RMD160 f4e22aa558459a95a0f57c17376a8ae02ba04b17 SHA1 c5827468469f0d5d782256300ec4a4b968615456 SHA256 afbf9e68c5b74a85e427552462231798259f4ed0522e59b50f1365561a6655a3
EBUILD libopensync-plugin-xmlformat-0.39.ebuild 664 RMD160 de7047eb203f5ccd41b83b49289f48e83e60f146 SHA1 b9071e005fc6c98a2887e801ac6c5e0d361d3dd5 SHA256 838dfbb4c6c176e802c4920d0709414bd31410eb4258dc682d0f92d3323764f7
MISC ChangeLog 266 RMD160 c9659731e13c484a383d3fa33db970614012f5ea SHA1 d0ad943c135dd74c7ad4b542b920765185a6434c SHA256 78c425db427ed669b6232066266dd9fd0732736d2475d7cc376eb3350de623af
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -6,7 +6,7 @@ EAPI="2"
inherit cmake-utils
DESCRIPTION="OpenSync VFormat Plugin"
DESCRIPTION="OpenSync xmlFormat Plugin"
HOMEPAGE="http://www.opensync.org"
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"

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>