summaryrefslogtreecommitdiff
path: root/app-office/dia2code
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-office/dia2code
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-office/dia2code')
-rw-r--r--app-office/dia2code/Manifest1
-rw-r--r--app-office/dia2code/dia2code-1.0.0-r2.ebuild36
-rw-r--r--app-office/dia2code/files/dia2code-1.0.0-fix-imports.patch12
-rw-r--r--app-office/dia2code/metadata.xml9
4 files changed, 0 insertions, 58 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
deleted file mode 100644
index ffb132b37e7d..000000000000
--- a/app-office/dia2code/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dia2code-1.0.0.tar.gz 946967 BLAKE2B 48e6c29e9178032d17816726fe2b60c7a87518b898c22f0caec94b31d8cb10e50da4c093f178cad62f8c107bc55c3bbddef692e8608bbb73aed3afb156a2f2be SHA512 6669352e624fddc94aaaa36a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85
diff --git a/app-office/dia2code/dia2code-1.0.0-r2.ebuild b/app-office/dia2code/dia2code-1.0.0-r2.ebuild
deleted file mode 100644
index d84db1a93e16..000000000000
--- a/app-office/dia2code/dia2code-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2
-
-DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours"
-HOMEPAGE="http://dia2code.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/libxml2:="
-DEPEND="${RDEPEND}
- test? ( app-shells/bash )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-fix-imports.patch
-)
-
-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/files/dia2code-1.0.0-fix-imports.patch b/app-office/dia2code/files/dia2code-1.0.0-fix-imports.patch
deleted file mode 100644
index e12d38806b6d..000000000000
--- a/app-office/dia2code/files/dia2code-1.0.0-fix-imports.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/895298
-
---- a/src/decls.hpp
-+++ b/src/decls.hpp
-@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
- #include "config.h"
-
- #include "umlPackage.hpp"
-+#include <cinttypes>
-
- /* Package processing auxiliary structure:
- "Declarations" are UML packages (which map to IDL module or C++
diff --git a/app-office/dia2code/metadata.xml b/app-office/dia2code/metadata.xml
deleted file mode 100644
index f6b6cde5f785..000000000000
--- a/app-office/dia2code/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>