diff options
author | Peter Asplund <peter.azp@gmail.com> | 2023-04-16 22:59:15 +0200 |
---|---|---|
committer | Peter Asplund <peter.azp@gmail.com> | 2023-04-16 23:03:12 +0200 |
commit | ce03ed5a916679034eee433a8113b004145fa77f (patch) | |
tree | cd2d883a4df4a4d9b5fc6ef42f1639b6f6a6b834 | |
parent | media-gfx/renderdoc/files: Add needed patch files (diff) | |
download | AzP-ce03ed5a916679034eee433a8113b004145fa77f.tar.gz AzP-ce03ed5a916679034eee433a8113b004145fa77f.tar.bz2 AzP-ce03ed5a916679034eee433a8113b004145fa77f.zip |
games-action/subspacebattle: new package, add 9999
Update to EAPI 7 and remove ununsed eclasses.
Signed-off-by: Peter Asplund <peter.azp@gmail.com>
-rw-r--r-- | games-action/subspacebattle/ChangeLog | 12 | ||||
-rw-r--r-- | games-action/subspacebattle/Manifest | 3 | ||||
-rw-r--r-- | games-action/subspacebattle/metadata.xml | 4 | ||||
-rw-r--r-- | games-action/subspacebattle/subspacebattle-9999.ebuild (renamed from games-action/subspacebattle/subspacebattle-0.999.ebuild) | 6 |
4 files changed, 3 insertions, 22 deletions
diff --git a/games-action/subspacebattle/ChangeLog b/games-action/subspacebattle/ChangeLog deleted file mode 100644 index 4826607..0000000 --- a/games-action/subspacebattle/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for games-action/subspacebattle -# Copyright 2002-2018 Gentoo Foundation; Distributed under the GPL v2 - -*subspacebattle-0.9999 (17 Feb 2018) - - 17 Feb 2018; P.Asplund <peterasplund@gentoo.se> ChangeLog : - Update ebuild to use git. Clean up using repoman. - -*subspacebattle-0.3 (12 Aug 2009) - - 12 Aug 2009; P.Asplund <peterasplund@gentoo.se> ChangeLog : - Added initial ChangeLog diff --git a/games-action/subspacebattle/Manifest b/games-action/subspacebattle/Manifest deleted file mode 100644 index 2580092..0000000 --- a/games-action/subspacebattle/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD subspacebattle-0.999.ebuild 493 SHA256 1e30791acd7ed98538d4211f56463c422e84a07fb4b91ded010b0493fcbaa96d SHA512 3597315420b067c62b25e5c22464206f9c5c7b3fe0fbf900daa1de8c0e32494451e535aea628c9c1ddd787630c1c365f4a88a7155aa82c91243cae25d6e164bd WHIRLPOOL af22a4574954707e4492118b8c24627cce2a8ee15cff1c072004f3d471a30fdfc5b962770dc8f39a043c75eff4fd80077830ac4723588530eccc9c2ceafa92c0 -MISC ChangeLog 387 SHA256 ece106a4b3a8c7fdb1024b4959e5fbdb17a33913562d5c78a3857a71271cdacd SHA512 31b1ac66ddb0198e1371bc55085c839325b3abc66fbe834ccc59308e1b245beebfae8e1bfa047d749610f3acdf481b9df33e1cff4df4b2f1df219829bbbee9ae WHIRLPOOL cc94dcd409bb9fe15b43689717dc0922524cf861b21f24b6da7a194eeee5f62a9379fc8ad17f89c1bad3aa90ece4d56fd852a130813abbc8a19bc005ece9e99e -MISC metadata.xml 139 SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be WHIRLPOOL 620431014dd4fb752c3d46d11904ecb2c6d4525f5b4e30f4f778a3b74d3f7187ae4ccd856ebd7eabb48ce261b21849c732928fe647edce024a3fdc082d8f8630 diff --git a/games-action/subspacebattle/metadata.xml b/games-action/subspacebattle/metadata.xml deleted file mode 100644 index 097975e..0000000 --- a/games-action/subspacebattle/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/games-action/subspacebattle/subspacebattle-0.999.ebuild b/games-action/subspacebattle/subspacebattle-9999.ebuild index 09ca027..b7f4206 100644 --- a/games-action/subspacebattle/subspacebattle-0.999.ebuild +++ b/games-action/subspacebattle/subspacebattle-9999.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://git.code.sf.net/p/subspacebattle/code" -inherit eutils git-r3 eutils cmake-multilib +inherit git-r3 cmake-multilib DESCRIPTION="A strategic multiplayer space shoot 'em up in 3D" HOMEPAGE="http://subspacebattle.sf.net" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +#KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-games/irrlicht |