From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-vpnc/
Date: Thu, 7 Jul 2016 19:18:19 +0000 (UTC) [thread overview]
Message-ID: <1467919018.63ec3c9fcac9dc6bb65bb431fbeced050a6d0d8a.pacho@gentoo> (raw)
commit: 63ec3c9fcac9dc6bb65bb431fbeced050a6d0d8a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 19:15:50 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 19:16:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ec3c9f
net-misc/networkmanager-vpnc: Version bump
Package-Manager: portage-2.3.0
net-misc/networkmanager-vpnc/Manifest | 1 +
.../networkmanager-vpnc-1.2.2.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-misc/networkmanager-vpnc/Manifest b/net-misc/networkmanager-vpnc/Manifest
index c9d89b4..8355f48 100644
--- a/net-misc/networkmanager-vpnc/Manifest
+++ b/net-misc/networkmanager-vpnc/Manifest
@@ -1 +1,2 @@
DIST NetworkManager-vpnc-1.0.8.tar.xz 370036 SHA256 5e4034d89e2ccb2845c29f212ec263102bf9819e6c923407073aab6ffb92b66e SHA512 bee56c7b13f9fcc3a5db63b32d4b33a2a1f9f40264faad124cc6b4faf9787840bc200e17d9e9a08378a6f52a2f60a35978e11813cb20fb9c68b61edb48d60d7d WHIRLPOOL f7200517061419e007bcd8bcbcee391f6e202ab9f15f561cd1781b9201c1a92a70fae70f49fba74d62adc8c50b42de14e24b7efb06fe2a512aacee9c32d18ed8
+DIST NetworkManager-vpnc-1.2.2.tar.xz 368952 SHA256 e900f6500026f8c3ee4feb92e1d0a0c0abbee9ba507dad915b47a8ab7df9e1f3 SHA512 3e02872d2a17676f0522288ea662a258b28d4da284a34290b7b7ae5673a9333f40d473b58cfc51885e30f1558ff8820cb9c6991713327fd841fd61493e374305 WHIRLPOOL 0cba7497ea6c858bde3e3aec8b4e46e8dbd327bcabcb0033a75acb404cf577f62bbffc1746df462ad5ea6fd9363e81606732cfca7e0781bf98b5f7208d02693b
diff --git a/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.2.ebuild b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.2.ebuild
new file mode 100644
index 0000000..e0d054c
--- /dev/null
+++ b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.2.2.ebuild
@@ -0,0 +1,51 @@
+# 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 VPNC plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk test"
+
+RDEPEND="
+ >=net-misc/networkmanager-0.9.10:=
+ >=dev-libs/dbus-glib-0.74
+ >=dev-libs/glib-2.32:2
+ >=net-misc/vpnc-0.5.3_p550
+ gtk? (
+ app-crypt/libsecret
+ >=gnome-extra/nm-applet-1.0.5
+ >=x11-libs/gtk+-3.4:3
+ )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ # Test will fail if the machine doesn't have a particular locale installed
+ # upstream bug #742708
+ sed '/test_non_utf8_import (plugin/ d' \
+ -i properties/tests/test-import-export.c || die "sed failed"
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-more-warnings \
+ --disable-static \
+ --with-dist-version=Gentoo \
+ $(use_with gtk gnome) \
+ $(use_with test tests)
+}
next reply other threads:[~2016-07-07 19:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-07 19:18 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-28 14:08 [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-vpnc/ Mart Raudsepp
2018-07-28 13:25 Thomas Deutschmann
2018-07-25 8:24 Agostino Sarubbo
2018-07-24 23:50 Mart Raudsepp
2018-03-10 11:31 Pacho Ramos
2017-02-16 0:17 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-04-02 20:38 Pacho Ramos
2015-09-12 9:11 Agostino Sarubbo
2015-09-07 21:55 Mikle Kolyada
2015-09-05 11:06 Pacho Ramos
2015-09-05 11:05 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467919018.63ec3c9fcac9dc6bb65bb431fbeced050a6d0d8a.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox