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 4414D1382C5 for ; Fri, 5 Jan 2018 23:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A730E0924; Fri, 5 Jan 2018 23:20:16 +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 1BF7EE0930 for ; Fri, 5 Jan 2018 23:20:16 +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 B95E2335C6A for ; Fri, 5 Jan 2018 23:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22695145 for ; Fri, 5 Jan 2018 23:20:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515194398.f6c84c7dd3f05c6a4c0a2f770fdc48995f7dff42.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmnetselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmnetselect/Manifest x11-plugins/wmnetselect/metadata.xml x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild X-VCS-Directories: x11-plugins/wmnetselect/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f6c84c7dd3f05c6a4c0a2f770fdc48995f7dff42 X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:20:07 +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-Archives-Salt: 53f1f739-e63e-454a-bb3d-c6dddd23db1e X-Archives-Hash: 47afa311bfa66a2e9e79cf2eacc34ff7 commit: f6c84c7dd3f05c6a4c0a2f770fdc48995f7dff42 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 5 23:14:52 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jan 5 23:19:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c84c7d x11-plugins/wmnetselect: remove last rited package (bug #639914) x11-plugins/wmnetselect/Manifest | 1 - x11-plugins/wmnetselect/metadata.xml | 11 --------- x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 30 ----------------------- 3 files changed, 42 deletions(-) diff --git a/x11-plugins/wmnetselect/Manifest b/x11-plugins/wmnetselect/Manifest deleted file mode 100644 index 0b4fc654986..00000000000 --- a/x11-plugins/wmnetselect/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmnetselect-0.8.tar.gz 69519 BLAKE2B ef412c355ecb1743060b9044f4c3d2285080ad0c2f08017066bbb01322e1400b742a60117d4b42c74cbf7cf3ea23205bf8ddc65a9e3440320acfd51e4b869893 SHA512 9438ecb289c62f4cfb435cf8bcfcfc25f8709c6f0291e4e92df9f0ebc8dce9f7431f8495df01346dfa19d5a9184a4f8436924bd8f733cd4b1ad1bbaa6ccf6052 diff --git a/x11-plugins/wmnetselect/metadata.xml b/x11-plugins/wmnetselect/metadata.xml deleted file mode 100644 index 64ff172a1e4..00000000000 --- a/x11-plugins/wmnetselect/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - voyageur@gentoo.org - Bernard Cafarelli - - - wmnetselect - - diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild deleted file mode 100644 index 97e5bc202da..00000000000 --- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -IUSE="" -DESCRIPTION="WindowMaker browser launcher docklet" -HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" -SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto - x11-misc/imake" - -src_compile() { - xmkmf || die - emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" wmnetselect || die -} - -src_install () { - dobin wmnetselect - dodoc README ChangeLog TODO README.html -}