public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-vrooby: lc-vrooby-0.5.96.ebuild ChangeLog
@ 2013-05-26 20:06 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2013-05-26 20:06 UTC (permalink / raw
  To: gentoo-commits

maksbotan    13/05/26 20:06:39

  Modified:             ChangeLog
  Added:                lc-vrooby-0.5.96.ebuild
  Log:
  Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.4                  app-leechcraft/lc-vrooby/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 May 2013 15:37:54 -0000	1.3
+++ ChangeLog	26 May 2013 20:06:39 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-vrooby
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.3 2013/05/02 15:37:54 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.4 2013/05/26 20:06:39 maksbotan Exp $
+
+*lc-vrooby-0.5.96 (26 May 2013)
+
+  26 May 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-vrooby-0.5.96.ebuild:
+  Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
 
 *lc-vrooby-0.5.95 (02 May 2013)
 



1.1                  app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild?rev=1.1&content-type=text/plain

Index: lc-vrooby-0.5.96.ebuild
===================================================================
# Copyright 1999-2013 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.5.96.ebuild,v 1.1 2013/05/26 20:06:39 maksbotan Exp $

EAPI="5"

inherit leechcraft

DESCRIPTION="Vrooby, removable device manager for LeechCraft."

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug udisks udisks2"

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 )"

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_enable udisks VROOBY_UDISKS)
		$(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
	)

	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-26 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 20:06 [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-vrooby: lc-vrooby-0.5.96.ebuild ChangeLog Maxim Koltsov (maksbotan)

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