Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/cs2d/
Date: Sat, 02 Apr 2016 03:57:04
Message-Id: 1459569406.2094fe757f207752409028bbba5af16a459ca6b8.idella4@gentoo
1 commit: 2094fe757f207752409028bbba5af16a459ca6b8
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 03:56:00 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 03:56:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2094fe75
7
8 games-action/cs2d: add user maintainer's name to metadata + minor tidy
9
10 - set tab spaces in metadata.xml
11 - reduce DESCRIPTION in both ebuilds
12 to < 80 chars
13
14 Package-Manager: portage-2.2.28
15
16 games-action/cs2d/cs2d-0123.ebuild | 2 +-
17 games-action/cs2d/cs2d-0127.ebuild | 2 +-
18 games-action/cs2d/metadata.xml | 31 ++++++++++++++++---------------
19 3 files changed, 18 insertions(+), 17 deletions(-)
20
21 diff --git a/games-action/cs2d/cs2d-0123.ebuild b/games-action/cs2d/cs2d-0123.ebuild
22 index dcd6e2b..28b3cc3 100644
23 --- a/games-action/cs2d/cs2d-0123.ebuild
24 +++ b/games-action/cs2d/cs2d-0123.ebuild
25 @@ -6,7 +6,7 @@ EAPI=5
26
27 inherit eutils games
28
29 -DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay"
30 +DESCRIPTION="A freeware clone of Counter-Strike with some added features in gameplay"
31 HOMEPAGE="http://www.cs2d.com/"
32 SRC_URI="https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip
33 https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip
34
35 diff --git a/games-action/cs2d/cs2d-0127.ebuild b/games-action/cs2d/cs2d-0127.ebuild
36 index bfda3b1..e105712 100644
37 --- a/games-action/cs2d/cs2d-0127.ebuild
38 +++ b/games-action/cs2d/cs2d-0127.ebuild
39 @@ -6,7 +6,7 @@ EAPI=5
40
41 inherit eutils games
42
43 -DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay"
44 +DESCRIPTION="A freeware clone of Counter-Strike with some added features in gameplay"
45 HOMEPAGE="http://www.cs2d.com/"
46 SRC_URI="https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip
47 https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip
48
49 diff --git a/games-action/cs2d/metadata.xml b/games-action/cs2d/metadata.xml
50 index 8203b93..31a8e77 100644
51 --- a/games-action/cs2d/metadata.xml
52 +++ b/games-action/cs2d/metadata.xml
53 @@ -1,19 +1,20 @@
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 -<maintainer type="person">
58 - <email>maksbotan@g.o</email>
59 - <name>Maxim Koltsov</name>
60 -</maintainer>
61 -<maintainer type="person">
62 - <email>oleg@×××××××.ua</email>
63 -</maintainer>
64 -<maintainer type="project">
65 - <email>proxy-maint@g.o</email>
66 - <name>Proxy Maintainers</name>
67 -</maintainer>
68 -<maintainer type="project">
69 - <email>games@g.o</email>
70 - <name>Gentoo Games Project</name>
71 -</maintainer>
72 + <maintainer type="person">
73 + <email>maksbotan@g.o</email>
74 + <name>Maxim Koltsov</name>
75 + </maintainer>
76 + <maintainer type="person">
77 + <email>oleg@×××××××.ua</email>
78 + <name>Oleg Kravchenko</name>
79 + </maintainer>
80 + <maintainer type="project">
81 + <email>proxy-maint@g.o</email>
82 + <name>Proxy Maintainers Project</name>
83 + </maintainer>
84 + <maintainer type="project">
85 + <email>games@g.o</email>
86 + <name>Gentoo Games Project</name>
87 + </maintainer>
88 </pkgmetadata>