summaryrefslogtreecommitdiff
path: root/x11-libs/fox-wrapper
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /x11-libs/fox-wrapper
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.04.2018
Diffstat (limited to 'x11-libs/fox-wrapper')
-rw-r--r--x11-libs/fox-wrapper/Manifest4
-rw-r--r--x11-libs/fox-wrapper/fox-wrapper-2.ebuild6
-rw-r--r--x11-libs/fox-wrapper/fox-wrapper-3.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/fox-wrapper/Manifest b/x11-libs/fox-wrapper/Manifest
index 082b969aa62c..1a35e5f70f00 100644
--- a/x11-libs/fox-wrapper/Manifest
+++ b/x11-libs/fox-wrapper/Manifest
@@ -1,5 +1,5 @@
AUX fox-wrapper-2.sh 1905 BLAKE2B 1b437efc5d8fa8b4d12ccd84469b1c6b8c19cad06fafcdca19304f352edb97e645815411a49ff1aeea1347b3ad024b40bacb761727d32c1d2692e2d5a040f893 SHA512 9cf96c083ea0d787992f40c5acce69dec162535122d65788aa05fe4bf33473103c889a1de98dfd80526c4a53e684cf536105f88bd610e9e50a55eb68bc2ecf35
AUX fox-wrapper-3.sh 1901 BLAKE2B 20b6ca94deee62464642e5a7e127c78135dc83a5c8c4d369fe35d7e6c2686b825b7fe966998f58dbd7bd5d77ae30a9f6e98d1bac46bb06050cf52a1d8c9f30fb SHA512 19d7115feb5566ae8e3c7af9a88aca7d0643dab92fb8bfbdd0bfa826f7357b2caff436741218eb9d51164fcdf863c3150526108e3282fa244102bd85f8abaee5
-EBUILD fox-wrapper-2.ebuild 520 BLAKE2B 1ff6ed255c9d674a8a675952880bbab3ae32a458358fa3c8eee19ee0f3627808e310fe8e5c9887a9b2e2a930a5c8e22dee650d362a135d08f6a9a6016af18e1c SHA512 a8606b8f0a715d5610b4b7079cece44828f2ba9407f3289456ba08dfe54f3e6be87021aba407ab0917f27c10db5c5a5d0bc53b0be009d3e64c54e455a7ca9d89
-EBUILD fox-wrapper-3.ebuild 541 BLAKE2B 9516aa0c628fcdc35a768ab8f44a9da7c43be52f1396f1ec4aa94a8c24f29a194bd924414c368ddc422166370f1ced17524513dbfa3d155917be479768b86bbd SHA512 616722fe511af3799534a30e9b36770c98e48e54d1295fd45b15e948bd6fa0b7510f511dadfbfcc989b5a217d95a725ddbf5656f613d5669814e853b1e47e858
+EBUILD fox-wrapper-2.ebuild 521 BLAKE2B 3180b08d0c55585f0cbaedc43fab068ed68d02a47d51631f2bcbac6b88ffa76924c41c610f113c4ff8e60f505c9059db21de99ad5336e1dd32039b6fb19526f6 SHA512 8cbb277dbd1f60a13e7319aa5f8e9788ef96ca8bb6aec46ff765d8cd3e186b7dbbf0bc55671dc7bb90e5a6bc7f44fbaf101544dd3fbf0255e2c9a79326823839
+EBUILD fox-wrapper-3.ebuild 542 BLAKE2B 635930b9ec415321ecdc2d291c269a854c48d3919f6d4981b1673882c2d0e69bbf55c83ce57ef0fa7218a4a0122d3287120b7c12391de60e73955f9baf31df1a SHA512 0f19dc92535474212e5e26b544717bd6755d2a4fc2ae40a4cde4b1bb5d961dddea76246ecd83efd31d8f65d00bfa7df4ff52cf0bdb8ed5e3de549e4ae9b9fe17
MISC metadata.xml 139 BLAKE2B b4a59c22790dfec3fbcfaea41ef363401766736b68a85bedae00e1944d0a848aa97104c2f34244c0fe7b6363029281f965fc1b3545301d341cda371eaa976274 SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be
diff --git a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild
index f5662434b399..4f9bb151e2c8 100644
--- a/x11-libs/fox-wrapper/fox-wrapper-2.ebuild
+++ b/x11-libs/fox-wrapper/fox-wrapper-2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="wrapper for fox-config to manage multiple versions"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI=""
@@ -17,7 +19,7 @@ S=${WORKDIR}
src_install() {
exeinto /usr/lib/misc
- newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die
+ newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh
dodir /usr/bin
dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config
diff --git a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild
index 82cc948f070c..62ecfd896f60 100644
--- a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild
+++ b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="wrapper for fox-config to manage multiple versions"
HOMEPAGE="https://www.gentoo.org/"
SRC_URI=""
@@ -17,7 +19,7 @@ S=${WORKDIR}
src_install() {
exeinto /usr/lib/misc
- newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh || die
+ newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh
dodir /usr/bin
dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config