diff options
author | David Seifert <soap@gentoo.org> | 2017-12-01 19:56:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-01 20:28:16 +0100 |
commit | fa5ed71faa7e18d94f9e84481baff95a2d216adc (patch) | |
tree | aad4a9bb535e96dbe755a3cf676eea1ed8d62250 /games-emulation/fbzx | |
parent | games-emulation/emutos: [QA] Fix DESCRIPTION.toolong (diff) | |
download | gentoo-fa5ed71faa7e18d94f9e84481baff95a2d216adc.tar.gz gentoo-fa5ed71faa7e18d94f9e84481baff95a2d216adc.tar.bz2 gentoo-fa5ed71faa7e18d94f9e84481baff95a2d216adc.zip |
games-emulation/fbzx: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r-- | games-emulation/fbzx/fbzx-2.10.0.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/fbzx/fbzx-3.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/fbzx/fbzx-2.10.0.ebuild b/games-emulation/fbzx/fbzx-2.10.0.ebuild index eb9cce0a10f4..d71e87f831a3 100644 --- a/games-emulation/fbzx/fbzx-2.10.0.ebuild +++ b/games-emulation/fbzx/fbzx-2.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit eutils games -DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer" +DESCRIPTION="Full Screen Sinclair Spectrum emulator" HOMEPAGE="http://www.rastersoft.com/fbzx.html" SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2" diff --git a/games-emulation/fbzx/fbzx-3.0.0.ebuild b/games-emulation/fbzx/fbzx-3.0.0.ebuild index 2707058d60d2..e019ce4a1456 100644 --- a/games-emulation/fbzx/fbzx-3.0.0.ebuild +++ b/games-emulation/fbzx/fbzx-3.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit eutils games -DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer" +DESCRIPTION="Full Screen Sinclair Spectrum emulator" HOMEPAGE="https://github.com/rastersoft/fbzx" SRC_URI="https://github.com/rastersoft/fbzx/archive/3.0.0.tar.gz -> ${P}.tar.gz" |