johu        14/03/13 14:22:22

  Modified:             ChangeLog
  Added:                qtkeychain-0.3.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.2                  dev-libs/qtkeychain/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qtkeychain/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qtkeychain/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qtkeychain/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 May 2013 23:20:33 -0000      1.1
+++ ChangeLog   13 Mar 2014 14:22:22 -0000      1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-libs/qtkeychain
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v 1.1 
2013/05/29 23:20:33 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v 1.2 
2014/03/13 14:22:22 johu Exp $
+
+*qtkeychain-0.3.0 (13 Mar 2014)
+
+  13 Mar 2014; Johannes Huber <[email protected]> +qtkeychain-0.3.0.ebuild:
+  Version bump.
 
 *qtkeychain-0.1.0 (29 May 2013)
 
   29 May 2013; Johannes Huber <[email protected]> +qtkeychain-0.1.0.ebuild,
   +files/qtkeychain-0.1.0-qt5.patch, +metadata.xml:
   New package. Ebuild by me.
-



1.1                  dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild?rev=1.1&content-type=text/plain

Index: qtkeychain-0.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild,v 1.1 
2014/03/13 14:22:22 johu Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Qt API for storing passwords securely"
HOMEPAGE="https://github.com/frankosterfeld/qtkeychain";
SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt5"

DEPEND="
        qt5? (
                dev-qt/qtcore:5
                dev-qt/qtdbus:5
        )
        !qt5? (
                dev-qt/qtcore:4
                dev-qt/qtdbus:4
        )
"
RDEPEND="${DEPEND}"

DOCS=( ChangeLog ReadMe.txt )

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_build !qt5 WITH_QT4)
        )

        cmake-utils_src_configure
}




Reply via email to