mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
davmail-bin: updates
This commit is contained in:
parent
e9e81ac763
commit
179ca9f3cd
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
@ -9,8 +9,9 @@ MY_PN="davmail"
|
||||||
|
|
||||||
DESCRIPTION="POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway"
|
DESCRIPTION="POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway"
|
||||||
HOMEPAGE="http://davmail.sourceforge.net/"
|
HOMEPAGE="http://davmail.sourceforge.net/"
|
||||||
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}-$(ver_cut 1-3)-$(ver_cut 4).zip"
|
SRC_URI="https://downloads.sourceforge.net/${MY_PN}/${MY_PN}-$(ver_cut 1-3)-$(ver_cut 4).zip"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
|
|
@ -24,7 +25,6 @@ RDEPEND="${DEPEND}
|
||||||
server? ( acct-user/davmail
|
server? ( acct-user/davmail
|
||||||
acct-group/davmail
|
acct-group/davmail
|
||||||
)"
|
)"
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
java-pkg-2_src_compile() {
|
java-pkg-2_src_compile() {
|
||||||
einfo ""
|
einfo ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue