Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/bsod/
Date: Fri, 01 Dec 2017 19:31:20
Message-Id: 1512156564.7bc97d453dd8778953ac953e962f4953603f7455.soap@gentoo
1 commit: 7bc97d453dd8778953ac953e962f4953603f7455
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 18:57:10 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 19:29:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc97d45
7
8 games-misc/bsod: [QA] Fix DESCRIPTION.toolong
9
10 games-misc/bsod/bsod-0.1-r1.ebuild | 2 +-
11 games-misc/bsod/bsod-0.1.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-misc/bsod/bsod-0.1-r1.ebuild b/games-misc/bsod/bsod-0.1-r1.ebuild
15 index 40bcc76c933..3c9c455788c 100644
16 --- a/games-misc/bsod/bsod-0.1-r1.ebuild
17 +++ b/games-misc/bsod/bsod-0.1-r1.ebuild
18 @@ -4,7 +4,7 @@
19 EAPI=6
20 inherit eutils toolchain-funcs
21
22 -DESCRIPTION="This program will let your UNIX user experience the authentic Microsoft Windows experience"
23 +DESCRIPTION="This program will let you experience the authentic Microsoft Windows experience"
24 HOMEPAGE="http://www.vanheusden.com/bsod/"
25 SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
26
27
28 diff --git a/games-misc/bsod/bsod-0.1.ebuild b/games-misc/bsod/bsod-0.1.ebuild
29 index e8ef4f8cf1e..181c25c61d2 100644
30 --- a/games-misc/bsod/bsod-0.1.ebuild
31 +++ b/games-misc/bsod/bsod-0.1.ebuild
32 @@ -4,7 +4,7 @@
33 EAPI=5
34 inherit eutils toolchain-funcs games
35
36 -DESCRIPTION="This program will let you UNIX user experience the authentic microsoft windows experience"
37 +DESCRIPTION="This program will let you experience the authentic Microsoft Windows experience"
38 HOMEPAGE="http://www.vanheusden.com/bsod/"
39 SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"