diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 06:37:54 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 06:37:54 +0000 |
commit | 4c1117c5fce01d897d6362d8a03acdb762b06737 (patch) | |
tree | 831bc1104a3881fec9096f503ae8e9844e3e063d /app-pda | |
parent | getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and ... (diff) | |
download | historical-4c1117c5fce01d897d6362d8a03acdb762b06737.tar.gz historical-4c1117c5fce01d897d6362d8a03acdb762b06737.tar.bz2 historical-4c1117c5fce01d897d6362d8a03acdb762b06737.zip |
getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and tested.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-pywbxml/ChangeLog | 11 | ||||
-rw-r--r-- | app-pda/synce-pywbxml/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce-pywbxml/metadata.xml | 8 | ||||
-rw-r--r-- | app-pda/synce-pywbxml/synce-pywbxml-0.1.ebuild | 21 |
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..36b1acc89737 --- /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 578 RMD160 d28be75b226fad958b6dd23c67cbe7933d673af1 SHA1 0aed6e6a5284aa815ca9bc0f89836b7d3051082f SHA256 cda69a07ade20933ade61cce7667577003558119b76a50da5ebbae62d732a4ac +MISC ChangeLog 441 RMD160 9a034cdaa9cab7caae555c50729701d019125046 SHA1 a161eea6750f1011089e93a6f6fb014bf4b978ac SHA256 8f9854c5b9b2da5f77a9f14fa3cfaf05f96d02c3ab9bfaee22a239790a833291 +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}" |