diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2015-04-08 19:13:54 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2015-04-08 19:13:54 +0000 |
commit | 4a85fe6c1c6945c53feef3f447bf3e02e5ec720b (patch) | |
tree | b490b2d99de1f896e8c2ea7714fe840b7eb57e1a /app-backup | |
parent | Version bump, fix deps, add tests (diff) | |
download | gentoo-2-4a85fe6c1c6945c53feef3f447bf3e02e5ec720b.tar.gz gentoo-2-4a85fe6c1c6945c53feef3f447bf3e02e5ec720b.tar.bz2 gentoo-2-4a85fe6c1c6945c53feef3f447bf3e02e5ec720b.zip |
Don't create /etc/burp/CA directory because burp omits generating CA
certificates if the directory already exists.
Fix repoman warning about slots for openssl being not specified.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/burp/ChangeLog | 11 | ||||
-rw-r--r-- | app-backup/burp/burp-1.3.48.ebuild | 14 | ||||
-rw-r--r-- | app-backup/burp/burp-1.3.8.ebuild | 14 | ||||
-rw-r--r-- | app-backup/burp/burp-1.4.26.ebuild | 14 |
4 files changed, 18 insertions, 35 deletions
diff --git a/app-backup/burp/ChangeLog b/app-backup/burp/ChangeLog index 64000b5f10e8..1926ecb8bdef 100644 --- a/app-backup/burp/ChangeLog +++ b/app-backup/burp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-backup/burp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.2 2014/12/01 16:31:34 aidecoe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/ChangeLog,v 1.3 2015/04/08 19:13:54 aidecoe Exp $ + + 08 Apr 2015; Amadeusz Żołnowski <aidecoe@gentoo.org> burp-1.3.8.ebuild, + burp-1.3.48.ebuild, burp-1.4.26.ebuild: + Don't create /etc/burp/CA directory because burp omits generating CA + certificates if the directory already exists. + + Fix repoman warning about slots for openssl being not specified. *burp-1.4.26 (01 Dec 2014) *burp-1.3.48 (01 Dec 2014) diff --git a/app-backup/burp/burp-1.3.48.ebuild b/app-backup/burp/burp-1.3.48.ebuild index c53ff2415979..8772c2719b20 100644 --- a/app-backup/burp/burp-1.3.48.ebuild +++ b/app-backup/burp/burp-1.3.48.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.1 2014/12/01 16:28:47 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.48.ebuild,v 1.2 2015/04/08 19:13:54 aidecoe Exp $ EAPI=5 @@ -24,7 +24,7 @@ DEPEND=" acl? ( sys-apps/acl ) afs? ( net-fs/openafs ) nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0 ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) " @@ -75,14 +75,6 @@ src_install() { fowners root:burp /etc/burp/burp-server.conf fperms 0640 /etc/burp/burp-server.conf - if use ssl; then - # The server will create this directory if it doesn't exist, but the - # client won't. It must be writable by both. - dodir /etc/burp/CA - fowners root:burp /etc/burp/CA - fperms 0775 /etc/burp/CA - fi - newinitd "${FILESDIR}"/${PN}.initd ${PN} dodoc docs/* diff --git a/app-backup/burp/burp-1.3.8.ebuild b/app-backup/burp/burp-1.3.8.ebuild index 0947dc074e8d..694019b0b89a 100644 --- a/app-backup/burp/burp-1.3.8.ebuild +++ b/app-backup/burp/burp-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.1 2014/12/01 16:28:47 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.3.8.ebuild,v 1.2 2015/04/08 19:13:54 aidecoe Exp $ EAPI=5 @@ -24,7 +24,7 @@ DEPEND=" acl? ( sys-apps/acl ) afs? ( net-fs/openafs ) nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0 ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) " @@ -70,14 +70,6 @@ src_install() { fowners root:burp /etc/burp/burp-server.conf fperms 0640 /etc/burp/burp-server.conf - if use ssl; then - # The server will create this directory if it doesn't exist, but the - # client won't. It must be writable by both. - dodir /etc/burp/CA - fowners root:burp /etc/burp/CA - fperms 0775 /etc/burp/CA - fi - newinitd "${FILESDIR}"/${PN}.initd ${PN} dodoc docs/* diff --git a/app-backup/burp/burp-1.4.26.ebuild b/app-backup/burp/burp-1.4.26.ebuild index 91a6c57fcc3e..52f140b83747 100644 --- a/app-backup/burp/burp-1.4.26.ebuild +++ b/app-backup/burp/burp-1.4.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.1 2014/12/01 16:28:47 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/burp/burp-1.4.26.ebuild,v 1.2 2015/04/08 19:13:54 aidecoe Exp $ EAPI=5 @@ -24,7 +24,7 @@ DEPEND=" acl? ( sys-apps/acl ) afs? ( net-fs/openafs ) nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0 ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) " @@ -75,14 +75,6 @@ src_install() { fowners root:burp /etc/burp/burp-server.conf fperms 0640 /etc/burp/burp-server.conf - if use ssl; then - # The server will create this directory if it doesn't exist, but the - # client won't. It must be writable by both. - dodir /etc/burp/CA - fowners root:burp /etc/burp/CA - fperms 0775 /etc/burp/CA - fi - newinitd "${FILESDIR}"/${PN}.initd ${PN} dodoc docs/* |