mrueg       14/11/05 15:25:39

  Modified:             ChangeLog
  Added:                plasma-nm-0.9.3.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.16                 kde-misc/plasma-nm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   27 Oct 2014 16:48:06 -0000      1.15
+++ ChangeLog   5 Nov 2014 15:25:39 -0000       1.16
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/plasma-nm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.15 
2014/10/27 16:48:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.16 
2014/11/05 15:25:39 mrueg Exp $
+
+*plasma-nm-0.9.3.5 (05 Nov 2014)
+
+  05 Nov 2014; Manuel Rüger <[email protected]> +plasma-nm-0.9.3.5.ebuild:
+  Version bump.
 
   27 Oct 2014; Manuel Rüger <[email protected]>
   -files/plasma-nm-0.9.3.3-openconnect-build.patch, -plasma-nm-0.9.3.3.ebuild:



1.1                  kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild

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

Index: plasma-nm-0.9.3.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild,v 1.1 
2014/11/05 15:25:39 mrueg Exp $

EAPI=5

KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
hr hu is it ja km ko lt lv mai mr ms nb nds nl nn pa pl pt pt_BR ro ru sk 
sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
DECLARATIVE_REQUIRED="always"
inherit kde4-base

if [[ ${KDE_BUILD_TYPE} != live ]]; then
        KEYWORDS="~amd64 ~x86"
        SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
else
        KEYWORDS=""
fi

DESCRIPTION="KDE Plasma applet for NetworkManager"
HOMEPAGE="https://projects.kde.org/projects/playground/network/plasma-nm";

LICENSE="GPL-2 LGPL-2.1"
SLOT="4"
IUSE="debug modemmanager openconnect"

DEPEND="
        >=net-libs/libnm-qt-0.9.8.2[modemmanager?]
        net-misc/mobile-broadband-provider-info
        >=net-misc/networkmanager-0.9.8.0
        modemmanager? ( >=net-libs/libmm-qt-1.0.0 )
        openconnect? (
                net-misc/networkmanager-openconnect
                net-misc/openconnect
        )
"
RDEPEND="${DEPEND}
        !kde-misc/networkmanagement
"

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use !modemmanager DISABLE_MODEMMANAGER_SUPPORT)
                $(cmake-utils_use_find_package openconnect OpenConnect)
        )

        kde4-base_src_configure
}




Reply via email to