From 1dfa29486ca7c74f9fe457f28ba81cdd2b88c61c Mon Sep 17 00:00:00 2001 From: "grepwood@sucs.org" Date: Sun, 19 Apr 2020 20:49:44 +0200 Subject: [PATCH] Various fixes for repoman (missing homepages, long descriptions) --- app-emulation/dos32a/dos32a-9.1.2.ebuild | 2 +- eclass/gog.eclass | 1 - games-rpg/fallout1/fallout1-1.1.ebuild | 4 ++-- games-strategy/warcraft3/warcraft3-1.26a.ebuild | 2 ++ games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app-emulation/dos32a/dos32a-9.1.2.ebuild b/app-emulation/dos32a/dos32a-9.1.2.ebuild index bfaa2f3..6e56335 100644 --- a/app-emulation/dos32a/dos32a-9.1.2.ebuild +++ b/app-emulation/dos32a/dos32a-9.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DESCRIPTION="Free software re-implementation of Tenberry Software DOS4GW, a DOS extender that allows to take full advantage of all physical memory under protected mode." +DESCRIPTION="Free replacement for DOS4GW." HOMEPAGE="https://dos32a.narechk.net/content/main.html" LICENSE="Apache-1.1-sans-Apache" diff --git a/eclass/gog.eclass b/eclass/gog.eclass index bb7b4a1..5eb466a 100644 --- a/eclass/gog.eclass +++ b/eclass/gog.eclass @@ -39,7 +39,6 @@ # through separate installers. : ${GOG_GAME_INSTALLER:=()} -RESTRICT="network-sandbox" LICENSE="GOG_EULA" BDEPEND+=" games-util/lgogdownloader[portage] diff --git a/games-rpg/fallout1/fallout1-1.1.ebuild b/games-rpg/fallout1/fallout1-1.1.ebuild index 650eaff..62c79f2 100644 --- a/games-rpg/fallout1/fallout1-1.1.ebuild +++ b/games-rpg/fallout1/fallout1-1.1.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit gog -DESCRIPTION="Post-apocalyptic role-playing game." -HOMEPAGE="" +DESCRIPTION="Post-apocalyptic GURPS-like role-playing game." +HOMEPAGE="https://www.gog.com/game/fallout" LICENSE+=" FALLOUT1_EULA" SLOT="0" diff --git a/games-strategy/warcraft3/warcraft3-1.26a.ebuild b/games-strategy/warcraft3/warcraft3-1.26a.ebuild index 098fcd6..4f60973 100644 --- a/games-strategy/warcraft3/warcraft3-1.26a.ebuild +++ b/games-strategy/warcraft3/warcraft3-1.26a.ebuild @@ -9,6 +9,8 @@ HOMEPAGE="" LICENSE="Warcraft3_EULA" SLOT="0" KEYWORDS="~amd64 ~x86" +DESCRIPTION="Third installment of Warcraft from Blizzard." +HOMEPAGE="https://www.blizzard.com/games/war3/" SRC_URI="https://archive.org/download/wc3_patches/Windows/ROC/English/War3ROC_126a_English.exe https://archive.org/download/wc3_patches/Windows/TFT/English/War3TFT_126a_English.exe" diff --git a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild index de2c074..8f078fc 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.7-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="Unofficial GOG.com downloader for Linux with patchset that allows integration with Portage" +DESCRIPTION="Unofficial downloader for GOG content." HOMEPAGE="https://sites.google.com/site/gogdownloader/" SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz" LICENSE="WTFPL-2"