Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: udisks-glue-1.2.0.ebuild ChangeLog
Date: Mon, 03 Jan 2011 13:37:55
Message-Id: 20110103133745.A4A4B20057@flycatcher.gentoo.org
1 ssuominen 11/01/03 13:37:45
2
3 Modified: ChangeLog
4 Added: udisks-glue-1.2.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-fs/udisks-glue/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 1 Oct 2010 18:01:05 -0000 1.1
24 +++ ChangeLog 3 Jan 2011 13:37:45 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/udisks-glue
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.1 2010/10/01 18:01:05 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.2 2011/01/03 13:37:45 ssuominen Exp $
31 +
32 +*udisks-glue-1.2.0 (03 Jan 2011)
33 +
34 + 03 Jan 2011; Samuli Suominen <ssuominen@g.o>
35 + +udisks-glue-1.2.0.ebuild:
36 + Version bump.
37
38 *udisks-glue-1.0.0 (01 Oct 2010)
39
40
41
42
43 1.1 sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: udisks-glue-1.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.1 2011/01/03 13:37:45 ssuominen Exp $
53
54 EAPI=2
55 inherit autotools
56
57 DESCRIPTION="A tool to associate udisks events to user-defined actions"
58 HOMEPAGE="http://github.com/fernandotcl/udisks-glue"
59 SRC_URI="https://github.com/fernandotcl/udisks-glue/tarball/release-1.2.0 -> ${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 COMMON_DEPEND="dev-libs/dbus-glib
67 dev-libs/glib:2
68 dev-libs/confuse"
69 RDEPEND="${COMMON_DEPEND}
70 sys-fs/udisks"
71 DEPEND="${COMMON_DEPEND}
72 dev-util/pkgconfig"
73
74 src_unpack() {
75 unpack ${A}
76 cd *-${PN}-*
77 S=`pwd`
78 }
79
80 src_prepare() {
81 eautoreconf
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die
86 dodoc ChangeLog README
87 }