aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zapparov <alexey@zapparov.com>2023-04-24 19:06:58 +0200
committerAlexey Zapparov <alexey@zapparov.com>2023-04-24 19:06:58 +0200
commitda04de2d36b259a3755dd1af00f59d74444ad53e (patch)
tree5d991bac9a112012ccf68759cf58801a3d5db5a3 /x11-themes
parentx11-themes/bibata-xcursors: add 2.0.3 (diff)
downloadguru-da04de2d36b259a3755dd1af00f59d74444ad53e.tar.gz
guru-da04de2d36b259a3755dd1af00f59d74444ad53e.tar.bz2
guru-da04de2d36b259a3755dd1af00f59d74444ad53e.zip
x11-themes/bibata-xcursors: drop 1.1.2-r2
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/bibata-xcursors/Manifest1
-rw-r--r--x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/bibata-xcursors/Manifest b/x11-themes/bibata-xcursors/Manifest
index 00c76cef7..3a4b708ea 100644
--- a/x11-themes/bibata-xcursors/Manifest
+++ b/x11-themes/bibata-xcursors/Manifest
@@ -1,3 +1,2 @@
-DIST bibata-xcursors-1.1.2-r2.tar.gz 26397061 BLAKE2B 4bd1c9a2b8fc1cd636e855e876a9efefac6abc1ad464466000d444d98fbb675fa83beeba9633cfc98cf448e454ac0192793ef832586c186be52f4c5b3fb6427b SHA512 5acc71613fc8d4528d83d50f6e763ffc5645ede306c7f761ea3791bab74afbe2904711aa4ce5b88d204e3a0b074d9d61bef2d5bfa9b4147527c00a6dca9667f9
DIST bibata-xcursors-2.0.2.tar.gz 96043910 BLAKE2B 38495942a40fd252a8d96e585b0da1b858ef702b6df806d9fdaafddb497df15ffef599801806161ae3108e4b80236503b9190ab021b82e476fa548fcc47dd68e SHA512 192cdd81c9ab0dc7d8acd1e20454f6c954ce1af031d083a5c8a22a1f28a101667e0c30eecb84a626cf843cc47068bf728726277bc0b56df757dff96d002aea98
DIST bibata-xcursors-2.0.3.tar.gz 95694863 BLAKE2B 68344c46d07982351e36267e8ade471b8fb25895d7d799f2ff5aab88f79d23671105a869d9a029a8ea10bc76e753e2dce576c780901017f9a8255f389f31f6a8 SHA512 fe05f908e2bf16c0072a34f4fd2233ed2bf03740b1ea7ab30ce4be43810fc5dec47844af532ff3c52b6cc75318a3653599f44b48e88623b9250787ba1c7982f1
diff --git a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild b/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
deleted file mode 100644
index f6b4a0fa4..000000000
--- a/x11-themes/bibata-xcursors/bibata-xcursors-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Opensource, compact, and material-designed cursor set"
-HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
-SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}-r2.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11
- doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
-}