ssuominen 14/07/27 16:25:30
Modified: metadata.xml lc-vrooby-0.6.65.ebuild
lc-vrooby-9999.ebuild lc-vrooby-0.6.60.ebuild
ChangeLog
Log:
Punt USE="udisks udisks2" and always select sys-fs/udisks:2 wrt #517956. Ack
from maksbotan.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4868F14D)
Revision Changes Path
1.2 app-leechcraft/lc-vrooby/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/metadata.xml?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/metadata.xml?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 8 Mar 2013 22:08:48 -0000 1.1
+++ metadata.xml 27 Jul 2014 16:25:30 -0000 1.2
@@ -2,8 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>leechcraft</herd>
- <use>
- <flag name="udisks">Use <pkg>sys-fs/udisks:0</pkg> for block
device access (e.g., automounting)</flag>
- <flag name="udisks2">Use <pkg>sys-fs/udisks:2</pkg> for block
device access (e.g., automounting)</flag>
- </use>
</pkgmetadata>
1.2 app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild?r1=1.1&r2=1.2
Index: lc-vrooby-0.6.65.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lc-vrooby-0.6.65.ebuild 10 Apr 2014 18:04:50 -0000 1.1
+++ lc-vrooby-0.6.65.ebuild 27 Jul 2014 16:25:30 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild,v 1.1
2014/04/10 18:04:50 maksbotan Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.65.ebuild,v 1.2
2014/07/27 16:25:30 ssuominen Exp $
EAPI="5"
@@ -9,31 +9,19 @@
DESCRIPTION="Vrooby, removable device manager for LeechCraft."
SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug udisks udisks2"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4"
RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
+ sys-fs/udisks:2"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
+ -DENABLE_VROOBY_UDISKS=OFF
+ -DENABLE_VROOBY_UDISKS2=ON
+ )
cmake-utils_src_configure
}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
1.3 app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild?r1=1.2&r2=1.3
Index: lc-vrooby-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lc-vrooby-9999.ebuild 12 Apr 2013 08:44:34 -0000 1.2
+++ lc-vrooby-9999.ebuild 27 Jul 2014 16:25:30 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.2
2013/04/12 08:44:34 pinkbyte Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.3
2014/07/27 16:25:30 ssuominen Exp $
EAPI="5"
@@ -10,30 +10,18 @@
SLOT="0"
KEYWORDS=""
-IUSE="debug udisks udisks2"
+IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4"
RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
+ sys-fs/udisks:2"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
+ -DENABLE_VROOBY_UDISKS=OFF
+ -DENABLE_VROOBY_UDISKS2=ON
+ )
cmake-utils_src_configure
}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
1.4 app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild?r1=1.3&r2=1.4
Index: lc-vrooby-0.6.60.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lc-vrooby-0.6.60.ebuild 3 Apr 2014 08:58:19 -0000 1.3
+++ lc-vrooby-0.6.60.ebuild 27 Jul 2014 16:25:30 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild,v 1.3
2014/04/03 08:58:19 zlogene Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.6.60.ebuild,v 1.4
2014/07/27 16:25:30 ssuominen Exp $
EAPI="5"
@@ -10,30 +10,18 @@
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug udisks udisks2"
+IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtdbus:4"
RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
+ sys-fs/udisks:2"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
+ -DENABLE_VROOBY_UDISKS=OFF
+ -DENABLE_VROOBY_UDISKS2=ON
+ )
cmake-utils_src_configure
}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
1.13 app-leechcraft/lc-vrooby/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 10 Apr 2014 18:04:50 -0000 1.12
+++ ChangeLog 27 Jul 2014 16:25:30 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-vrooby
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.12
2014/04/10 18:04:50 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.13
2014/07/27 16:25:30 ssuominen Exp $
+
+ 27 Jul 2014; Samuli Suominen <[email protected]> lc-vrooby-0.6.60.ebuild,
+ lc-vrooby-0.6.65.ebuild, lc-vrooby-9999.ebuild, metadata.xml:
+ Punt USE="udisks udisks2" and always select sys-fs/udisks:2 wrt #517956. Ack
+ from maksbotan.
*lc-vrooby-0.6.65 (10 Apr 2014)