diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 20:38:07 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 20:43:45 +0200 |
commit | 0dffe339c1fcbe1ef08de7c7195261b79cba1053 (patch) | |
tree | b0c61c61bd9f3b8ac4dd2b252e434f87a3b6c1fb /x11-misc/xsnow | |
parent | games-fps/yamagi-quake2: adjust opengl/gles deps (diff) | |
download | gentoo-0dffe339c1fcbe1ef08de7c7195261b79cba1053.tar.gz gentoo-0dffe339c1fcbe1ef08de7c7195261b79cba1053.tar.bz2 gentoo-0dffe339c1fcbe1ef08de7c7195261b79cba1053.zip |
x11-misc/xsnow: drop 3.2.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-misc/xsnow')
-rw-r--r-- | x11-misc/xsnow/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xsnow/xsnow-3.2.2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest index cf99389b91a0..4215508e0b6c 100644 --- a/x11-misc/xsnow/Manifest +++ b/x11-misc/xsnow/Manifest @@ -1,2 +1 @@ -DIST xsnow-3.2.2.tar.gz 410575 BLAKE2B 212eec5744657ece2393c92c8210df23a323deb86e58cba7ecce191da23ee094590603cb267c8325ba8915a386325561ecbc165e27acf442426374abd113c441 SHA512 767aad07834b5af0be08f2e0f205cb4bb796b4ecfd4c38a187fea26b4d8c752d231a1f870494ba70b3437e54e8b5f0f745b69aa45f99d7b32d52a0d4b4cc8ba0 DIST xsnow-3.3.0.tar.gz 405967 BLAKE2B d2b6d87b781c894c09157ff2f06389d0b1cf401eff735b812ec324560d295195c5afaa3c9c755f569f10f4ff4cd9738dbcc393044dbdebc13454bfeb8e1a9065 SHA512 b2674039ed26c5788a137cf44396b18f07458e926ea0552034d2c78cefaeaffce35ef42f2da386ee48b8b4d8f98960a4a31edfcf737c6d269485785699f9227a diff --git a/x11-misc/xsnow/xsnow-3.2.2.ebuild b/x11-misc/xsnow/xsnow-3.2.2.ebuild deleted file mode 100644 index 092d86340907..000000000000 --- a/x11-misc/xsnow/xsnow-3.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools xdg - -DESCRIPTION="let it snow on your desktop and windows" -HOMEPAGE="https://janswaal.home.xs4all.nl/Xsnow/ https://sourceforge.net/projects/xsnow/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/libxml2 - sys-apps/dbus - 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 -} |