aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:04:54 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:07:18 +0000
commit74a37fc43bc412505010bb4e3477198691e56218 (patch)
tree25a86f0477b3bff4b372a38b04f31b945fe59b8d
parentdev-dotnet/gio-sharp: treeclean (broken) (diff)
downloaddotnet-74a37fc43bc412505010bb4e3477198691e56218.tar.gz
dotnet-74a37fc43bc412505010bb4e3477198691e56218.tar.bz2
dotnet-74a37fc43bc412505010bb4e3477198691e56218.zip
dev-dotnet/gkeyfile-sharp: treeclean (broken)
Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/gkeyfile-sharp/Manifest1
-rw-r--r--dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild32
-rw-r--r--dev-dotnet/gkeyfile-sharp/metadata.xml8
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-dotnet/gkeyfile-sharp/Manifest b/dev-dotnet/gkeyfile-sharp/Manifest
deleted file mode 100644
index 1bc4180..0000000
--- a/dev-dotnet/gkeyfile-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gkeyfile-sharp-0.1.tar.gz 19862 SHA256 21a8a7ebfd4cbc2495d2f917426768550fe9dc2dead0e570541dc6a33f181c3d SHA512 056bf88b8e1e4032be5d082f4f9fcb1eb00df0294cec6edea8117539b5f5c29fddf41b26a43ff7fadc370d10f0e53add968dfa4bd7763f130e140f45b7c21e9d WHIRLPOOL 91a3410a8a702cb54b0746c5ccb90ba3740b13ffab74f7f95bb0a8a1ed5f1b82d998a5eaa80a5c4f02bcd623338cec91e12d3ba3f4109aa14ec9adb2752ce3b9
diff --git a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
deleted file mode 100644
index ec734d9..0000000
--- a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools dotnet
-
-DESCRIPTION="C# binding for gkeyfile"
-HOMEPAGE="https://launchpad.net/gkeyfile-sharp https://github.com/mono/gkeyfile-sharp"
-SRC_URI="https://github.com/mono/${PN}/tarball/GKEYFILE_SHARP_0_1 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS
-}
diff --git a/dev-dotnet/gkeyfile-sharp/metadata.xml b/dev-dotnet/gkeyfile-sharp/metadata.xml
deleted file mode 100644
index b1262f1..0000000
--- a/dev-dotnet/gkeyfile-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>