summaryrefslogtreecommitdiff
path: root/dev-libs/squareball
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /dev-libs/squareball
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.2021
Diffstat (limited to 'dev-libs/squareball')
-rw-r--r--dev-libs/squareball/Manifest4
-rw-r--r--dev-libs/squareball/squareball-0.2.0.ebuild6
-rw-r--r--dev-libs/squareball/squareball-9999.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/squareball/Manifest b/dev-libs/squareball/Manifest
index 831387bdfda7..b591c8a3ad3d 100644
--- a/dev-libs/squareball/Manifest
+++ b/dev-libs/squareball/Manifest
@@ -1,4 +1,4 @@
DIST squareball-0.2.0.tar.xz 231844 BLAKE2B 831952ae3d3fb14abe978b04300b6e365217ab80b2cad863d6db33dc856816121cf2688adb56c59d50db9a62322c602eda57dd1fdeb830b97b557abc1157ece9 SHA512 be039d2e2120e87bb7289e75185c9ad46452fe6ae167dda2b60944d0a32f7ff7e89504f5ddd8343e0150d12ef22d71c51ab9290e90c43a930773bd39576bdf31
-EBUILD squareball-0.2.0.ebuild 1059 BLAKE2B f538728ca897e2ddb21ef81f18b2503519938cc5cd5c18d82d3af02bddcd5db8e58271a2b174b3f70af2276bd697f61cf0500af80682e7735027c1eabfd5bc42 SHA512 7b6141f3566a503aa7779ec45ce80ebc1c71563f1aed2bdc47b9590ec3e7d9de98a45244195e6d37b98fbc8b3446a6560762eed623a4f9d8e652dbe22ab2e85c
-EBUILD squareball-9999.ebuild 1059 BLAKE2B f538728ca897e2ddb21ef81f18b2503519938cc5cd5c18d82d3af02bddcd5db8e58271a2b174b3f70af2276bd697f61cf0500af80682e7735027c1eabfd5bc42 SHA512 7b6141f3566a503aa7779ec45ce80ebc1c71563f1aed2bdc47b9590ec3e7d9de98a45244195e6d37b98fbc8b3446a6560762eed623a4f9d8e652dbe22ab2e85c
+EBUILD squareball-0.2.0.ebuild 1052 BLAKE2B 3bf262a428b7a27b51a928927ed73fea2213185fe83d4bfa1728f2d23656e7e8c33822b381fd3e7e14fea07701db4a91bbb128a4110cb975b25253744c49a77b SHA512 095ed75d8d1518ee50a9ef68ed6f61f3fab1090c61ba31ec00923dca4cec490f9f7f40d28632df569d31f6ccd7d9014140c29fa000de2f816f1f198da8748052
+EBUILD squareball-9999.ebuild 1052 BLAKE2B 3bf262a428b7a27b51a928927ed73fea2213185fe83d4bfa1728f2d23656e7e8c33822b381fd3e7e14fea07701db4a91bbb128a4110cb975b25253744c49a77b SHA512 095ed75d8d1518ee50a9ef68ed6f61f3fab1090c61ba31ec00923dca4cec490f9f7f40d28632df569d31f6ccd7d9014140c29fa000de2f816f1f198da8748052
MISC metadata.xml 383 BLAKE2B 4e9d61cdfcdb1c7da5afe7d7f4461de640d9fa4e8f95195a87108cb823ad3bdb9d67f42ca0f45274590362c52a01cc61fca92d5e426af9ba8bd09d1f0a1f601d SHA512 8d9eeccdd5b6b77089b1840a52a5acd12dae224483a1af4a48fdd91bb9c0dd7fb16cf4a440970bb6eed3747c28d751be53740c2a27e878e2b97aa359c57d183e
diff --git a/dev-libs/squareball/squareball-0.2.0.ebuild b/dev-libs/squareball/squareball-0.2.0.ebuild
index 58abed1015b2..aeb29384561f 100644
--- a/dev-libs/squareball/squareball-0.2.0.ebuild
+++ b/dev-libs/squareball/squareball-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,10 +14,10 @@ DESCRIPTION="A general-purpose library for C99"
HOMEPAGE="https://github.com/rafaelmartins/squareball"
SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
- KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"
diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild
index 58abed1015b2..aeb29384561f 100644
--- a/dev-libs/squareball/squareball-9999.ebuild
+++ b/dev-libs/squareball/squareball-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,10 +14,10 @@ DESCRIPTION="A general-purpose library for C99"
HOMEPAGE="https://github.com/rafaelmartins/squareball"
SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
- KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"