diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 11:54:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 11:54:53 +0200 |
commit | 84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e (patch) | |
tree | 5ed5640ef5ebab984ea3cf433622554fbc395b72 /x11-misc/xsnow | |
parent | net-im/teams: Remove old (diff) | |
download | gentoo-84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e.tar.gz gentoo-84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e.tar.bz2 gentoo-84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e.zip |
x11-misc/xsnow: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.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.0.7.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest index f1e091bf4e35..1e363a592e2e 100644 --- a/x11-misc/xsnow/Manifest +++ b/x11-misc/xsnow/Manifest @@ -1,2 +1 @@ -DIST xsnow-3.0.7.tar.gz 322314 BLAKE2B 21c754daddb989a2f0771199d15342d0c08d23669525bbd9672537c200f7ff06d92708c256f2f89b483bb91947374195e4e95c2291425e630883cfe3b9898563 SHA512 1bc58d8c4542839ccc80c7612e472754f7471d2d72c61785b27d8a89d5e6826d40b892628bcea8c7dcfcf22e4c13db76a825a8c580a32f1ea74785f6c478fb79 DIST xsnow-3.2.2.tar.gz 410575 BLAKE2B 212eec5744657ece2393c92c8210df23a323deb86e58cba7ecce191da23ee094590603cb267c8325ba8915a386325561ecbc165e27acf442426374abd113c441 SHA512 767aad07834b5af0be08f2e0f205cb4bb796b4ecfd4c38a187fea26b4d8c752d231a1f870494ba70b3437e54e8b5f0f745b69aa45f99d7b32d52a0d4b4cc8ba0 diff --git a/x11-misc/xsnow/xsnow-3.0.7.ebuild b/x11-misc/xsnow/xsnow-3.0.7.ebuild deleted file mode 100644 index a45296577c28..000000000000 --- a/x11-misc/xsnow/xsnow-3.0.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 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 -} |