summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-01-21 22:55:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-01-21 22:55:09 +0200
commit83e04e6d8587ccedcf1066d481e13e99855676dd (patch)
tree1207934bc6cb7f26920d0de93846aa6ce940c863 /x11-misc/xsnow
parentsci-electronics/klayout: Version bump (diff)
downloadgentoo-83e04e6d8587ccedcf1066d481e13e99855676dd.tar.gz
gentoo-83e04e6d8587ccedcf1066d481e13e99855676dd.tar.bz2
gentoo-83e04e6d8587ccedcf1066d481e13e99855676dd.zip
x11-misc/xsnow: Remove old
Package-Manager: Portage-3.0.12, 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/Manifest1
-rw-r--r--x11-misc/xsnow/xsnow-1.42-r2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest
index 433f4d3d6bfb..db88e7afa7eb 100644
--- a/x11-misc/xsnow/Manifest
+++ b/x11-misc/xsnow/Manifest
@@ -1,2 +1 @@
-DIST xsnow-1.42.tar.gz 56752 BLAKE2B b6feefa4aabc464097b099a0e48d27b9bd5d1b82bc02ca187ffd8ab810f3562c1d11ad01f18f79994699e1fb1fa520269976a35634388fbab2838e2e2bb122bd SHA512 7833f3c1834d64944a578dc71bbf09966d47a1b4878fb826cf121606e76c69544d96d73665572b45c47e0e017dd0cb0bf49f76799aeb859c1dc72348da4ff257
DIST xsnow-3.0.7.tar.gz 322314 BLAKE2B 21c754daddb989a2f0771199d15342d0c08d23669525bbd9672537c200f7ff06d92708c256f2f89b483bb91947374195e4e95c2291425e630883cfe3b9898563 SHA512 1bc58d8c4542839ccc80c7612e472754f7471d2d72c61785b27d8a89d5e6826d40b892628bcea8c7dcfcf22e4c13db76a825a8c580a32f1ea74785f6c478fb79
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
-}