Skip to content

Commit

Permalink
net-misc/cadaver: Use EAPI="7".
Browse files Browse the repository at this point in the history
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Apr 16, 2021
1 parent 91e4b33 commit 04654be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions net-misc/cadaver/cadaver-0.23.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Copyright 2003-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

inherit autotools

DESCRIPTION="Command-line WebDAV client"
HOMEPAGE="http://webdav.org/cadaver/"
HOMEPAGE="http://webdav.org/cadaver/ https://github.com/notroj/cadaver"
SRC_URI="http://webdav.org/cadaver/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"

RDEPEND=">=net-libs/neon-0.27.0"
DEPEND="${RDEPEND}
sys-devel/gettext"
BDEPEND="sys-devel/gettext"
DEPEND=">=net-libs/neon-0.27.0"
RDEPEND="${DEPEND}"

DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)

Expand All @@ -31,7 +31,7 @@ src_prepare() {
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed"
cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"
cp "${BROOT}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"

config_rpath_update .
AT_M4DIR="m4 m4/neon" eautoreconf
Expand Down

0 comments on commit 04654be

Please sign in to comment.