summaryrefslogtreecommitdiff
path: root/media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-08 15:59:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-08 15:59:10 +0000
commitba7a238ca9c95cb73dc1040bfe42d78dd6970126 (patch)
tree832e7f8a61ef6de3aa7c7b5c652e5b951d827194 /media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild
parent31a02d889028bf30f7b376b935aa05c2140d3c66 (diff)
gentoo auto-resync : 08:02:2024 - 15:59:10
Diffstat (limited to 'media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild')
-rw-r--r--media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild78
1 files changed, 0 insertions, 78 deletions
diff --git a/media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild b/media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild
deleted file mode 100644
index 965cc2432ee5..000000000000
--- a/media-gfx/pablodraw/pablodraw-3.3.13_beta.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOTNET_PKG_COMPAT=7.0
-NUGETS="
-atksharp@3.24.24.38
-cairosharp@3.24.24.38
-eto.forms@2.7.4
-eto.platform.gtk@2.7.4
-gdksharp@3.24.24.38
-giosharp@3.24.24.38
-glibsharp@3.24.24.38
-gtksharp@3.24.24.38
-lidgren.network@1.0.2
-microsoft.netcore.platforms@1.1.0
-mono.nat@3.0.3
-netstandard.library@2.0.3
-newtonsoft.json@13.0.2
-pangosharp@3.24.24.38
-sharpcompress@0.32.2
-system.buffers@4.5.1
-system.componentmodel.annotations@5.0.0
-system.memory@4.5.4
-system.numerics.vectors@4.4.0
-system.runtime.compilerservices.unsafe@4.5.3
-system.runtime.compilerservices.unsafe@6.0.0
-system.text.encoding.codepages@6.0.0
-"
-
-inherit desktop dotnet-pkg xdg
-
-DESCRIPTION="Ansi/Ascii text and RIPscrip vector graphic art editor/viewer"
-HOMEPAGE="https://picoe.ca/products/pablodraw/
- https://github.com/cwensley/pablodraw/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/cwensley/${PN}.git"
-else
- SRC_URI="https://github.com/cwensley/${PN}/archive/${PV/_/-}.tar.gz
- -> ${P}.tar.gz"
- S="${WORKDIR}/${P/_/-}"
-
- KEYWORDS="~amd64"
-fi
-
-SRC_URI+=" ${NUGET_URIS} "
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- x11-libs/gtk+:3[introspection]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOTNET_PKG_PROJECTS=( Source/PabloDraw/PabloDraw.csproj )
-
-src_unpack() {
- dotnet-pkg_src_unpack
-
- if [[ -n "${EGIT_REPO_URI}" ]] ; then
- git-r3_src_unpack
- fi
-}
-
-src_install() {
- dotnet-pkg_src_install
- dotnet-pkg-base_dolauncher "/usr/share/${P}/PabloDraw" "${PN}"
-
- doicon Assets/PabloDraw.png
- make_desktop_entry "${PN}" PabloDraw PabloDraw "Graphics;RasterGraphics;"
-}