commit: 862948f6e1911cda0f9bcbc9751210bbd2d07305 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 28 11:56:56 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 28 11:58:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862948f6
app-doc/mkdoxy: Remove last-rited pkg Closes: https://bugs.gentoo.org/648582 app-doc/mkdoxy/Manifest | 1 - app-doc/mkdoxy/metadata.xml | 11 ----------- app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild | 23 ----------------------- profiles/package.mask | 5 ----- 4 files changed, 40 deletions(-) diff --git a/app-doc/mkdoxy/Manifest b/app-doc/mkdoxy/Manifest deleted file mode 100644 index 4be20b1e94d..00000000000 --- a/app-doc/mkdoxy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mkdoxy-1.0.0.tar.gz 11109 BLAKE2B 348d62a189d2f79432eafb65824b90bf0a3f82fab3621edcdc9fc04859b1a901cb71fd05773aee57431559bbc7a1055668fe710e719a6a8fa86a987b2c8d64e2 SHA512 0d40282da6b15cdbfe10e41549acc48241e6732519025e93f38d5d76c93ff180b41cc458fc8dbad4ab81bc28a96e4801c15577d39496392a05e743e581d19241 diff --git a/app-doc/mkdoxy/metadata.xml b/app-doc/mkdoxy/metadata.xml deleted file mode 100644 index 04567741bc3..00000000000 --- a/app-doc/mkdoxy/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - A doxygen-style documentation tool for makefiles (requires doxygen). - </longdescription> - <upstream> - <remote-id type="sourceforge">mkdoxy</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild b/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild deleted file mode 100644 index 7241ac00ff6..00000000000 --- a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-doc/doxygen - >=dev-lang/perl-5" - -src_install() { - dobin mkdoxy - dodoc AUTHORS ChangeLog INSTALL INSTALL.gentoo README TODO VERSION -} diff --git a/profiles/package.mask b/profiles/package.mask index 7f64930c527..da9bd147a36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -272,11 +272,6 @@ net-vpn/miredo # in a month. app-misc/wyrd -# Pacho Ramos <[email protected]> (17 Jun 2018) -# Not compatible with recent perl, not needed by anything in the tree -# (#648582). Removal in a month. -app-doc/mkdoxy - # Pacho Ramos <[email protected]> (17 Jun 2018) # Doesn't run, cannot bump it (#651146). Removal in a month. games-emulation/hatari
