Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229057 Details for
Bug 317085
=net-misc/networkmanager-openvpn-0.8.0 doesn't exec openvpn because it has "No VPN Secrets!"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Overlay that incorperates the referenced patch.
networkmanager-openvpn-0.8-r1.ebuild (text/plain), 1.27 KB, created by
Nathan Goldstick
on 2010-04-25 08:56:08 UTC
(
hide
)
Description:
Overlay that incorperates the referenced patch.
Filename:
MIME Type:
Creator:
Nathan Goldstick
Created:
2010-04-25 08:56:08 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openvpn/networkmanager-openvpn-0.8.ebuild,v 1.1 2010/02/26 10:42:13 dagger Exp $ > >EAPI="2" > >inherit eutils gnome.org > ># NetworkManager likes itself with capital letters >MY_PN=${PN/networkmanager/NetworkManager} > >DESCRIPTION="NetworkManager OpenVPN plugin." >HOMEPAGE="http://www.gnome.org/projects/NetworkManager/" >SRC_URI="${SRC_URI//${PN}/${MY_PN}}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gnome" > >RDEPEND=" > >=net-misc/networkmanager-${PV} > >=net-misc/openvpn-2.1_rc9 > >=dev-libs/dbus-glib-0.74 > gnome? ( > >=x11-libs/gtk+-2.6 > gnome-base/gconf:2 > gnome-base/gnome-keyring > gnome-base/libglade:2.0 > gnome-base/libgnomeui > )" > >DEPEND="${RDEPEND} > sys-devel/gettext > dev-util/intltool > dev-util/pkgconfig" > >S="${WORKDIR}/${MY_PN}-${PV}" > ># FAIL: (tls-import-data) unexpected 'ca' secret value >RESTRICT="test" > >src_configure() { > epatch "${FILESDIR}/dont-check-secrets-for-tls-connection-type.patch" > > ECONF="--disable-more-warnings > $(use_with gnome)" > > econf ${ECONF} >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 317085
:
229051
| 229057 |
229059