diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 01:05:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 01:07:18 +0000 |
commit | 4243420b9fd5f0cc4b3357f1700eae37a42aa760 (patch) | |
tree | bec6e812c7af07678def98e5324d46fd1f55327a | |
parent | dev-dotnet/gkeyfile-sharp: treeclean (broken) (diff) | |
download | dotnet-4243420b9fd5f0cc4b3357f1700eae37a42aa760.tar.gz dotnet-4243420b9fd5f0cc4b3357f1700eae37a42aa760.tar.bz2 dotnet-4243420b9fd5f0cc4b3357f1700eae37a42aa760.zip |
dev-dotnet/gtk-sharp-beans: treeclean (broken)
Bug: https://bugs.gentoo.org/858938
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-dotnet/gtk-sharp-beans/Manifest | 1 | ||||
-rw-r--r-- | dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0-r2.ebuild | 39 | ||||
-rw-r--r-- | dev-dotnet/gtk-sharp-beans/metadata.xml | 8 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-dotnet/gtk-sharp-beans/Manifest b/dev-dotnet/gtk-sharp-beans/Manifest deleted file mode 100644 index 6a5c7ca..0000000 --- a/dev-dotnet/gtk-sharp-beans/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtk-sharp-beans-2.14.0.tar.gz 21265 SHA256 91fe411ac6889bcf6b70074f3c0dc62de9076a43e804fd7cc2009f8b008dbd6b SHA512 8d4a6c654803ea5ed5c129456041fa8d98ea59997b72e15aca8b936e17677f1c13042f601caee05d1289fe0f78c3d91e7ab9b9a2dffddff2028ff8c278a4aac3 WHIRLPOOL 1d519a76586320369e68850cecb301b8b40c46ffe208d0d355b3784b7d436461a93b7048b51c2ebc94ed32eb92bb729be78a8a9bbf744a436b1d1f854d8cc7b1 diff --git a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0-r2.ebuild b/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0-r2.ebuild deleted file mode 100644 index 643a7d2..0000000 --- a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools dotnet - -DESCRIPTION="GTK+ API C# binding" -HOMEPAGE="https://github.com/mono/gtk-sharp-beans" -SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-dotnet/gio-sharp - >=dev-dotnet/gtk-sharp-2.12.21:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - eautoreconf -} - -src_compile() { - emake -j1 #nowarn -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README - - dotnet_multilib_comply -} diff --git a/dev-dotnet/gtk-sharp-beans/metadata.xml b/dev-dotnet/gtk-sharp-beans/metadata.xml deleted file mode 100644 index b1262f1..0000000 --- a/dev-dotnet/gtk-sharp-beans/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> |