summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild')
-rw-r--r--sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild b/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild
deleted file mode 100644
index 414d2f98ed10..000000000000
--- a/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 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.2.0.ebuild,v 1.5 2011/02/14 18:24:16 phajdan.jr Exp $
-
-EAPI=2
-inherit autotools
-
-DESCRIPTION="A tool to associate udisks events to user-defined actions"
-HOMEPAGE="http://github.com/fernandotcl/udisks-glue"
-SRC_URI="https://github.com/fernandotcl/udisks-glue/tarball/release-1.2.0 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
- dev-libs/glib:2
- dev-libs/confuse"
-RDEPEND="${COMMON_DEPEND}
- sys-fs/udisks"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README
-}