summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2008-11-13 06:37:54 +0000
committerFederico Ferri <mescalinum@gentoo.org>2008-11-13 06:37:54 +0000
commite651f08283521a21ca9861ba58eb0f37497aad23 (patch)
tree1d5d2325c368769938755240beb9525aac9e7f4b /app-pda
parentgetting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and ... (diff)
downloadgentoo-2-e651f08283521a21ca9861ba58eb0f37497aad23.tar.gz
gentoo-2-e651f08283521a21ca9861ba58eb0f37497aad23.tar.bz2
gentoo-2-e651f08283521a21ca9861ba58eb0f37497aad23.zip
getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and tested.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-pywbxml/ChangeLog11
-rw-r--r--app-pda/synce-pywbxml/Manifest4
-rw-r--r--app-pda/synce-pywbxml/metadata.xml8
-rw-r--r--app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild21
4 files changed, 44 insertions, 0 deletions
diff --git a/app-pda/synce-pywbxml/ChangeLog b/app-pda/synce-pywbxml/ChangeLog
new file mode 100644
index 000000000000..40973089c7c6
--- /dev/null
+++ b/app-pda/synce-pywbxml/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-pda/synce-pywbxml
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-pywbxml/ChangeLog,v 1.1 2008/11/13 06:37:54 mescalinum Exp $
+
+*synce-pywbxml-0.1 (13 Nov 2008)
+
+ 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml,
+ +synce-pywbxml-0.1.ebuild:
+ getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed
+ and tested.
+
diff --git a/app-pda/synce-pywbxml/Manifest b/app-pda/synce-pywbxml/Manifest
new file mode 100644
index 000000000000..2c222afa59f3
--- /dev/null
+++ b/app-pda/synce-pywbxml/Manifest
@@ -0,0 +1,4 @@
+DIST pywbxml-0.1.tar.gz 315507 RMD160 7cfa5bf6162b53b6f6e9708f1da41aa0244e6b6f SHA1 db6fabcec33ebede343534f11536c7563c068664 SHA256 8cc3e6131780ac0720f3765cd6e30c4757945508a988491c60e4abf4c6a17fcc
+EBUILD synce-pywbxml-0.1.ebuild 466 RMD160 7c91406cc5809a89be2b294f2ab7e0710cf42369 SHA1 6e17846a096f6112d7ed88985f2c83b8f3535981 SHA256 64e045d0eace64d05d49c2b459a1a28e2d69d723e48bcbdcf422f10b4b516c2a
+MISC ChangeLog 344 RMD160 f8bb7e6dc175f1980d8744516489eeb80c0bf574 SHA1 5cf358ad9625e649efdd69d463ccbb0e7b1fdc9c SHA256 e075adc804dcb8d290484c3010a190bc53c2f04dca2f5d79ac0024418f99fba3
+MISC metadata.xml 222 RMD160 533450548dedc31e6e2e96a6320630e7f3be0f2f SHA1 e8b121b38dd0d3bf5469b8819a5e5639f8412560 SHA256 3ddbc0764bc76d7437035e6c1af468eb220a4a0b6bf67a3264d88945a0c98531
diff --git a/app-pda/synce-pywbxml/metadata.xml b/app-pda/synce-pywbxml/metadata.xml
new file mode 100644
index 000000000000..75fe85330f23
--- /dev/null
+++ b/app-pda/synce-pywbxml/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>pda</herd>
+<longdescription>
+Python bindings for libwbxml
+</longdescription>
+</pkgmetadata>
diff --git a/app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild b/app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild
new file mode 100644
index 000000000000..a9929e91a562
--- /dev/null
+++ b/app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild,v 1.1 2008/11/13 06:37:54 mescalinum Exp $
+
+inherit eutils
+
+DESCRIPTION="SynCE - Python bindings for libwbxml"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-lang/python
+ dev-python/pyrex
+ =dev-libs/libwbxml-0.9.2_p48"
+
+MY_P="pywbxml-${PV}"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"