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 A559313835D for ; Thu, 17 Dec 2020 14:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F5E4E08AD; Thu, 17 Dec 2020 14:50:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D01EE08AD for ; Thu, 17 Dec 2020 14:50:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF8FF341172 for ; Thu, 17 Dec 2020 14:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C6B3CB for ; Thu, 17 Dec 2020 14:50:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1608216619.e5c8971bbb7607b45ec9735db4855554b70d0b9d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmblob/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmblob/Manifest x11-plugins/wmblob/wmblob-1.0.3.ebuild X-VCS-Directories: x11-plugins/wmblob/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e5c8971bbb7607b45ec9735db4855554b70d0b9d X-VCS-Branch: master Date: Thu, 17 Dec 2020 14:50:27 +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: 84ab5f31-76a3-4889-97e1-9c042f6cf89f X-Archives-Hash: 8ac4a1cbcd8fb7b70d87bf22fc049f28 commit: e5c8971bbb7607b45ec9735db4855554b70d0b9d Author: Aaron Bauman gentoo org> AuthorDate: Thu Dec 17 14:44:48 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Dec 17 14:50:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c8971b x11-plugins/wmblob: drop old Signed-off-by: Aaron Bauman gentoo.org> x11-plugins/wmblob/Manifest | 1 - x11-plugins/wmblob/wmblob-1.0.3.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/x11-plugins/wmblob/Manifest b/x11-plugins/wmblob/Manifest index cdc2ee8d0de..655731361c8 100644 --- a/x11-plugins/wmblob/Manifest +++ b/x11-plugins/wmblob/Manifest @@ -1,2 +1 @@ -DIST wmblob-1.0.3.tar.bz2 160657 BLAKE2B e36f7b8c6dd38466da490bd85d03ff2f378caced8d5908b00422428223aaa1fc3754bfd35dcacb2f162b0d44c8c04b509cf5c00d678d687e5b90cad886ce98a6 SHA512 4d8c7e30218d9ec7dc965c69e69b0fb5839c468f695ec2cc9fd9bb0b8fbc89b1386122e11b75906169bb16d13dae16cd8287c5bcf8bd28ccbbad4d4f057b3414 DIST wmblob-1.0.4.tar.bz2 179284 BLAKE2B 79025a4d80c05bd8f9d1a962762680e24ae0eb09c8bf961833f4f4c59b086ecc8563ef71c28678c969da75f1f074c691c9fd6a6919358886e64f7fcb814611a3 SHA512 d325711e6c6c865a97386793a7c3f0e0833044001ccc336f2a4e9974799e5ff00936b0d90a0dc4a3280ba27a8d1f97239ba51d61e6e5b104e7cf82c8aeed5ec1 diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild deleted file mode 100644 index 4d31557be81..00000000000 --- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools multilib - -DESCRIPTION="a fancy but useless dockapp with moving blobs" -HOMEPAGE="https://github.com/bbidulock/wmblob" -SRC_URI="https://github.com/bbidulock/wmblob/releases/download/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto - x11-libs/libXt" - -DOCS="AUTHORS ChangeLog NEWS README doc/how_it_works" - -src_prepare() { - sed -i \ - -e "s|-O2|${CFLAGS}|g" \ - -e "s|\$x_libraries|/usr/$(get_libdir)|" \ - configure.ac || die - - eautoreconf -}