From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 855761382F6 for ; Thu, 7 Jul 2016 19:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1299B14088; Thu, 7 Jul 2016 19:18:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8129114145 for ; Thu, 7 Jul 2016 19:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C590340CCE for ; Thu, 7 Jul 2016 19:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC165244D for ; Thu, 7 Jul 2016 19:18:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1467919013.17a8aa55e03803cf52f8115e7460f1e5bd024135.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-pptp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/networkmanager-pptp/Manifest net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild X-VCS-Directories: net-misc/networkmanager-pptp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 17a8aa55e03803cf52f8115e7460f1e5bd024135 X-VCS-Branch: master Date: Thu, 7 Jul 2016 19:18:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bcd3b63-6bf5-480d-a064-db118c83348e X-Archives-Hash: 485562c90f30f90e5490d67481a259f3 commit: 17a8aa55e03803cf52f8115e7460f1e5bd024135 Author: Pacho Ramos gentoo org> AuthorDate: Thu Jul 7 19:14:41 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jul 7 19:16:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a8aa55 net-misc/networkmanager-pptp: Version bump Package-Manager: portage-2.3.0 net-misc/networkmanager-pptp/Manifest | 1 + .../networkmanager-pptp-1.2.2.ebuild | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/net-misc/networkmanager-pptp/Manifest b/net-misc/networkmanager-pptp/Manifest index 955cb39..1db0db4 100644 --- a/net-misc/networkmanager-pptp/Manifest +++ b/net-misc/networkmanager-pptp/Manifest @@ -1 +1,2 @@ DIST NetworkManager-pptp-1.0.8.tar.xz 365616 SHA256 6ff031baf170d890f779cfd15533ff0429999f1513aa3903a60c9d21ae09244c SHA512 81936de51669a3cb4fc1fba9139735cecdba8ee601ba95024a83d7197061431094239dd6ef2964c3b6a82afbf4fb6a0b13fa7b5fc0728c09cfb572857888430f WHIRLPOOL 909484a6f6ea43554f7c410a8a168b373a012201bd21e6b11f00a7f53bce57bc49f030a2015946ae48155f15883c53971a0b95769deb3694762d3c50f287796b +DIST NetworkManager-pptp-1.2.2.tar.xz 183722 SHA256 2d0e5ad3d2eb08be5c1987ecf1ea0f52ac6fa8342e09eab5ed2239d136dec94c SHA512 a6386da9796af74d1ffb0b750fb64b252e2637411fc4db3e4ba11f42273597b373a00e79c90a3d4e17b9676e83e4c76338f2ea39f7ce39e0d86107be3e00fe8d WHIRLPOOL 2880dc23b84609a86e4a2b5b5a6c45e897e879e784bef530e86d26d374ce3020426c96c3c9e5c2f4264e1d0485455b29ea6c86d5317dd032f0da24bd380765fd diff --git a/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild b/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild new file mode 100644 index 0000000..334981d --- /dev/null +++ b/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +GNOME_ORG_MODULE="NetworkManager-${PN##*-}" + +inherit gnome2 + +DESCRIPTION="NetworkManager PPTP plugin" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk" + +RDEPEND=" + >=net-misc/networkmanager-1.1:= + >=dev-libs/dbus-glib-0.74 + >=dev-libs/glib-2.32:2 + net-dialup/ppp:= + net-dialup/pptpclient + gtk? ( + app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.10 + >=x11-libs/gtk+-3.4:3 + ) +" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + virtual/pkgconfig +" + +src_configure() { + local myconf + # Same hack as net-dialup/pptpd to get proper plugin dir for ppp, bug #519986 + local PPPD_VER=`best_version net-dialup/ppp` + PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR} + PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision + myconf="${myconf} --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}" + + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --with-dist-version=Gentoo \ + $(use_with gtk gnome) \ + ${myconf} +}