summaryrefslogtreecommitdiff
path: root/app-office/dia2code
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /app-office/dia2code
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'app-office/dia2code')
-rw-r--r--app-office/dia2code/Manifest2
-rw-r--r--app-office/dia2code/dia2code-0.8.8.ebuild22
2 files changed, 0 insertions, 24 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
index 78dbe7b38433..ef6f2d1474d9 100644
--- a/app-office/dia2code/Manifest
+++ b/app-office/dia2code/Manifest
@@ -1,5 +1,3 @@
-DIST dia2code-0.8.8.tar.gz 480548 BLAKE2B 9e257c21f5dfb6afdf38024a1a002745fc83bc4e2396d0d048f086d95e8c1ce52f2805f5d83a88db16d15bc3a458706b5725c5385eb50d3b9e587d654fd23a21 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2
DIST dia2code-1.0.0.tar.gz 946967 BLAKE2B 48e6c29e9178032d17816726fe2b60c7a87518b898c22f0caec94b31d8cb10e50da4c093f178cad62f8c107bc55c3bbddef692e8608bbb73aed3afb156a2f2be SHA512 6669352e624fddc94aaaa36a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85
-EBUILD dia2code-0.8.8.ebuild 486 BLAKE2B b37a255b31523bb1ed07764699a6202c71784962fd1d6886a2cc7b708cc4b4a9aae01d2adee6d35030405bc4a170d4e870b8f39e253601155a9f0b73e7de486c SHA512 20c38596850599b0223b339ffb48ed0071ce0891fe456b705981225c7afc70c77eb5e111be722511656e9f1cf121fb95949a8a43aaa7c2918684a5e54ea1c4a9
EBUILD dia2code-1.0.0.ebuild 655 BLAKE2B de3f107bee077ec2181d29b2c8c393a82a236c0fb06612b77f07f837b81f62c04667abb51a3887b5ee5e7501960fe3b66e68fb0de06f7d8b6847c43470dedd5a SHA512 a9c102c11fb1b1e0ec7f8332c861457de6639cd00cefb36b1fa687b31f9389b2cb6d46c5e96b07ad23be8d4cc3c44467e9ad6b9754c83928d3d5d94857b6ad78
MISC metadata.xml 331 BLAKE2B 3ccf3e94cd80861d83db33fb82e6d02be76beea936164b5f132f1904eb43965278b266da1145cdb32b059919dd01f808c8353338651a8d64823de794655cbfe9 SHA512 3c08e8ed607a264bed5a4c299bb433f0b4fb930d3a3272740c300e7e0a5f8d852a7d0fa80ef7f1e7bd1dc44c1b9e85814141d8b8cc31b403a95971b8c5b27494
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
-}