# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SynCE - Utility for entering password for password-protected devices" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/dbus-python" RDEPEND="${DEPEND} ~app-pda/synce-odccm-0.10.0" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" src_compile() { einfo "nothing to compile" } src_install() { newsbin src/test.py synce-gnome-test.py }