summaryrefslogtreecommitdiff
path: root/dev-dotnet/monocalendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-21 00:05:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-21 00:05:36 +0100
commitbfd63d5b0e96ad32e0d0a8fe15512b6a9ac6fc9e (patch)
tree4d1f8172a8137960573865b4a5ac8b7846d281df /dev-dotnet/monocalendar
parent77b275a53383b07b154caa09feb6f4961b206638 (diff)
gentoo auto-resync : 21:05:2024 - 00:05:35
Diffstat (limited to 'dev-dotnet/monocalendar')
-rw-r--r--dev-dotnet/monocalendar/Manifest3
-rw-r--r--dev-dotnet/monocalendar/metadata.xml8
-rw-r--r--dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild30
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-dotnet/monocalendar/Manifest b/dev-dotnet/monocalendar/Manifest
deleted file mode 100644
index 6635d89e047e..000000000000
--- a/dev-dotnet/monocalendar/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST monocalendar-source-0.7.2.tar.gz 178249 BLAKE2B ed1a38419b1c1528838800431d6935b152d8131fa6eea36c6344dcaa40e785e1d53170df96b8e2053497d4f8c45791e63c935fa0ff572678483415663bc95b98 SHA512 8793f4a56d5626485a2e8378121b8b2f2435a5c7f26be12fad1bf4647e464686f670becbf1b0a35add60080f1bdf06ba993f9ecbc4d30ca3fad5ecceebcd0c12
-EBUILD monocalendar-0.7.2.ebuild 634 BLAKE2B ce9d55febf6857ed7f20fe8fd01704f1b2ae07a74f2a58d2599adfcbc1eb8ba8da4e10fced07baa5dbb9f69857678abb286e68b36bc05856f330f73960b83bc8 SHA512 69983e23189f59f2535ea4cb64bf8d952d1b60be9f6c17b7258700bc81200652c16e9922982ce8f8a00fdc6a0d7d0558358a89dd28b177f55a44fdac406836d0
-MISC metadata.xml 250 BLAKE2B c12bbc401295df9a680bff9090d91ea7565db7a12d6ef87e93eb7c36a73a3ab178bbf1486d51d960b1b83edc9c7efd1bc250dbe33d613b72ba1f9821ba66d33a SHA512 90fb20997dba89636c1284edfc02763b1252051bed8d71d8e54f62953d42a5248d1cce4a47076b3ab0c63b8d2b2824ed7fc4999bc4ad838d42a22dbe05f1ac1f
diff --git a/dev-dotnet/monocalendar/metadata.xml b/dev-dotnet/monocalendar/metadata.xml
deleted file mode 100644
index 00cf2d909aa8..000000000000
--- a/dev-dotnet/monocalendar/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">monocalendar</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild
deleted file mode 100644
index 9bfd98a4eeed..000000000000
--- a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mono wrapper
-
-DESCRIPTION="iCal clone for .NET"
-HOMEPAGE="http://www.monocalendar.com/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}-source-${PV}.tar.gz"
-S="${WORKDIR}/MonoCalendar"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-DEPEND=">=dev-lang/mono-1.2.1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake -C bin/Release
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/${PN}
- doexe bin/Release/*dll
- doexe bin/Release/*.exe
-
- make_wrapper monocalendar "mono /usr/$(get_libdir)/${PN}/MonoCalendar.exe"
-}