diff options
-rw-r--r-- | x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild | 9 | ||||
-rw-r--r-- | 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 46e166226f08..12806ff149d0 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 593985b9f95e..424a629aec61 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" |