commit: deb6f86f2d31ce5379ccda7478d739f8648ff888 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 23 03:23:21 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 03:23:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb6f86f
dev-util/autodia: Remove old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-util/autodia/autodia-2.140.0-r1.ebuild | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/dev-util/autodia/autodia-2.140.0-r1.ebuild b/dev-util/autodia/autodia-2.140.0-r1.ebuild deleted file mode 100644 index 656e77b1bd8..00000000000 --- a/dev-util/autodia/autodia-2.140.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PN=Autodia -MODULE_VERSION=2.14 -MODULE_AUTHOR=TEEJAY -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes -inherit perl-app multilib - -DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format" -HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}" -SRC_URI+=" mirror://gentoo/${MY_PN}-2.14-dbi.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="graphviz test" - -RDEPEND=" - dev-perl/Template-Toolkit - dev-perl/XML-Simple - graphviz? ( - dev-perl/GraphViz - ) -" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - ) -" - -SRC_TEST=do -PATCHES=( "${WORKDIR}"/${MY_PN}-2.14-dbi.patch ) -mydoc="DEVELOP"
