summaryrefslogtreecommitdiff
path: root/app-office/dia2code
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-office/dia2code
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-office/dia2code')
-rw-r--r--app-office/dia2code/Manifest3
-rw-r--r--app-office/dia2code/dia2code-1.0.0.ebuild32
-rw-r--r--app-office/dia2code/metadata.xml11
3 files changed, 0 insertions, 46 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
deleted file mode 100644
index ef6f2d1474d9..000000000000
--- a/app-office/dia2code/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dia2code-1.0.0.tar.gz 946967 BLAKE2B 48e6c29e9178032d17816726fe2b60c7a87518b898c22f0caec94b31d8cb10e50da4c093f178cad62f8c107bc55c3bbddef692e8608bbb73aed3afb156a2f2be SHA512 6669352e624fddc94aaaa36a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85
-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-1.0.0.ebuild b/app-office/dia2code/dia2code-1.0.0.ebuild
deleted file mode 100644
index 7f505bb1e808..000000000000
--- a/app-office/dia2code/dia2code-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 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-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
-IUSE="test"
-
-RDEPEND="${DEPEND}"
-DEPEND="
- dev-libs/libxml2
- test? ( app-shells/bash )
-"
-
-src_prepare() {
- # Script makes use of arrays
- sed -e 's:/bin/sh:/bin/bash:' \
- -i tests/tests.sh || die
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- doman docs/dia2code.1
-}
diff --git a/app-office/dia2code/metadata.xml b/app-office/dia2code/metadata.xml
deleted file mode 100644
index c8d1cfcb2f44..000000000000
--- a/app-office/dia2code/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">dia2code</remote-id>
- </upstream>
-</pkgmetadata>