diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:14:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:24 +0000 |
commit | 5d97ee3461e0e6a149a92f8ad287558bde40f72c (patch) | |
tree | ef19ea0f5a5bcbeafc573d3c8ae8c18e6e086750 /gui-apps/grim | |
parent | games-simulation/EmptyEpsilon: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-5d97ee3461e0e6a149a92f8ad287558bde40f72c.tar.gz gentoo-5d97ee3461e0e6a149a92f8ad287558bde40f72c.tar.bz2 gentoo-5d97ee3461e0e6a149a92f8ad287558bde40f72c.zip |
gui-apps/grim: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/grim')
-rw-r--r-- | gui-apps/grim/grim-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | gui-apps/grim/grim-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild index f688ffa4dade..3636ebfb9e8a 100644 --- a/gui-apps/grim/grim-1.3.1.ebuild +++ b/gui-apps/grim/grim-1.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit meson -DESCRIPTION="Grab images from a Wayland compositor." +DESCRIPTION="Grab images from a Wayland compositor" HOMEPAGE="https://github.com/emersion/grim" if [[ ${PV} == 9999 ]]; then diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild index 818ccfb4b9e2..ca7406fc07a3 100644 --- a/gui-apps/grim/grim-9999.ebuild +++ b/gui-apps/grim/grim-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit meson -DESCRIPTION="Grab images from a Wayland compositor." +DESCRIPTION="Grab images from a Wayland compositor" HOMEPAGE="https://github.com/emersion/grim" if [[ ${PV} == 9999 ]]; then |