commit: a9aaa15838c5b3606b9b72eed788009241d225c2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat May 8 17:34:59 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jun 7 08:33:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9aaa158
x11-misc/xscreensaver: update eclasses, minor improvements Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild | 9 ++++----- x11-misc/xscreensaver/xscreensaver-5.45.ebuild | 8 +++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild b/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild index 46e166226f0..12806ff149d 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild @@ -2,13 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop eutils flag-o-matic multilib pam -DESCRIPTION="A modular screen saver and locker for the X Window System" +inherit autotools flag-o-matic l10n multilib pam + +DESCRIPTION="modular screen saver and locker for the X Window System" HOMEPAGE="https://www.jwz.org/xscreensaver/" -SRC_URI=" - https://www.jwz.org/xscreensaver/${P}.tar.gz -" +SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/xscreensaver/xscreensaver-5.45.ebuild b/x11-misc/xscreensaver/xscreensaver-5.45.ebuild index 593985b9f95..424a629aec6 100644 --- a/x11-misc/xscreensaver/xscreensaver-5.45.ebuild +++ b/x11-misc/xscreensaver/xscreensaver-5.45.ebuild @@ -2,13 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop eutils flag-o-matic multilib optfeature pam +inherit autotools flag-o-matic l10n multilib optfeature pam -DESCRIPTION="A modular screen saver and locker for the X Window System" +DESCRIPTION="modular screen saver and locker for the X Window System" HOMEPAGE="https://www.jwz.org/xscreensaver/" -SRC_URI=" - https://www.jwz.org/xscreensaver/${P}.tar.gz -" +SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz" LICENSE="BSD" SLOT="0"
