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 DA214138334 for ; Sun, 3 Jun 2018 07:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA94E0952; Sun, 3 Jun 2018 07:12:27 +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 5EEF6E0952 for ; Sun, 3 Jun 2018 07:12:27 +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 A0AF0335C75 for ; Sun, 3 Jun 2018 07:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA9F2C0 for ; Sun, 3 Jun 2018 07:12:23 +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: <1528009930.706099ef14f3a5802473625036c08aec813a4b77.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/mkdoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/mkdoxy/mkdoxy-1.0.0.ebuild X-VCS-Directories: app-doc/mkdoxy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 706099ef14f3a5802473625036c08aec813a4b77 X-VCS-Branch: master Date: Sun, 3 Jun 2018 07:12:23 +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: 3d39cba9-5e8d-41db-a6fc-e92388b94db5 X-Archives-Hash: 413c4b64bf85be207180fcd149f7eba4 commit: 706099ef14f3a5802473625036c08aec813a4b77 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 3 07:12:10 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 3 07:12:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706099ef app-doc/mkdoxy: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.7 app-doc/mkdoxy/mkdoxy-1.0.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app-doc/mkdoxy/mkdoxy-1.0.0.ebuild b/app-doc/mkdoxy/mkdoxy-1.0.0.ebuild deleted file mode 100644 index e0d729e51c2..00000000000 --- a/app-doc/mkdoxy/mkdoxy-1.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="mkDoxy generates Doxygen-compatible HTML documentation for makefiles" -HOMEPAGE="https://sourceforge.net/projects/mkdoxy/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -DEPEND="app-doc/doxygen - >=dev-lang/perl-5" - -src_install() { - dobin mkdoxy - dodoc AUTHORS ChangeLog INSTALL INSTALL.gentoo README TODO VERSION -}