* [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: ChangeLog synce-sync-engine-0.15.1-r1.ebuild
@ 2011-02-25 17:49 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-02-25 17:49 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/02/25 17:49:40
Modified: ChangeLog
Added: synce-sync-engine-0.15.1-r1.ebuild
Log:
Install libopensync plug-in to /usr/share/doc/${PF}/synce-opensync-plugin for now.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.10 app-pda/synce-sync-engine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 25 Feb 2011 16:09:15 -0000 1.9
+++ ChangeLog 25 Feb 2011 17:49:40 -0000 1.10
@@ -1,6 +1,13 @@
# ChangeLog for app-pda/synce-sync-engine
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.9 2011/02/25 16:09:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.10 2011/02/25 17:49:40 ssuominen Exp $
+
+*synce-sync-engine-0.15.1-r1 (25 Feb 2011)
+
+ 25 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +synce-sync-engine-0.15.1-r1.ebuild:
+ Install libopensync plug-in to /usr/share/doc/${PF}/synce-opensync-plugin for
+ now.
*synce-sync-engine-0.15.1 (25 Feb 2011)
1.1 app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: synce-sync-engine-0.15.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r1.ebuild,v 1.1 2011/02/25 17:49:40 ssuominen Exp $
EAPI=3
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="A synchronization engine for SynCE"
HOMEPAGE="http://www.synce.org/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/librapi2[python]
dev-libs/libxml2[python]
dev-libs/libxslt[python]
dev-python/dbus-python
dev-python/pygobject"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="SyncEngine"
src_prepare() {
sed -i -e 's:share/doc/sync-engine:foobar:' setup.py || die
distutils_src_prepare
}
src_install() {
insinto /usr/share/dbus-1/services
doins config/org.synce.SyncEngine.service || die
insinto /etc
doins config/syncengine.conf.xml || die
distutils_src_install
# opensync plug-in begin
find "${D}" -type d -name plugins -exec rm -rf {} +
docinto synce-opensync-plugin
dodoc plugins/synce-opensync-plugin-* || die
# end
rm -rf "${D}"/usr/foobar
}
pkg_postinst() {
distutils_pkg_postinst
einfo "See /usr/share/doc/${PF}/synce-opensync-plugin for opensync plug-in."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-25 17:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 17:49 [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: ChangeLog synce-sync-engine-0.15.1-r1.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox