app-pda/libopensync-plugin-tomboy-sync: initial checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2174 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
4dcfb10095
commit
2ae234ccfe
8
app-pda/libopensync-plugin-tomboy-sync/ChangeLog
Normal file
8
app-pda/libopensync-plugin-tomboy-sync/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
||||
# ChangeLog for app-pda/libopensync-plugin-tomboy-sync
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
09 May 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
+libopensync-plugin-tomboy-sync-0.38.ebuild, +metadata.xml:
|
||||
initial checkin
|
||||
|
4
app-pda/libopensync-plugin-tomboy-sync/Manifest
Normal file
4
app-pda/libopensync-plugin-tomboy-sync/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST libopensync-plugin-tomboy-sync-0.38.tar.bz2 29519 RMD160 8e360788d3dbd348aa36f78bca484b51f2add031 SHA1 7d9cdeab15ca1a5ac042d85a51c6cf7b7156f550 SHA256 226b97635d7fb25a1877d866b24b9559742608d2f43a57d5f2edc1ee0394620c
|
||||
EBUILD libopensync-plugin-tomboy-sync-0.38.ebuild 666 RMD160 ea96628bd160ee0787681225f128368a54c00bf9 SHA1 8d3958c3b65d66c2ef0f4d0248a7985e099ee214 SHA256 38ea3f138c6d9b25b7b00fce60b4aaa75e904c7132481ddc0752ddc4b41e816e
|
||||
MISC ChangeLog 271 RMD160 72ebe0aebb037d9e41d31c41d75da98f7a716528 SHA1 47171259619e9c6aa70458c1b5771164df9af081 SHA256 61bb82e63309fc159de654f28babfb5b21c3d3f483fbda50491bd2b06cfe3f1a
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
@ -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 TomBoy Sync 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"
|
34
app-pda/libopensync-plugin-tomboy-sync/metadata.xml
Normal file
34
app-pda/libopensync-plugin-tomboy-sync/metadata.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user