From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B02D1382C5 for ; Sat, 10 Apr 2021 09:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D74DE085B; Sat, 10 Apr 2021 09:58:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80D24E085B for ; Sat, 10 Apr 2021 09:58:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D8F63408F9 for ; Sat, 10 Apr 2021 09:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E220CC for ; Sat, 10 Apr 2021 09:58:44 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1618048493.84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsnow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsnow/Manifest x11-misc/xsnow/xsnow-3.0.7.ebuild X-VCS-Directories: x11-misc/xsnow/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e X-VCS-Branch: master Date: Sat, 10 Apr 2021 09:58:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8620a05e-a3fd-4d27-81e2-e336843b362a X-Archives-Hash: 6262649892d5116436c13a98b6b9a31a commit: 84b782f1565c5ce1d521df4b4ebcfbebf5a61f8e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 10 09:54:53 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 10 09:54:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b782f1 x11-misc/xsnow: Remove old Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> x11-misc/xsnow/Manifest | 1 - x11-misc/xsnow/xsnow-3.0.7.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/x11-misc/xsnow/Manifest b/x11-misc/xsnow/Manifest index f1e091bf4e3..1e363a592e2 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 a45296577c2..00000000000 --- 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 -}