diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:31 +0100 |
commit | 0b7facfbb8e7a9efcd50b9b845eb9ebaa224b2d0 (patch) | |
tree | ff417dd63a028290b5a8ed2a093c3ef45d28896a /app-misc/wcd | |
parent | app-misc/vlock: add explicit epatch inherit (diff) | |
download | gentoo-0b7facfbb8e7a9efcd50b9b845eb9ebaa224b2d0.tar.gz gentoo-0b7facfbb8e7a9efcd50b9b845eb9ebaa224b2d0.tar.bz2 gentoo-0b7facfbb8e7a9efcd50b9b845eb9ebaa224b2d0.zip |
app-misc/wcd: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/wcd')
-rw-r--r-- | app-misc/wcd/wcd-5.3.4.ebuild | 4 | ||||
-rw-r--r-- | app-misc/wcd/wcd-6.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/wcd/wcd-6.0.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/wcd/wcd-5.3.4.ebuild b/app-misc/wcd/wcd-5.3.4.ebuild index 01d10fdcc1d4..413bbec8c181 100644 --- a/app-misc/wcd/wcd-5.3.4.ebuild +++ b/app-misc/wcd/wcd-5.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Wherever Change Directory" HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" diff --git a/app-misc/wcd/wcd-6.0.1.ebuild b/app-misc/wcd/wcd-6.0.1.ebuild index 2cf0a5de0ec4..f3bd8d67e8de 100644 --- a/app-misc/wcd/wcd-6.0.1.ebuild +++ b/app-misc/wcd/wcd-6.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Wherever Change Directory" HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" diff --git a/app-misc/wcd/wcd-6.0.2.ebuild b/app-misc/wcd/wcd-6.0.2.ebuild index a5b1dabb2ee3..55b4560516c6 100644 --- a/app-misc/wcd/wcd-6.0.2.ebuild +++ b/app-misc/wcd/wcd-6.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Wherever Change Directory" HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" |