summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-04-02 15:11:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-04-02 15:14:48 +0200
commit9924c520f20669b50e2b2aa8c893e5fc7b67ec85 (patch)
tree84abc671d60ef34d4741041453e9fedf3ea1dc74
parentsci-mathematics/why3-for-spark: drop 2019-r3 (diff)
downloadgentoo-9924c520f20669b50e2b2aa8c893e5fc7b67ec85.tar.gz
gentoo-9924c520f20669b50e2b2aa8c893e5fc7b67ec85.tar.bz2
gentoo-9924c520f20669b50e2b2aa8c893e5fc7b67ec85.zip
x11-misc/xsnow: drop 3.5.3-r1
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--x11-misc/xsnow/Manifest1
-rw-r--r--x11-misc/xsnow/xsnow-3.5.3-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest
index 947c76d9d527..64d6ac74097e 100644
--- a/x11-misc/xsnow/Manifest
+++ b/x11-misc/xsnow/Manifest
@@ -1,3 +1,2 @@
DIST xsnow-3.3.0.tar.gz 405967 BLAKE2B d2b6d87b781c894c09157ff2f06389d0b1cf401eff735b812ec324560d295195c5afaa3c9c755f569f10f4ff4cd9738dbcc393044dbdebc13454bfeb8e1a9065 SHA512 b2674039ed26c5788a137cf44396b18f07458e926ea0552034d2c78cefaeaffce35ef42f2da386ee48b8b4d8f98960a4a31edfcf737c6d269485785699f9227a
-DIST xsnow-3.5.3.tar.gz 474540 BLAKE2B 8b7e841cb2cefe44787b8457d55cc526114b09d7f1f4c435d89519b49295ac89ca73d15a026e2d7095e0f450775ea59763c7d253026fefcc90241390b5d17142 SHA512 e1172660c4fd344454a7b1619321cfe773d35430311f108c6aa7b04f8da7fe4fdf2886a7cd8b4093ad7d2f6fbb0046a12b29598b6ab46d3ad35f8eadb76ff0a5
DIST xsnow-3.6.0.tar.gz 495875 BLAKE2B 9ebc87254ce81b7fd051bbc0170faa7198390679a8dbaccdfa3674b1f584ad298fa73506b7eb8ff63fe04f168ebafcd30bc2101510c4e912e029edefe4813c65 SHA512 e2684e6d011a8add8819e16b6b649f8d501525c41a4baa0ef32d90b7603e30910a77093c2d21f52a7adb72f0ba18076f9265557e70dc246b365e0fd2b8ed4ab1
diff --git a/x11-misc/xsnow/xsnow-3.5.3-r1.ebuild b/x11-misc/xsnow/xsnow-3.5.3-r1.ebuild
deleted file mode 100644
index d57c9e3051f7..000000000000
--- a/x11-misc/xsnow/xsnow-3.5.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools xdg
-
-DESCRIPTION="let it snow on your desktop and windows"
-HOMEPAGE="https://www.ratrabbit.nl/ratrabbit/xsnow/"
-SRC_URI="https://www.ratrabbit.nl/downloads/xsnow/${P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
- dev-libs/glib:2
- sci-libs/gsl:=
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXpm
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.0.7-gamesdir.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}