summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-10-20 08:47:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-10-20 08:47:03 +0000
commit4d0b16d165b747c54e22a96cfbc76183609ff1a4 (patch)
tree65e962224c5a55b387c7d843d0a01b912adc9f05 /sys-fs
parentCorrect the keyword declaration (diff)
downloadgentoo-2-4d0b16d165b747c54e22a96cfbc76183609ff1a4.tar.gz
gentoo-2-4d0b16d165b747c54e22a96cfbc76183609ff1a4.tar.bz2
gentoo-2-4d0b16d165b747c54e22a96cfbc76183609ff1a4.zip
Version bump wrt #488634 by Michael Cook
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udisks-glue/ChangeLog7
-rw-r--r--sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/sys-fs/udisks-glue/ChangeLog b/sys-fs/udisks-glue/ChangeLog
index 72c0459af87b..cf56c5295915 100644
--- a/sys-fs/udisks-glue/ChangeLog
+++ b/sys-fs/udisks-glue/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udisks-glue
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.17 2013/10/20 08:36:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.18 2013/10/20 08:47:03 ssuominen Exp $
+
+*udisks-glue-1.3.5 (20 Oct 2013)
+
+ 20 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> +udisks-glue-1.3.5.ebuild:
+ Version bump wrt #488634 by Michael Cook
20 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> -udisks-glue-1.3.2.ebuild,
-udisks-glue-1.3.3.ebuild:
diff --git a/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild b/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild
new file mode 100644
index 000000000000..c68815a86ce8
--- /dev/null
+++ b/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.5.ebuild,v 1.1 2013/10/20 08:47:03 ssuominen Exp $
+
+EAPI=5
+inherit autotools
+
+DESCRIPTION="A tool to associate udisks events to user-defined actions"
+HOMEPAGE="http://github.com/fernandotcl/udisks-glue"
+SRC_URI="http://github.com/fernandotcl/udisks-glue/tarball/release-${PV} -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100.2
+ >=dev-libs/glib-2
+ dev-libs/confuse"
+RDEPEND="${COMMON_DEPEND}
+ >=sys-fs/udisks-1.0.4-r5:0"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig"
+
+DOCS=( ChangeLog README )
+
+src_unpack() {
+ unpack ${A}
+ mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+ eautoreconf
+}