From: Andreas K. Hüttel Date: Wed, 23 Oct 2019 03:23:21 +0000 (+0200) Subject: dev-util/autodia: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=deb6f86f2d31ce5379ccda7478d739f8648ff888;p=gentoo.git dev-util/autodia: Remove old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- 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 656e77b1bd87..000000000000 --- 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"