summaryrefslogtreecommitdiff
path: root/dev-dotnet/dbus-sharp-glib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-dotnet/dbus-sharp-glib
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-dotnet/dbus-sharp-glib')
-rw-r--r--dev-dotnet/dbus-sharp-glib/Manifest5
-rw-r--r--dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild29
-rw-r--r--dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild29
-rw-r--r--dev-dotnet/dbus-sharp-glib/metadata.xml8
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-dotnet/dbus-sharp-glib/Manifest b/dev-dotnet/dbus-sharp-glib/Manifest
deleted file mode 100644
index 107fa771efb9..000000000000
--- a/dev-dotnet/dbus-sharp-glib/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST dbus-sharp-glib-0.5.0.tar.gz 95405 BLAKE2B 75ecffd97ada361d422afdd1e0d4b29663f982e003e95eec670556b26d59515029a42e56bd4b373a3c0e255053370f81b0dbce45b5978b2fba5c176c53e3e27c SHA512 651a8d9b42342d6aca6b7963a089e8da609f0d2e9d6421f40fb9589204af63e790f1bc5dd7735bb751f84d3f0d888e2e2f174c23f79206f8858e0502cba95065
-DIST dbus-sharp-glib-0.6.0.tar.gz 73675 BLAKE2B 21227db46a3ec816f72b823cf6c8de018484ac3ba3657cb47e07924b8ab525bbc6106cdc3c825a4b3ac6c71e1a515927456912afb7331ae20d8e3696b89b738d SHA512 271edf10d149e152290cd0ac8ebaf6ed7a6f5d0f280d5514dbfbdb84f77d8339ba0e2c5fd53242cf00e13c7d2bfa3fbf426ca9038467b26b9a8396c6c9c1ed67
-EBUILD dbus-sharp-glib-0.5.0-r1.ebuild 596 BLAKE2B 42c76fce8938d21007049a50674a9908c14d13c7d09c49a0327f4362f9154c0848aa1b34ccd5f502a55c6eab760a84172a6238cf0e8aff199a143f0c3e39d334 SHA512 bc32797a2439b0b93ccecc98f3b8bd4110543391d12c00de24137cd8c7c9126a6470bd8565323341f03fcd252a5c2a5311a4831cad9361e71c8d7855f6500a9b
-EBUILD dbus-sharp-glib-0.6.0.ebuild 609 BLAKE2B 1d8d0da422bb4028e263da5230d8793c17a1a4ea15c50f7b3237a0c5e1e349e3030073e95564ea499bba08efbb797fdb1b71acb21578041f12ae3bf9af0d2238 SHA512 e81f74f7268a2ba2e26f3836be7ef613aa6e15c9d42cc8688a737df229321096ec1f0a18df6ae8997566f8df59ad22a985626e74fbd9ce33ef062cee4dfc3251
-MISC metadata.xml 253 BLAKE2B e4b30c5ddf7d92003743b4128ee37c628d53b0bd429db8319762e6ef305ce6ec77e5b3d7a4c770af76dae2d6b50c715f69911a7a452a5d0e32d9836b8bfc4f7e SHA512 d8ee397024c36d60a1487f8c9cbad16e0549d3e7c0c424a13e1a18bc517fb372c252a2d76f994dd759fbc210ff7aabe421df8dbc47e1ae7236c850c3b4bafa5f
diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
deleted file mode 100644
index b52e537942b1..000000000000
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools mono-env
-
-DESCRIPTION="D-Bus for .NET: GLib integration module"
-HOMEPAGE="https://github.com/mono/dbus-sharp"
-SRC_URI="https://github.com/downloads/mono/dbus-sharp/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/mono
- >=dev-dotnet/dbus-sharp-0.7:1.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS README"
- mono-env_pkg_setup
-}
-
-src_prepare() {
- sed -i -e 's/gmcs/mcs/' configure.ac || die
- eautoreconf
-}
diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
deleted file mode 100644
index 46ee6c48b31c..000000000000
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools mono-env
-
-DESCRIPTION="D-Bus for .NET: GLib integration module"
-HOMEPAGE="https://github.com/mono/dbus-sharp"
-SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/mono
- >=dev-dotnet/dbus-sharp-0.8:2.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS README"
- mono-env_pkg_setup
-}
-
-src_prepare() {
- sed -i -e 's/gmcs/mcs/' configure.ac || die
- eautoreconf
-}
diff --git a/dev-dotnet/dbus-sharp-glib/metadata.xml b/dev-dotnet/dbus-sharp-glib/metadata.xml
deleted file mode 100644
index c81714a4f53f..000000000000
--- a/dev-dotnet/dbus-sharp-glib/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="github">mono/dbus-sharp</remote-id>
- </upstream>
-</pkgmetadata>