aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:04:48 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:07:18 +0000
commit1d0c20177bfabdab527ba8d7ebc1a97934edcdc2 (patch)
tree59c1bb55d6dd74d73d88614eb66d581737981d52
parentdev-dotnet/fake: treeclean (broken) (diff)
downloaddotnet-1d0c20177bfabdab527ba8d7ebc1a97934edcdc2.tar.gz
dotnet-1d0c20177bfabdab527ba8d7ebc1a97934edcdc2.tar.bz2
dotnet-1d0c20177bfabdab527ba8d7ebc1a97934edcdc2.zip
dev-dotnet/gio-sharp: treeclean (broken)
Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/gio-sharp/Manifest1
-rw-r--r--dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild44
-rw-r--r--dev-dotnet/gio-sharp/metadata.xml8
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-dotnet/gio-sharp/Manifest b/dev-dotnet/gio-sharp/Manifest
deleted file mode 100644
index dd259cf..0000000
--- a/dev-dotnet/gio-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gio-sharp-0.3.tar.gz 89752 SHA256 e800eafa4caf70d3b6b3db29c0ff9907ff416accfb7f324803f7014ef581a9c3 SHA512 69a3e5db422403fa756a25818a7db5adcf6c1bef81b1f10ce5dc4bdb63ea1462c3a9ea4a4f987b0e30dc444499258c1aac279005d045c8709187bae7f095a66a WHIRLPOOL e0a9e3b49b249c11747b51c6439e57d03d3f62ed4af0c0dc825f1224655315b3d3784759174dd7e7dec66a6ad30850480e9cd4bfa1c2541cb320eb8106d3daf6
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
deleted file mode 100644
index 2ebcc6e..0000000
--- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools dotnet
-
-DESCRIPTION="GIO API C# binding"
-HOMEPAGE="https://github.com/mono/gio-sharp"
-SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2
- >=dev-libs/glib-2.22:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS NEWS README"
-}
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- sed -i -e '/autoreconf/d' autogen-generic.sh || die
- NOCONFIGURE=1 ./autogen-2.22.sh || die
-
- eautoreconf
-}
-
-src_compile() {
- emake -j1 #nowarn
-}
-
-src_install() {
- default
- mono_multilib_comply
-}
diff --git a/dev-dotnet/gio-sharp/metadata.xml b/dev-dotnet/gio-sharp/metadata.xml
deleted file mode 100644
index b1262f1..0000000
--- a/dev-dotnet/gio-sharp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <description>Gentoo Dotnet Project</description>
- </maintainer>
-</pkgmetadata>