You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/udiskie/udiskie-0.4.1.ebuild

28 lines
743 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/udiskie-0.4.1.ebuild,v 1.5 2013/08/04 19:44:13 maekke Exp $
EAPI=4
PYTHON_DEPEND="2:2.7"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="2.[456] 3.*"
inherit distutils
DESCRIPTION="An automatic disk mounting service using udisks"
HOMEPAGE="http://bitbucket.org/byronclark/udiskie"
SRC_URI="mirror://bitbucket/byronclark/${PN}/downloads/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE=""
RDEPEND=">=dev-python/dbus-python-1.1.1
>=dev-python/notify-python-0.1.1-r2
>=dev-python/pygobject-2.28.6-r50:2
>=dev-python/pyxdg-0.23
>=sys-fs/udisks-1.0.4-r2:0"
DEPEND=""