diff options
-rw-r--r-- | net-misc/openvpn-gui/Manifest | 6 | ||||
-rw-r--r-- | net-misc/openvpn-gui/files/openvpn-gui-BJA-StringFileInfo.diff | 55 | ||||
-rw-r--r-- | net-misc/openvpn-gui/files/openvpn-gui-BJA-empty-passphrase.diff | 29 | ||||
-rw-r--r-- | net-misc/openvpn-gui/metadata.xml | 11 | ||||
-rw-r--r-- | net-misc/openvpn-gui/openvpn-gui-4.ebuild | 81 | ||||
-rw-r--r-- | net-misc/openvpn-gui/openvpn-gui-9999.ebuild | 81 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
7 files changed, 0 insertions, 264 deletions
diff --git a/net-misc/openvpn-gui/Manifest b/net-misc/openvpn-gui/Manifest deleted file mode 100644 index 175572a4..00000000 --- a/net-misc/openvpn-gui/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX openvpn-gui-BJA-StringFileInfo.diff 2404 SHA256 8e0f10313b207d4d27a58ee55458a1cfd8177d70974dc3b3225a221bc44ee272 WHIRLPOOL 673c74693d24a139fe27366788a87f5b908362a8cec7d6b8a8a0e844d04d3857374a50909120c5fcc572127aa393354175b8a184bca0b4f6b150c5a4eae7ad2d -AUX openvpn-gui-BJA-empty-passphrase.diff 846 SHA256 2a99407a0d0d394a218a41a984f486c6412e63848f3784d7039790e0b9f3f299 WHIRLPOOL 95408bee34b5eef954339f3c9376e0744708dcd80356587eba25dd74cd5ea498e833ffc382b0b72253e83ae35379c5927886043e46c4c0f598f486c703c618a1 -DIST openvpn-gui-4.tar.gz 216393 SHA256 e3a00e245b41254fbb92256d35dafb315a5fff11610afa23954c5d0846bb0e9b WHIRLPOOL a5a8999c2d7def8daf9d811647d16c1246b20ab859429a82e1095c5e9a3c30cbf3a216b40fc8d93f6ce6726ddecc6d1bb260ca8931866cd87c0c1f07ab0c25f2 -EBUILD openvpn-gui-4.ebuild 1526 SHA256 e6d04aa872fb4822edf2d027f4a58411cacabdbcca8132699bf049df33936a58 WHIRLPOOL 0087d2aadd31d61e39c875a259fc1d168132c3b4fa3e4250bc5b88247049e9365a20ae39de0d86d8a30da155fea245ca201624f2dc59e62e98a118a4fe7616c7 -EBUILD openvpn-gui-9999.ebuild 1537 SHA256 403e39ab1be31dcc009d6a8cb0026fc653283e4378186ed4b6ff485a15189aa1 WHIRLPOOL 7f52d21c2118510f9a557f497391ac5cb5785e19c260e860a61ded6c8c76eae82564ce7711362e875d01ab6ffe4a7aa4e8ccabee9bd254cc53347c8b1ffe1c2e -MISC metadata.xml 366 SHA256 ee3c461a32ac68f3efbf208294741538cb8805c4dc2b0a5d110fcb43d1a0a64d WHIRLPOOL 17663a6f8325b3147f53942593764f6dcd490190f753a9bf67be457d2503ba94e2ad0ef3f0530af251c3c87e5f8df81dc984b29c8817d5a6ce56c803ed20aceb diff --git a/net-misc/openvpn-gui/files/openvpn-gui-BJA-StringFileInfo.diff b/net-misc/openvpn-gui/files/openvpn-gui-BJA-StringFileInfo.diff deleted file mode 100644 index 526fcc37..00000000 --- a/net-misc/openvpn-gui/files/openvpn-gui-BJA-StringFileInfo.diff +++ /dev/null @@ -1,55 +0,0 @@ ---- openvpn-gui-res.rc 2011-08-06 12:34:24.000000000 +0200 -+++ openvpn-gui-res.rc 2011-08-06 13:14:16.000000000 +0200 -@@ -46,27 +46,35 @@ - #include "openvpn-gui-res-se.rc" - - /* Version information and such */ --VS_VERSION_INFO VERSIONINFO --FILEVERSION PACKAGE_MAJOR_VERSION,PACKAGE_MINOR_VERSION,PACKAGE_RELEASE,0 --FILEOS VOS_NT --FILETYPE VFT_APP -+1 VERSIONINFO -+ FILEVERSION PACKAGE_MAJOR_VERSION,PACKAGE_MINOR_VERSION,PACKAGE_RELEASE,0 -+ PRODUCTVERSION PACKAGE_MAJOR_VERSION,PACKAGE_MINOR_VERSION,PACKAGE_RELEASE,0 -+ FILEOS VOS__WINDOWS32 -+ FILETYPE VFT_APP -+ - BEGIN - BLOCK "StringFileInfo" - BEGIN -- BLOCK "040904B0" /* en_US, Unicode */ -+ BLOCK "040904b0" /* en_US, Unicode */ - BEGIN -- VALUE "FileDescription", PACKAGE_NAME " for Windows" -- VALUE "FileVersion", PACKAGE_VERSION -- VALUE "InternalName", PACKAGE_TARNAME -- VALUE "OriginalFilename", PACKAGE_TARNAME ".exe" -- VALUE "ProductName", PACKAGE_NAME -- VALUE "ProductVersion", PACKAGE_VERSION -- VALUE "Website", PACKAGE_URL -- VALUE "LegalCopyright", "The " PACKAGE_NAME " developers" -- VALUE "CompanyName", PACKAGE_NAME " is developed by these individuals:\r\n\r\n" \ -- "Mathias Sundman (retired)\r\n\r\n" \ -- "Heiko Hund\r\n" \ -- "<heikoh@users.sf.net>" -+ // required -+ VALUE "CompanyName", PACKAGE_NAME " is developed by these individuals:\r\n" \ -+ "Mathias Sundman (retired)\r\n" \ -+ "Heiko Hund <heikoh@users.sf.net>\0" -+ VALUE "FileDescription", PACKAGE_NAME " for Windows\0" -+ VALUE "FileVersion", PACKAGE_VERSION "\0" -+ VALUE "InternalName", PACKAGE_TARNAME "\0" -+ VALUE "OriginalFilename", PACKAGE_TARNAME ".exe\0" -+ VALUE "ProductName", PACKAGE_NAME "\0" -+ VALUE "ProductVersion", PACKAGE_VERSION "\0" -+ // optional -+ VALUE "LegalCopyright", "The " PACKAGE_NAME " developers\0" -+ // personnal -+ VALUE "Website", PACKAGE_URL "\0" - END - END -+ BLOCK "VarFileInfo" -+ BEGIN -+ VALUE "Translation", 0x409, 0x4b0 -+ END - END diff --git a/net-misc/openvpn-gui/files/openvpn-gui-BJA-empty-passphrase.diff b/net-misc/openvpn-gui/files/openvpn-gui-BJA-empty-passphrase.diff deleted file mode 100644 index cb4610d0..00000000 --- a/net-misc/openvpn-gui/files/openvpn-gui-BJA-empty-passphrase.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- passphrase.c.ori 2011-09-26 18:04:09.018134945 +0200 -+++ passphrase.c 2011-09-26 18:06:24.291792425 +0200 -@@ -71,8 +71,10 @@ - - const int KEYFILE_FORMAT_PKCS12 = 1; - const int KEYFILE_FORMAT_PEM = 2; --const int MIN_PASSWORD_LEN = 8; - -+#ifndef ALLOW_EMPTY_PASSWORD -+const int MIN_PASSWORD_LEN = 8; -+#endif /* ALLOW_EMPTY_PASSWORD */ - - /* - * Return TRUE if new passwords match -@@ -367,12 +369,14 @@ - break; - } - -+#ifndef ALLOW_EMPTY_PASSWORD - /* Check minimum length of password */ - if (NewPasswordLengh(hwndDlg) < MIN_PASSWORD_LEN) - { - ShowLocalizedMsg(IDS_ERR_PWD_TO_SHORT, MIN_PASSWORD_LEN); - break; - } -+#endif /* ALLOW_EMPTY_PASSWORD */ - - /* Check if the new password is empty. */ - if (NewPasswordLengh(hwndDlg) == 0) diff --git a/net-misc/openvpn-gui/metadata.xml b/net-misc/openvpn-gui/metadata.xml deleted file mode 100644 index 0978ba9a..00000000 --- a/net-misc/openvpn-gui/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>bertrand@jacquin.bzh</email> - <name>Bertrand Jacquin</name> - </maintainer> - <use> - <flag name='empty-password'>Permit user to remove password on private key</flag> - </use> -</pkgmetadata> diff --git a/net-misc/openvpn-gui/openvpn-gui-4.ebuild b/net-misc/openvpn-gui/openvpn-gui-4.ebuild deleted file mode 100644 index 246ff496..00000000 --- a/net-misc/openvpn-gui/openvpn-gui-4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils flag-o-matic autotools - -DESCRIPTION="OpenVPN GUI is a graphical frontend for OpenVPN running on Windows 2000/XP/Vista/7" -HOMEPAGE="https://sourceforge.net/projects/openvpn-gui" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="empty-password" - -ILANG=( - da DANISH - de GERMAN - en ENGLISH - es SPANISH - fi FINNISH - fr FRENCH - it ITALIAN - ja JAPANESE - nl DUTCH - no NORWEGIAN - pl POLISH - pt PORTUGUESE - ru RUSSIAN - se SWEDISH - tr TURKISH - zh CHINESE -) - -for l in "${ILANG[@]}" ; do - [[ -z "${l//[A-Z]/}" ]] && continue - IUSE="${IUSE} linguas_${l}" -done - -SSL_DEPEND=">=dev-libs/openssl-0.9.6[static-libs]" - -DEPEND="virtual/pkgconfig - ${SSL_DEPEND}" -RDEPEND="net-misc/openvpn - ${SSL_DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-BJA-empty-passphrase.diff" - use empty-password && append-flags "-DALLOW_EMPTY_PASSWORD" - - strip-linguas ${ILANG[@]} - [[ -z "${LINGUAS}" ]] && LINGUAS="en" - - set -- ${ILANG[@]} - while [[ $# -ge 2 ]] ; do - l="$1" ; wl="$2" - shift 2 - - if ! has ${l} ${LINGUAS} ; then - sed -i \ - -e "/^#include/ {/${PN}-res-${l}.rc/d}" \ - -e "/LANG_${wl}/d" \ - "${S}/res/openvpn-gui-res.rc" - fi - done - - tc-export CC - tc-getPROG WINDRES windres > /dev/null - - eautoreconf || die "eautoreconf fail" -} - -src_install() { - emake DESTDIR="${ED}" install - - insinto "/usr/share/${PN}/images" - doins res/*.ico - - dodoc README -} diff --git a/net-misc/openvpn-gui/openvpn-gui-9999.ebuild b/net-misc/openvpn-gui/openvpn-gui-9999.ebuild deleted file mode 100644 index 8a407dd6..00000000 --- a/net-misc/openvpn-gui/openvpn-gui-9999.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils flag-o-matic git-2 autotools - -DESCRIPTION="OpenVPN GUI is a graphical frontend for OpenVPN running on Windows 2000/XP/Vista/7" -HOMEPAGE="https://sourceforge.net/projects/openvpn-gui" -EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="empty-password" - -ILANG=( - da DANISH - de GERMAN - en ENGLISH - es SPANISH - fi FINNISH - fr FRENCH - it ITALIAN - ja JAPANESE - nl DUTCH - no NORWEGIAN - pl POLISH - pt PORTUGUESE - ru RUSSIAN - se SWEDISH - tr TURKISH - zh CHINESE -) - -for l in "${ILANG[@]}" ; do - [[ -z "${l//[A-Z]/}" ]] && continue - IUSE="${IUSE} linguas_${l}" -done - -SSL_DEPEND=">=dev-libs/openssl-0.9.6[static-libs]" - -DEPEND="virtual/pkgconfig - ${SSL_DEPEND}" -RDEPEND="net-misc/openvpn - ${SSL_DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-BJA-empty-passphrase.diff" - use empty-password && append-flags "-DALLOW_EMPTY_PASSWORD" - - strip-linguas ${ILANG[@]} - [[ -z "${LINGUAS}" ]] && LINGUAS="en" - - set -- ${ILANG[@]} - while [[ $# -ge 2 ]] ; do - l="$1" ; wl="$2" - shift 2 - - if ! has ${l} ${LINGUAS} ; then - sed -i \ - -e "/^#include/ {/${PN}-res-${l}.rc/d}" \ - -e "/LANG_${wl}/d" \ - "${S}/res/openvpn-gui-res.rc" - fi - done - - tc-export CC - tc-getPROG WINDRES windres > /dev/null - - eautoreconf || die "eautoreconf fail" -} - -src_install() { - emake DESTDIR="${ED}" install - - insinto "/usr/share/${PN}/images" - doins res/*.ico - - dodoc changes.txt README -} diff --git a/profiles/use.local.desc b/profiles/use.local.desc index fa034329..e74f7985 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -54,7 +54,6 @@ media-video/rtmpdump:gnutls - Use GnuTLS library instead of the default OpenSSL media-video/rtmpdump:polarssl - Use PolarSSL library instead of the default OpenSSL net-misc/icmptx:client - Enable client support net-misc/icmptx:server - Enable server support -net-misc/openvpn-gui:empty-password - Permit user to remove password on private key sys-firmware/gnuk:tools - Install aditional tools virtual/linux-sources:firmware - Install linux kernel firmware www-apps/phabricator:extension-sprint - Enable extension sprint via www-apps/phabricator-extensions-Sprint |