summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xsnow/xsnow-3.5.3-r1.ebuild')
-rw-r--r--x11-misc/xsnow/xsnow-3.5.3-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-}