kensington    15/02/21 08:03:41

  Modified:             ChangeLog
  Added:                kdeconnect-0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.14                 kde-misc/kdeconnect/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Feb 2015 14:44:04 -0000       1.13
+++ ChangeLog   21 Feb 2015 08:03:41 -0000      1.14
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/kdeconnect
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.13 
2015/02/02 14:44:04 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/ChangeLog,v 1.14 
2015/02/21 08:03:41 kensington Exp $
+
+*kdeconnect-0.8 (21 Feb 2015)
+
+  21 Feb 2015; Michael Palimaka <[email protected]> +kdeconnect-0.8.ebuild:
+  Version bump.
 
   02 Feb 2015; Michael Palimaka <[email protected]> 
kdeconnect-0.7.3.ebuild:
   Drop net-dns/avahi dependency which is no longer needed wrt bug #538166.



1.1                  kde-misc/kdeconnect/kdeconnect-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.8.ebuild?rev=1.1&content-type=text/plain

Index: kdeconnect-0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdeconnect/kdeconnect-0.8.ebuild,v 
1.1 2015/02/21 08:03:41 kensington Exp $

EAPI=5

MY_PN="${PN}-kde"
DECLARATIVE_REQUIRED="always"
KDE_LINGUAS="ar bg bs ca cs da de es fi fr gl hu it ja ko lt nl pl pt pt_BR ro 
ru sk sv tr uk"
inherit kde4-base

if [[ ${KDE_BUILD_TYPE} != live ]]; then
        MY_P="${MY_PN}-${PV}"
        SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
        KEYWORDS="~amd64 ~x86"
else
        EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
        KEYWORDS=""
fi

DESCRIPTION="Adds communication between KDE and your smartphone"
HOMEPAGE="http://www.kde.org/";

LICENSE="GPL-2+"
SLOT="4"
IUSE="debug"

COMMON_DEPEND="
        app-crypt/qca:2[qt4(+)]
        dev-libs/qjson
        x11-libs/libfakekey
        x11-libs/libX11
        x11-libs/libXtst
"
RDEPEND="${COMMON_DEPEND}
        $(add_kdebase_dep plasma-workspace)
        || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] )
"
DEPEND="${COMMON_DEPEND}
        sys-devel/gettext
"

[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}

pkg_postinst(){
        elog
        elog "Optional dependency:"
        elog "sys-fs/sshfs-fuse (for 'remote filesystem browser' plugin)"
        elog
        elog "The Android .apk file is available via"
        elog 
"https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp";
        elog
}




Reply via email to