From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-pptp/
Date: Thu, 16 Feb 2017 00:17:52 +0000 (UTC) [thread overview]
Message-ID: <1487204092.f2b96227d76af5d4baf2e040713d6d46ff58e96f.leio@gentoo> (raw)
commit: f2b96227d76af5d4baf2e040713d6d46ff58e96f
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 23:18:55 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 00:14:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b96227
net-misc/networkmanager-pptp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/networkmanager-pptp/Manifest | 2 -
.../networkmanager-pptp-1.0.8.ebuild | 51 ----------------------
.../networkmanager-pptp-1.2.2.ebuild | 50 ---------------------
3 files changed, 103 deletions(-)
diff --git a/net-misc/networkmanager-pptp/Manifest b/net-misc/networkmanager-pptp/Manifest
index de9d88ab1e..c8faf1fcee 100644
--- a/net-misc/networkmanager-pptp/Manifest
+++ b/net-misc/networkmanager-pptp/Manifest
@@ -1,3 +1 @@
-DIST NetworkManager-pptp-1.0.8.tar.xz 365616 SHA256 6ff031baf170d890f779cfd15533ff0429999f1513aa3903a60c9d21ae09244c SHA512 81936de51669a3cb4fc1fba9139735cecdba8ee601ba95024a83d7197061431094239dd6ef2964c3b6a82afbf4fb6a0b13fa7b5fc0728c09cfb572857888430f WHIRLPOOL 909484a6f6ea43554f7c410a8a168b373a012201bd21e6b11f00a7f53bce57bc49f030a2015946ae48155f15883c53971a0b95769deb3694762d3c50f287796b
-DIST NetworkManager-pptp-1.2.2.tar.xz 362932 SHA256 a72cb88ecc0a9edec836e8042c592d68b8b290c0d78082e6b25cf08b46c6be5d SHA512 62176dac9acdba6d095e0524bfca09c033d2eaca1a32039e19672d6b365032eaef5efa6817d6e4410282d0fb72ce7a592b6cabd8beede60e6663c3801ce4fe46 WHIRLPOOL 0af093406bff4a88b8c0821a26506a438abe175f976b4b5d3daccdce4b459521267154079a2b456dd1ee9f346521eed273c0136edf4141773e0f1b6d0da3508b
DIST NetworkManager-pptp-1.2.4.tar.xz 382512 SHA256 bd97ce768c34cce6d5b5d43681149a8300bec754397a3f46a0d8d0aea7030c5e SHA512 b8983c6a6415e2f8757e91dfdeba66a7ba1264c01569f39b6da830def86d2c09d1084f4b561ca5ff48511b48f83d94fa004342efd54862d235ab75a49e4e7b33 WHIRLPOOL 27a0531ca37647b1b590a6bd41162cd6fd56721e6e0ae761f6fdd46e981d01d709911ed857cd35a73225f86a5e98d90bdce6bbfaf6f1e562da7a233f84dd24fa
diff --git a/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.8.ebuild b/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.8.ebuild
deleted file mode 100644
index de60e57aca..0000000000
--- a/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-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-0.9.10:=
- >=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-1.0.5
- >=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}
-}
diff --git a/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild b/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild
deleted file mode 100644
index 32078bc81d..0000000000
--- a/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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}
-}
next reply other threads:[~2017-02-16 0:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-16 0:17 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-02 17:27 [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager-pptp/ Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-10-04 22:02 Mart Raudsepp
2018-09-07 10:13 Mart Raudsepp
2018-03-10 11:31 Pacho Ramos
2017-02-11 18:31 Pacho Ramos
2016-07-09 19:18 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-04-02 20:38 Pacho Ramos
2015-09-07 21:55 Mikle Kolyada
2015-09-05 11:02 Pacho Ramos
2015-09-05 11:01 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=1487204092.f2b96227d76af5d4baf2e040713d6d46ff58e96f.leio@gentoo \
--to=leio@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