diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-02 11:56:00 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-02 11:56:46 +0800 |
commit | 2094fe757f207752409028bbba5af16a459ca6b8 (patch) | |
tree | c9cf5bd92802f3bb64fda257742da12b7ee94fff /games-action | |
parent | net-im/corebird: minor tidy to metadata.xml (diff) | |
download | gentoo-2094fe757f207752409028bbba5af16a459ca6b8.tar.gz gentoo-2094fe757f207752409028bbba5af16a459ca6b8.tar.bz2 gentoo-2094fe757f207752409028bbba5af16a459ca6b8.zip |
games-action/cs2d: add user maintainer's name to metadata + minor tidy
- set tab spaces in metadata.xml
- reduce DESCRIPTION in both ebuilds
to < 80 chars
Package-Manager: portage-2.2.28
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/cs2d/cs2d-0123.ebuild | 2 | ||||
-rw-r--r-- | games-action/cs2d/cs2d-0127.ebuild | 2 | ||||
-rw-r--r-- | games-action/cs2d/metadata.xml | 31 |
3 files changed, 18 insertions, 17 deletions
diff --git a/games-action/cs2d/cs2d-0123.ebuild b/games-action/cs2d/cs2d-0123.ebuild index dcd6e2bedc79..28b3cc354c57 100644 --- a/games-action/cs2d/cs2d-0123.ebuild +++ b/games-action/cs2d/cs2d-0123.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils games -DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay" +DESCRIPTION="A freeware clone of Counter-Strike with some added features in gameplay" HOMEPAGE="http://www.cs2d.com/" SRC_URI="https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip diff --git a/games-action/cs2d/cs2d-0127.ebuild b/games-action/cs2d/cs2d-0127.ebuild index bfda3b15ebc0..e105712191b8 100644 --- a/games-action/cs2d/cs2d-0127.ebuild +++ b/games-action/cs2d/cs2d-0127.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils games -DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay" +DESCRIPTION="A freeware clone of Counter-Strike with some added features in gameplay" HOMEPAGE="http://www.cs2d.com/" SRC_URI="https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip https://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip diff --git a/games-action/cs2d/metadata.xml b/games-action/cs2d/metadata.xml index 8203b93e6e2c..31a8e7784a81 100644 --- a/games-action/cs2d/metadata.xml +++ b/games-action/cs2d/metadata.xml @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>maksbotan@gentoo.org</email> - <name>Maxim Koltsov</name> -</maintainer> -<maintainer type="person"> - <email>oleg@kaa.org.ua</email> -</maintainer> -<maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> -</maintainer> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> + <maintainer type="person"> + <email>maksbotan@gentoo.org</email> + <name>Maxim Koltsov</name> + </maintainer> + <maintainer type="person"> + <email>oleg@kaa.org.ua</email> + <name>Oleg Kravchenko</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers Project</name> + </maintainer> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> </pkgmetadata> |