aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-06-15 13:42:56 +0100
committerPaul Healy <lmiphay@gmail.com>2024-06-15 13:42:56 +0100
commit5526fab8a30d268b0a15645a0c6b68afc68d8a8f (patch)
tree7fe96d8f2c7c4b1dde8009b5bd49f6b9501a1b4c
parentremove old ebuild; move to eapi8 (diff)
downloadlmiphay-5526fab8a30d268b0a15645a0c6b68afc68d8a8f.tar.gz
lmiphay-5526fab8a30d268b0a15645a0c6b68afc68d8a8f.tar.bz2
lmiphay-5526fab8a30d268b0a15645a0c6b68afc68d8a8f.zip
move to eapi8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--dev-vcs/gitalias/Manifest2
-rw-r--r--dev-vcs/gitalias/gitalias-20170227.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/gitalias/Manifest b/dev-vcs/gitalias/Manifest
index 5193405..b36a390 100644
--- a/dev-vcs/gitalias/Manifest
+++ b/dev-vcs/gitalias/Manifest
@@ -1 +1 @@
-EBUILD gitalias-20170227.ebuild 788 BLAKE2B da701ff931d330fabf4c29a80b21588d1cac73304f7fbe212d0b9d5ae76d517ffccb6fb468d5942861d00ff378d3ed0891266e30959149e2f51ace56ef956d64 SHA512 d41eccf569e36e4b102799ef39b62c2026829b22d8f09eac8b69cfee814ba02a00b760f7f6d9cd4acf2ce6d3cef18352a307c2562c120772e174a718678c5d42
+EBUILD gitalias-20170227.ebuild 778 BLAKE2B 13eb434ba12308939792365b5ea1a0ccfbf64be5640c552965eef5a6da4f35fe5d49e5d2a45ae9d77b19553846b1e926390f1b6af41b5808188ba35b0f97dfc1 SHA512 0ae5b43e30b28e618bcdfccfefafc46311d6942d501247180403bb89e1ff3909ff5556fc4483705f53c088f04a15afc1a7a6c8976bdc24146addad3f217168bd
diff --git a/dev-vcs/gitalias/gitalias-20170227.ebuild b/dev-vcs/gitalias/gitalias-20170227.ebuild
index 8cc3d08..33c420e 100644
--- a/dev-vcs/gitalias/gitalias-20170227.ebuild
+++ b/dev-vcs/gitalias/gitalias-20170227.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="8"
-inherit eutils bash-completion-r1 git-r3
+inherit bash-completion-r1 git-r3
DESCRIPTION="Git alias commands for faster easier version control"
HOMEPAGE="https://github.com/GitAlias/gitalias"