diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /games-fps/quake3-matrix |
reinit the tree, so we can have metadata
Diffstat (limited to 'games-fps/quake3-matrix')
-rw-r--r-- | games-fps/quake3-matrix/Manifest | 5 | ||||
-rw-r--r-- | games-fps/quake3-matrix/metadata.xml | 8 | ||||
-rw-r--r-- | games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 22 |
3 files changed, 35 insertions, 0 deletions
diff --git a/games-fps/quake3-matrix/Manifest b/games-fps/quake3-matrix/Manifest new file mode 100644 index 000000000000..f4e82c1b300a --- /dev/null +++ b/games-fps/quake3-matrix/Manifest @@ -0,0 +1,5 @@ +DIST matrix24.zip 21191819 SHA256 5c748941c857bdeaa7daa9ffd1ef5aebb6113a4c89709d6132c3a6eb4188abcd SHA512 f19b7d9d6b54eee23480a4217e6c47fdca184fcd7653a04a147ad6a2af6151420381adb340db37f445e3a23d8c0f045c760c7f10218d6c2622f9cb74acd792db WHIRLPOOL f0748dd347b1c4d5b59a4df00ee863bc0eecc223872eaf6448af241907b122bc07bac2fcdae1031ec25fcaea0b13d549709fa004e267a63c371487498f3f606c +EBUILD quake3-matrix-2.4_beta-r1.ebuild 462 SHA256 bde8561f69a2bb87880a2b7b7860433355daf0414a45773978a0a901dba1e404 SHA512 003c35ec8415fd11a815540444c5fa0a36c5fec540d6a7b9aba93429f6ec512b4ee9c2019717f1bd14adb803ba2764445e0271fb273d7916ce35269b1aee0021 WHIRLPOOL 4fa5589a0e6ad5c087d477f1b4b8c4b2cbad4f1c65c9a41adf89af3695e445ba05f2a4f5bfcfee20388edd18c11b10bf39b9a20da8e54120f9cf2643ce08081c +MISC ChangeLog 2594 SHA256 217d387e0ba0cec691eccebe5bdc65e6cf94cc76d4a76e221e9c0102441e6907 SHA512 88f1fb1b6709cfea33e2ffcb30379f9522961bd373413bbb13334c1f46ebf9a35a6250b6a0b9692be7350a60be01c046036cd36dda148805e369cdf3b712dafe WHIRLPOOL 9e0c007a4e8656cc0a3e1b81a5e22d29aaa3ed0b8e8788f479d1d29f3ab263cf0180a27d590d8c917169c4da6366eb44709c2ffba184432b5368f09334d02ff7 +MISC ChangeLog-2015 1092 SHA256 0e1d717ebc2867e9f43904723adad207500f72a33a26b51953d2499243a038b3 SHA512 acd74ea4b10d871425f2c4857d174434f7f6a83f0803f178d1f4e9a1488890f152ef3647c4fd4e69ecc2d91b7ba9e6e1c80d9e18974627a2995f7f41176a0178 WHIRLPOOL f2a0804b875a1c342bf7bb39a1e829a66ca857d8cacd98a1247c5f0ca54e9fd945aad6e86b3f45e87c7648b45c1881d3377d2fd394ff3333f08bb1d4e584d457 +MISC metadata.xml 249 SHA256 943b9ce0cd072229b43569ab668dd7ec741d9dfefd942c8921dabd4490b27b0c SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 WHIRLPOOL b10e21575c78e201a652c8582cd16e3f7c86b13dd20a30f4cea44066fb139440b3c186147dbaae83478f11a20b6f457a99c8b29ee1239a4caaa21eee01250088 diff --git a/games-fps/quake3-matrix/metadata.xml b/games-fps/quake3-matrix/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-fps/quake3-matrix/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +</pkgmetadata> diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild new file mode 100644 index 000000000000..2a5f1e35177a --- /dev/null +++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +MOD_DESC="Matrix conversion mod" +MOD_NAME="Matrix" +MOD_DIR="matrix" + +inherit games games-mods + +HOMEPAGE="http://www.moddb.com/mods/matrix-quake-3" +SRC_URI="mirror://quakeunity/modifications/matrix24.zip" + +LICENSE="freedist" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" + +src_unpack() { + mkdir ${MOD_DIR} || die + cd ${MOD_DIR} || die + unpack ${A} +} |