summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-23 05:23:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-23 05:23:21 +0200
commitdeb6f86f2d31ce5379ccda7478d739f8648ff888 (patch)
treed1176978554ae034cde8fa1e38895f9be55ae085 /dev-util/autodia
parentdev-db/percona-toolkit: Remove redundant perl-app.eclass (diff)
downloadgentoo-deb6f86f2d31ce5379ccda7478d739f8648ff888.tar.gz
gentoo-deb6f86f2d31ce5379ccda7478d739f8648ff888.tar.bz2
gentoo-deb6f86f2d31ce5379ccda7478d739f8648ff888.zip
dev-util/autodia: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/autodia')
-rw-r--r--dev-util/autodia/autodia-2.140.0-r1.ebuild36
1 files changed, 0 insertions, 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 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"