diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-14 14:55:33 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-14 14:58:51 +0100 |
commit | e631cb76f0cb373e7866087514c620073eef5f44 (patch) | |
tree | bca05dec637f97f9408823f6520ec5af250b0e24 /dev-dotnet | |
parent | app-text/htmlc: treeclean (diff) | |
download | gentoo-e631cb76f0cb373e7866087514c620073eef5f44.tar.gz gentoo-e631cb76f0cb373e7866087514c620073eef5f44.tar.bz2 gentoo-e631cb76f0cb373e7866087514c620073eef5f44.zip |
dev-dotnet/dbus-sharp-glib: treeclean
Closes: https://bugs.gentoo.org/688404
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 29 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp-glib/metadata.xml | 8 |
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-dotnet/dbus-sharp-glib/Manifest b/dev-dotnet/dbus-sharp-glib/Manifest deleted file mode 100644 index 75035ae034f8..000000000000 --- a/dev-dotnet/dbus-sharp-glib/Manifest +++ /dev/null @@ -1,2 +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 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> |