summaryrefslogtreecommitdiff
path: root/x11-misc/xsnow/xsnow-1.42-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xsnow/xsnow-1.42-r2.ebuild')
-rw-r--r--x11-misc/xsnow/xsnow-1.42-r2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-misc/xsnow/xsnow-1.42-r2.ebuild b/x11-misc/xsnow/xsnow-1.42-r2.ebuild
deleted file mode 100644
index 2ccf2f3dc660..000000000000
--- a/x11-misc/xsnow/xsnow-1.42-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="let it snow on your desktop and windows"
-HOMEPAGE="https://janswaal.home.xs4all.nl/Xsnow/"
-SRC_URI="https://janswaal.home.xs4all.nl/Xsnow/${P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXext
- x11-libs/libXpm
-"
-DEPEND="
- ${RDEPEND}
- app-text/rman
- x11-base/xorg-proto
- x11-misc/imake
- x11-misc/gccmakedep
-"
-
-src_compile() {
- xmkmf || die
- make depend || die
- emake \
- CC="$(tc-getCC)" \
- CDEBUGFLAGS="${CFLAGS}" \
- LOCAL_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin xsnow
- rman -f HTML < xsnow._man > xsnow.1-html || die
- newman xsnow._man xsnow.1
- newdoc xsnow.1-html xsnow.1.html
- dodoc README
-}