maksbotan    14/04/10 18:01:20

  Modified:             ChangeLog
  Added:                lc-poshuku-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.12                 app-leechcraft/lc-poshuku/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Apr 2014 08:49:24 -0000       1.11
+++ ChangeLog   10 Apr 2014 18:01:20 -0000      1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-leechcraft/lc-poshuku
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v 1.11 
2014/04/03 08:49:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-poshuku/ChangeLog,v 1.12 
2014/04/10 18:01:20 maksbotan Exp $
+
+*lc-poshuku-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov <maksbo...@gentoo.org> +lc-poshuku-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada <zlog...@gentoo.org> lc-poshuku-0.6.60.ebuild:
   x86 stable wrt bug #500914



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

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

Index: lc-poshuku-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-poshuku/lc-poshuku-0.6.65.ebuild,v 
1.1 2014/04/10 18:01:20 maksbotan Exp $

EAPI="4"

inherit confutils leechcraft

DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft."

SLOT="0"
KEYWORDS=" ~amd64 ~x86"
IUSE="debug +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks
                +pcre postgres +sqlite wyfv"

DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
                dev-qt/qtwebkit:4
                idn? ( net-dns/libidn )
                onlinebookmarks? ( >=dev-libs/qjson-0.7.1-r1 )
                pcre? ( >=dev-libs/libpcre-8.12 )
"
RDEPEND="${DEPEND}
                virtual/leechcraft-downloader-http"

REQUIRED_USE="pcre? ( cleanweb )"

pkg_setup() {
        confutils_require_any postgres sqlite
}

src_configure() {
        local mycmakeargs="
                $(cmake-utils_use_enable cleanweb POSHUKU_CLEANWEB)
                $(cmake-utils_use_enable fatape POSHUKU_FATAPE)
                $(cmake-utils_use_enable filescheme POSHUKU_FILESCHEME)
                $(cmake-utils_use_enable fua POSHUKU_FUA)
                $(cmake-utils_use_enable idn IDN)
                $(cmake-utils_use_enable keywords POSHUKU_KEYWORDS)
                $(cmake-utils_use_enable onlinebookmarks 
POSHUKU_ONLINEBOOKMARKS)
                $(cmake-utils_use_enable pcre POSHUKU_CLEANWEB_PCRE)
                $(cmake-utils_use_enable wyfv POSHUKU_WYFV)
                "

        cmake-utils_src_configure
}




Reply via email to