mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-backup/burp: Remove ssl USE flag
Gentoo-Bug: 554170 Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="acl afs ipv6 nls ssl tcpd xattr"
|
||||
IUSE="acl afs ipv6 nls tcpd xattr"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0
|
||||
@@ -58,7 +58,6 @@ src_configure() {
|
||||
--sbindir=/usr/sbin
|
||||
--sysconfdir=/etc/burp
|
||||
--enable-largefile
|
||||
$(use_with ssl openssl)
|
||||
$(use_enable acl)
|
||||
$(use_enable afs)
|
||||
$(use_enable ipv6)
|
||||
@@ -89,7 +88,7 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use ssl && [ ! -e /etc/burp/CA/index.txt ]; then
|
||||
if [[ ! -e /etc/burp/CA/index.txt ]]; then
|
||||
elog "At first run burp server will generate DH parameters and SSL"
|
||||
elog "certificates. You should adjust configuration before."
|
||||
elog "Server configuration is located at"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="http://burp.grke.org/downloads/${P}/${P}.tar.bz2"
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="acl afs nls ssl tcpd xattr"
|
||||
IUSE="acl afs nls tcpd xattr"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0
|
||||
@@ -53,7 +53,6 @@ src_configure() {
|
||||
--sbindir=/usr/sbin
|
||||
--sysconfdir=/etc/burp
|
||||
--enable-largefile
|
||||
$(use_with ssl openssl)
|
||||
$(use_enable acl)
|
||||
$(use_enable afs)
|
||||
$(use_enable nls)
|
||||
@@ -83,7 +82,7 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use ssl && [ ! -e /etc/burp/CA/index.txt ]; then
|
||||
if [[ ! -e /etc/burp/CA/index.txt ]]; then
|
||||
elog "At first run burp server will generate DH parameters and SSL"
|
||||
elog "certificates. You should adjust configuration before."
|
||||
elog "Server configuration is located at"
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="acl afs ipv6 nls ssl tcpd xattr"
|
||||
IUSE="acl afs ipv6 nls tcpd xattr"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0
|
||||
@@ -54,7 +54,6 @@ src_configure() {
|
||||
--sbindir=/usr/sbin
|
||||
--sysconfdir=/etc/burp
|
||||
--enable-largefile
|
||||
$(use_with ssl openssl)
|
||||
$(use_enable acl)
|
||||
$(use_enable afs)
|
||||
$(use_enable ipv6)
|
||||
@@ -85,7 +84,7 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use ssl && [ ! -e /etc/burp/CA/index.txt ]; then
|
||||
if [[ ! -e /etc/burp/CA/index.txt ]]; then
|
||||
elog "At first run burp server will generate DH parameters and SSL"
|
||||
elog "certificates. You should adjust configuration before."
|
||||
elog "Server configuration is located at"
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="acl afs ipv6 nls ssl tcpd xattr"
|
||||
IUSE="acl afs ipv6 nls tcpd xattr"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0
|
||||
@@ -54,7 +54,6 @@ src_configure() {
|
||||
--sbindir=/usr/sbin
|
||||
--sysconfdir=/etc/burp
|
||||
--enable-largefile
|
||||
$(use_with ssl openssl)
|
||||
$(use_enable acl)
|
||||
$(use_enable afs)
|
||||
$(use_enable ipv6)
|
||||
@@ -85,7 +84,7 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use ssl && [ ! -e /etc/burp/CA/index.txt ]; then
|
||||
if [[ ! -e /etc/burp/CA/index.txt ]]; then
|
||||
elog "At first run burp server will generate DH parameters and SSL"
|
||||
elog "certificates. You should adjust configuration before."
|
||||
elog "Server configuration is located at"
|
||||
|
||||
Reference in New Issue
Block a user