maksbotan    14/04/10 17:51:10

  Modified:             ChangeLog
  Added:                lc-blasq-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.6                  app-leechcraft/lc-blasq/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Apr 2014 08:07:59 -0000       1.5
+++ ChangeLog   10 Apr 2014 17:51:09 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-blasq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/ChangeLog,v 1.5 
2014/04/03 08:07:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/ChangeLog,v 1.6 
2014/04/10 17:51:09 maksbotan Exp $
+
+*lc-blasq-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov <[email protected]> +lc-blasq-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada <[email protected]> lc-blasq-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1                  app-leechcraft/lc-blasq/lc-blasq-0.6.65.ebuild

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

Index: lc-blasq-0.6.65.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-blasq/lc-blasq-0.6.65.ebuild,v 1.1 
2014/04/10 17:51:09 maksbotan Exp $

EAPI="5"

inherit leechcraft

DESCRIPTION="Cloud image storage services client (like Flickr or Picasa)"

SLOT="0"
KEYWORDS=" ~amd64 ~x86"
IUSE="debug +deathnote +rappor +spegnersi +vangog"

DEPEND="~app-leechcraft/lc-core-${PV}
                deathnote? ( dev-qt/qtxmlpatterns:4 )
                spegnersi? ( dev-libs/kqoauth )
                vangog? ( dev-libs/qjson )
                "
RDEPEND="${DEPEND}"

src_configure(){
        local mycmakeargs=(
                $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE)
                $(cmake-utils_use_enable rappor BLASQ_RAPPOR)
                $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI)
                $(cmake-utils_use_enable vangog BLASQ_VANGOG)
        )

        cmake-utils_src_configure
}




Reply via email to