diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-08 10:42:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 10:56:14 +0200 |
commit | 42cbe45271afaee3a278ac2275b91da5d479c955 (patch) | |
tree | 833a953322fbf5f5b27d771bfdac5763f2a0d3e2 /games-strategy/colobot | |
parent | games-strategy/colobot: Port to cmake.eclass (diff) | |
download | gentoo-42cbe45271afaee3a278ac2275b91da5d479c955.tar.gz gentoo-42cbe45271afaee3a278ac2275b91da5d479c955.tar.bz2 gentoo-42cbe45271afaee3a278ac2275b91da5d479c955.zip |
games-strategy/colobot: Improve description
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy/colobot')
-rw-r--r-- | games-strategy/colobot/colobot-0.1.12.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/colobot/colobot-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/colobot/colobot-0.1.12.ebuild b/games-strategy/colobot/colobot-0.1.12.ebuild index 89f5010924c0..d44fe2672822 100644 --- a/games-strategy/colobot/colobot-0.1.12.ebuild +++ b/games-strategy/colobot/colobot-0.1.12.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake desktop xdg-utils -DESCRIPTION="Colobot is an educational real-time strategy video game featuring 3D graphics" +DESCRIPTION="A real-time strategy game, where you can program your bots" HOMEPAGE="https://colobot.info/" SRC_URI="https://github.com/colobot/colobot/archive/${PN}-gold-${PV}-alpha.tar.gz" S="${WORKDIR}/${PN}-${PN}-gold-${PV}-alpha" diff --git a/games-strategy/colobot/colobot-9999.ebuild b/games-strategy/colobot/colobot-9999.ebuild index 83f1bba5279d..441ad6386dc2 100644 --- a/games-strategy/colobot/colobot-9999.ebuild +++ b/games-strategy/colobot/colobot-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake desktop git-r3 xdg-utils -DESCRIPTION="Colobot is an educational real-time strategy video game featuring 3D graphics" +DESCRIPTION="A real-time strategy game, where you can program your bots" HOMEPAGE="https://colobot.info/" EGIT_REPO_URI="https://github.com/colobot/colobot" EGIT_SUBMODULES=() |