public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: udisks-glue-1.2.0.ebuild
@ 2011-01-03 18:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-03 18:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/03 18:24:50

  Modified:             udisks-glue-1.2.0.ebuild
  Log:
  tweak
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild

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

Index: udisks-glue-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udisks-glue-1.2.0.ebuild	3 Jan 2011 13:37:45 -0000	1.1
+++ udisks-glue-1.2.0.ebuild	3 Jan 2011 18:24:50 -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.2.0.ebuild,v 1.1 2011/01/03 13:37:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.2 2011/01/03 18:24:50 ssuominen Exp $
 
 EAPI=2
 inherit autotools
@@ -24,8 +24,7 @@
 
 src_unpack() {
 	unpack ${A}
-	cd *-${PN}-*
-	S=`pwd`
+	mv *-${PN}-* "${S}"
 }
 
 src_prepare() {






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: udisks-glue-1.2.0.ebuild
@ 2011-02-12 10:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-12 10:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/12 10:43:32

  Modified:             udisks-glue-1.2.0.ebuild
  Log:
  force at least 0.88 of dbus-glib
  
  (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild

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

Index: udisks-glue-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- udisks-glue-1.2.0.ebuild	3 Jan 2011 18:24:50 -0000	1.2
+++ udisks-glue-1.2.0.ebuild	12 Feb 2011 10:43:32 -0000	1.3
@@ -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.2.0.ebuild,v 1.2 2011/01/03 18:24:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.3 2011/02/12 10:43:32 ssuominen Exp $
 
 EAPI=2
 inherit autotools
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-COMMON_DEPEND="dev-libs/dbus-glib
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
 	dev-libs/glib:2
 	dev-libs/confuse"
 RDEPEND="${COMMON_DEPEND}






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

end of thread, other threads:[~2011-02-12 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 18:24 [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: udisks-glue-1.2.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-12 10:43 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