summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-10 17:46:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-10 17:46:28 +0000
commitd4aea706f2196316376539d67eeee04e8beb2f39 (patch)
tree04bb713eaf4ec24e7f5735e951d495ba5f27e2c6 /sys-fs
parentKeyworded on alpha, bug #330337 (diff)
downloadgentoo-2-d4aea706f2196316376539d67eeee04e8beb2f39.tar.gz
gentoo-2-d4aea706f2196316376539d67eeee04e8beb2f39.tar.bz2
gentoo-2-d4aea706f2196316376539d67eeee04e8beb2f39.zip
Version bump wrt #340373 by Roman Sergeev.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udiskie/ChangeLog7
-rw-r--r--sys-fs/udiskie/udiskie-0.3.3.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-fs/udiskie/ChangeLog b/sys-fs/udiskie/ChangeLog
index 10683d6034ea..5ba8702f8175 100644
--- a/sys-fs/udiskie/ChangeLog
+++ b/sys-fs/udiskie/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udiskie
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/ChangeLog,v 1.2 2010/09/30 23:37:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/ChangeLog,v 1.3 2010/10/10 17:46:28 ssuominen Exp $
+
+*udiskie-0.3.3 (10 Oct 2010)
+
+ 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> +udiskie-0.3.3.ebuild:
+ Version bump wrt #340373 by Roman Sergeev.
30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> udiskie-0.3.0.ebuild:
amd64/x86 stable
diff --git a/sys-fs/udiskie/udiskie-0.3.3.ebuild b/sys-fs/udiskie/udiskie-0.3.3.ebuild
new file mode 100644
index 000000000000..3118f82b8deb
--- /dev/null
+++ b/sys-fs/udiskie/udiskie-0.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/udiskie-0.3.3.ebuild,v 1.1 2010/10/10 17:46:28 ssuominen Exp $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="An automatic disk mounting service using udisks"
+HOMEPAGE="http://bitbucket.org/byronclark/udiskie"
+SRC_URI="http://bitbucket.org/byronclark/${PN}/downloads/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/udisks"
+DEPEND=""