public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: ChangeLog udisks-glue-1.3.1.ebuild
@ 2011-07-17  7:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-17  7:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/17 07:15:47

  Modified:             ChangeLog
  Added:                udisks-glue-1.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-fs/udisks-glue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 May 2011 14:41:08 -0000	1.5
+++ ChangeLog	17 Jul 2011 07:15:47 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/udisks-glue
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.5 2011/05/20 14:41:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.6 2011/07/17 07:15:47 ssuominen Exp $
+
+*udisks-glue-1.3.1 (17 Jul 2011)
+
+  17 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +udisks-glue-1.3.1.ebuild:
+  Version bump.
 
 *udisks-glue-1.3.0 (20 May 2011)
 



1.1                  sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: udisks-glue-1.3.1.ebuild
===================================================================
# 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.3.1.ebuild,v 1.1 2011/07/17 07:15:47 ssuominen Exp $

EAPI=4
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-${PV} -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

COMMON_DEPEND=">=dev-libs/dbus-glib-0.92
	dev-libs/glib:2
	dev-libs/confuse"
RDEPEND="${COMMON_DEPEND}
	sys-fs/udisks"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

DOCS=( ChangeLog README )

src_unpack() {
	unpack ${A}
	mv *-${PN}-* "${S}"
}

src_prepare() {
	eautoreconf
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: ChangeLog udisks-glue-1.3.1.ebuild
@ 2011-10-11  1:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-11  1:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/11 01:04:11

  Modified:             ChangeLog udisks-glue-1.3.1.ebuild
  Log:
  amd64/x86 stable
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-fs/udisks-glue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Oct 2011 01:02:45 -0000	1.7
+++ ChangeLog	11 Oct 2011 01:04:10 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/udisks-glue
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.7 2011/10/11 01:02:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.8 2011/10/11 01:04:10 ssuominen Exp $
+
+  11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> udisks-glue-1.3.1.ebuild:
+  amd64/x86 stable
 
 *udisks-glue-1.3.2 (11 Oct 2011)
 



1.2                  sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild?r1=1.1&r2=1.2

Index: udisks-glue-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udisks-glue-1.3.1.ebuild	17 Jul 2011 07:15:47 -0000	1.1
+++ udisks-glue-1.3.1.ebuild	11 Oct 2011 01:04:10 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.3.1.ebuild,v 1.1 2011/07/17 07:15:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.3.1.ebuild,v 1.2 2011/10/11 01:04:10 ssuominen Exp $
 
 EAPI=4
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.92






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: ChangeLog udisks-glue-1.3.1.ebuild
@ 2011-10-23 20:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-23 20:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/23 20:25:12

  Modified:             ChangeLog
  Removed:              udisks-glue-1.3.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-fs/udisks-glue/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Oct 2011 20:24:36 -0000	1.9
+++ ChangeLog	23 Oct 2011 20:25:11 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/udisks-glue
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.9 2011/10/23 20:24:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/ChangeLog,v 1.10 2011/10/23 20:25:11 ssuominen Exp $
+
+  23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  -udisks-glue-1.3.1.ebuild:
+  old
 
   23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> udisks-glue-1.3.2.ebuild:
   amd64/x86 stable






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-23 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17  7:15 [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: ChangeLog udisks-glue-1.3.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-11  1:04 Samuli Suominen (ssuominen)
2011-10-23 20:25 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox