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 CA69C138334 for ; Thu, 10 Oct 2019 12:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26066E08C3; Thu, 10 Oct 2019 12:25:32 +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 EE43CE08BF for ; Thu, 10 Oct 2019 12:25:31 +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 B12A734BAFB for ; Thu, 10 Oct 2019 12:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D24840 for ; Thu, 10 Oct 2019 12:25:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570710223.c782c0c87a99c902abbe0680e2679e839183c581.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/smet2html/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/smet2html/Manifest net-p2p/smet2html/metadata.xml net-p2p/smet2html/smet2html-0.1.ebuild profiles/package.mask X-VCS-Directories: profiles/ net-p2p/smet2html/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c782c0c87a99c902abbe0680e2679e839183c581 X-VCS-Branch: master Date: Thu, 10 Oct 2019 12:25:29 +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: 10b88b91-1d83-4c8e-ac41-03778cafe571 X-Archives-Hash: a44ff7597e14840c762aa47dc2829211 commit: c782c0c87a99c902abbe0680e2679e839183c581 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 10 12:23:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 10 12:23:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c782c0c8 net-p2p/smet2html: Remove last-rited pkg Closes: https://bugs.gentoo.org/693884 Signed-off-by: Michał Górny gentoo.org> net-p2p/smet2html/Manifest | 1 - net-p2p/smet2html/metadata.xml | 8 -------- net-p2p/smet2html/smet2html-0.1.ebuild | 31 ------------------------------- profiles/package.mask | 6 ------ 4 files changed, 46 deletions(-) diff --git a/net-p2p/smet2html/Manifest b/net-p2p/smet2html/Manifest deleted file mode 100644 index fad0aa7fd3c..00000000000 --- a/net-p2p/smet2html/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST smet2html-0.1.tar.gz 4669 BLAKE2B 68c150e0379077e30902deaf8b02610d984011961652978757bc0173c124ca2d001817d170434a7c255a83acd1e21a14f333b9c7431b0f1f77b62da6138a0caf SHA512 4b08c0c112f62b054167dce463653b3723f3a237c2a77d7da6a989297bac632feef7786e70957dd4b24206a282ea283038f76011f965aed8d328446a3248580e diff --git a/net-p2p/smet2html/metadata.xml b/net-p2p/smet2html/metadata.xml deleted file mode 100644 index 60470d6a6f4..00000000000 --- a/net-p2p/smet2html/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - ed2k-tools - - diff --git a/net-p2p/smet2html/smet2html-0.1.ebuild b/net-p2p/smet2html/smet2html-0.1.ebuild deleted file mode 100644 index ac90dbab641..00000000000 --- a/net-p2p/smet2html/smet2html-0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Convert eDonkey2000 server.met to html" -HOMEPAGE="http://ed2k-tools.sourceforge.net/${PN}.shtml" -SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i -e "s:gcc -Wall:gcc ${CFLAGS} -Wall:g" ${S}/Makefile -} - -src_compile() { - make || die "make failed" -} - -src_install() { - dobin smet2html -} diff --git a/profiles/package.mask b/profiles/package.mask index 0a7a605cbf3..d88ecc4333c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -879,12 +879,6 @@ net-wireless/orinoco-fwutils # Removal in 30 days. Bug #693886. net-p2p/xnap -# Michał Górny (2019-09-09) -# Unmaintained. Added in 2004, last release in 2002. EAPI 0. -# QA issues. No amd64 keyword. -# Removal in 30 days. Bug #693884. -net-p2p/smet2html - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.