diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 00:13:30 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 00:13:30 +0000 |
commit | d60516314198bac2a8d7e7961b1e5daadcf18de2 (patch) | |
tree | a464c24ff4c9ea3da62fd07e529efa52e9f99d94 /app-pda/synce-librtfcomp | |
parent | getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and ... (diff) | |
download | gentoo-2-d60516314198bac2a8d7e7961b1e5daadcf18de2.tar.gz gentoo-2-d60516314198bac2a8d7e7961b1e5daadcf18de2.tar.bz2 gentoo-2-d60516314198bac2a8d7e7961b1e5daadcf18de2.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/synce-librtfcomp')
-rw-r--r-- | app-pda/synce-librtfcomp/ChangeLog | 11 | ||||
-rw-r--r-- | app-pda/synce-librtfcomp/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce-librtfcomp/metadata.xml | 8 | ||||
-rw-r--r-- | app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild | 23 |
4 files changed, 46 insertions, 0 deletions
diff --git a/app-pda/synce-librtfcomp/ChangeLog b/app-pda/synce-librtfcomp/ChangeLog new file mode 100644 index 000000000000..1cf9a9e8bf94 --- /dev/null +++ b/app-pda/synce-librtfcomp/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/synce-librtfcomp +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/ChangeLog,v 1.1 2008/11/13 00:13:30 mescalinum Exp $ + +*synce-librtfcomp-1.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-librtfcomp-1.1.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-librtfcomp/Manifest b/app-pda/synce-librtfcomp/Manifest new file mode 100644 index 000000000000..a8c29e6e0752 --- /dev/null +++ b/app-pda/synce-librtfcomp/Manifest @@ -0,0 +1,4 @@ +DIST librtfcomp-1.1.tar.gz 334800 RMD160 c75c533e7c501834bc9904e9e8d5bd68b28073b0 SHA1 b21aafb83f8cd718300a06a734d2a5447d8c6596 SHA256 a4bb19cd7a8713d48cbf20161bbe79ff4e79777491d57cb8a48fdb88567ef7a3 +EBUILD synce-librtfcomp-1.1.ebuild 502 RMD160 57815af75b19537bc56f490a373a7800feade564 SHA1 93d172c034ed29aaab5d3e1362d760dd1f2dbc22 SHA256 d4ab384d28d97f96cbb346ce888f25674aba4b22f4e7d16da29ca10b155fe964 +MISC ChangeLog 353 RMD160 67dcb2686dd7552e8518f7773f60e695b2399b3f SHA1 73f4bcc4260cfe6638cfa1d8ee83091f1d92042e SHA256 e6e46236d4fc9f9d7eca7da7982220c3fcbb9bf2cb4e8f5760828606d3d86d21 +MISC metadata.xml 223 RMD160 18991c9a61e9302613cf4adf1b00e999533af9ec SHA1 8f4d1d7485dfdd1ed66635a30022b12312e32757 SHA256 9d510c5a7237730d1ea934da78402470ca7b2b9fc8ccaaf8681491c2b7fb3350 diff --git a/app-pda/synce-librtfcomp/metadata.xml b/app-pda/synce-librtfcomp/metadata.xml new file mode 100644 index 000000000000..e2ab4f3b1c5e --- /dev/null +++ b/app-pda/synce-librtfcomp/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> +Compressed (LZ)RTF extensions +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild b/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild new file mode 100644 index 000000000000..555945b44f94 --- /dev/null +++ b/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild,v 1.1 2008/11/13 00:13:30 mescalinum Exp $ + +DESCRIPTION="SynCE - Compressed RTF extensions" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex" + +MY_P="librtfcomp-${PV}" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" + +S="${WORKDIR}/${MY_P}" + +src_install() { + einstall || die + mv "${D}"/usr/bin/test "${D}"/usr/bin/testrtf +} |