summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/dia2code/Manifest1
-rw-r--r--app-office/dia2code/dia2code-0.8.8.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
index fa271cef0543..ffb132b37e7d 100644
--- a/app-office/dia2code/Manifest
+++ b/app-office/dia2code/Manifest
@@ -1,2 +1 @@
-DIST dia2code-0.8.8.tar.gz 480548 BLAKE2B 9e257c21f5dfb6afdf38024a1a002745fc83bc4e2396d0d048f086d95e8c1ce52f2805f5d83a88db16d15bc3a458706b5725c5385eb50d3b9e587d654fd23a21 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2
DIST dia2code-1.0.0.tar.gz 946967 BLAKE2B 48e6c29e9178032d17816726fe2b60c7a87518b898c22f0caec94b31d8cb10e50da4c093f178cad62f8c107bc55c3bbddef692e8608bbb73aed3afb156a2f2be SHA512 6669352e624fddc94aaaa36a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85
diff --git a/app-office/dia2code/dia2code-0.8.8.ebuild b/app-office/dia2code/dia2code-0.8.8.ebuild
deleted file mode 100644
index e52a9960e574..000000000000
--- a/app-office/dia2code/dia2code-0.8.8.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours"
-HOMEPAGE="http://dia2code.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-
-src_install() {
- gnome2_src_install
- doman dia2code.1
-}