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

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2171 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-05-09 07:15:46 +00:00
parent 32be93465c
commit ed0e25b59f
4 changed files with 70 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
DIST libopensync-plugin-opie-0.38.tar.bz2 61607 RMD160 b2e9f1ee0ea2c0cbda31a5d46819c1668d764e91 SHA1 a31c05499305786d65bebeb35259beedf50eb535 SHA256 b80046101b2917f0f4af4d89d5c94cad5259c1ad256640fbd1295550cfdbaac7
EBUILD libopensync-plugin-opie-0.38.ebuild 659 RMD160 d6be145030e3de2c832e8780a45275678e2927e6 SHA1 66425d06482775f46ae789ce46b95aff620adf68 SHA256 d0f2faf791a137a893418b8249d0606dbec7a3b8398d44b6b3e3a91ce8ee1c43
MISC ChangeLog 257 RMD160 165c6123cc7adb9773e17788df9ed39e95e2f70a SHA1 7a95a86215fe3920e6033bcdd5da86b25ca8ce5f SHA256 deb09af46bd199bdbb31281298f7cd9cde45bb989b0787e23cb8a8e9bb944b92
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,24 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.39.ebuild,v 1.2 2009/11/16 01:45:09 mr_bones_ Exp $
EAPI="2"
inherit cmake-utils
DESCRIPTION="OpenSync opie Plugin"
HOMEPAGE="http://www.opensync.org"
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND=">=app-pda/libopensync-${PV}
dev-libs/glib:2"
DEPEND="${RDEPEND}
test? ( dev-libs/check )"
# 0% tests passed, 4 tests failed out of 4
RESTRICT="test"

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>