commit:     0a21732894eada9662d6b71b7db8675dbad7b11b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 01:52:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 01:52:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0a217328

*/*: drop broken live ebuilds

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-dotnet/libgdiplus/libgdiplus-9999.ebuild     | 66 ------------------
 dev-dotnet/sdb/sdb-9999.ebuild                   | 34 ---------
 dev-util/mono-debugger/mono-debugger-9999.ebuild | 45 ------------
 dev-util/mono-tools/mono-tools-9999.ebuild       | 43 ------------
 net-irc/smuxi/smuxi-9999.ebuild                  | 89 ------------------------
 5 files changed, 277 deletions(-)

diff --git a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
deleted file mode 100644
index e8ff702..0000000
--- a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils dotnet flag-o-matic git-r3
-
-DESCRIPTION="Library for using System.Drawing with mono"
-HOMEPAGE="https://www.mono-project.com";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-EGIT_REPO_URI="https://github.com/mono/${PN}.git";
-
-IUSE="cairo"
-
-RDEPEND=">=dev-libs/glib-2.16:2
-       >=media-libs/freetype-2.3.7
-       >=media-libs/fontconfig-2.6
-       >=media-libs/libpng-1.4:0
-       x11-libs/libXrender
-       x11-libs/libX11
-       x11-libs/libXt
-       >=x11-libs/cairo-1.8.4[X]
-       media-libs/libexif
-       >=media-libs/giflib-4.1.3
-       virtual/jpeg:0
-       media-libs/tiff:0
-       !cairo? ( >=x11-libs/pango-1.20 )"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-giflib-quantizebuffer.patch"  )
-
-src_prepare() {
-       base_src_prepare
-       NOCONFIGURE="true" ./autogen.sh
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-       econf   --disable-dependency-tracking           \
-               --disable-static                        \
-               $(use !cairo && printf %s --with-pango)
-}
-
-src_compile() {
-       emake "$@"
-}
-
-src_install () {
-       emake -j1 DESTDIR="${D}" "$@" install #nowarn
-       dotnet_multilib_comply
-       local commondoc=( AUTHORS ChangeLog README TODO )
-       for docfile in "${commondoc[@]}"
-       do
-               [[ -e "${docfile}" ]] && dodoc "${docfile}"
-       done
-       if [[ "${DOCS[@]}" ]]
-       then
-               dodoc "${DOCS[@]}"
-       fi
-       prune_libtool_files
-}

diff --git a/dev-dotnet/sdb/sdb-9999.ebuild b/dev-dotnet/sdb/sdb-9999.ebuild
deleted file mode 100644
index 8bee21d..0000000
--- a/dev-dotnet/sdb/sdb-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-KEYWORDS="~amd64"
-USE_DOTNET="net40"
-IUSE="${USE_DOTNET}"
-inherit git-r3 dotnet gac
-
-HOMEPAGE="https://github.com/mono/${PN}";
-
-EGIT_REPO_URI="${HOMEPAGE}.git"
-
-RESTRICT="mirror"
-
-SLOT=0
-
-DESCRIPTION="A command line client for the Mono soft debugger."
-LICENSE="MIT"
-
-RDEPEND=">=dev-lang/mono-4.0.2.5"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       :
-}
-
-src_compile() {
-       emake PREFIX=/usr
-}
-
-src_install() {
-       emake PREFIX="${D}/usr" install
-}

diff --git a/dev-util/mono-debugger/mono-debugger-9999.ebuild 
b/dev-util/mono-debugger/mono-debugger-9999.ebuild
deleted file mode 100644
index 6a242b3..0000000
--- a/dev-util/mono-debugger/mono-debugger-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit dotnet autotools flag-o-matic git-r3
-
-DESCRIPTION="Debugger for .NET managed and unmanaged applications"
-HOMEPAGE="https://www.mono-project.com/";
-
-EGIT_REPO_URI="git://github.com/mono/debugger.git"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="test"
-
-# Binutils is needed for libbfd
-RDEPEND="!!=dev-lang/mono-2.2
-       sys-devel/binutils:*
-       dev-libs/glib:2"
-DEPEND="${RDEPEND}
-       !dev-lang/mercury"
-
-src_prepare() {
-       default
-
-       # Allow compilation against system libbfd, bnc#662581
-       eapply "${FILESDIR}/${PN}-2.8-system-bfd.patch"
-       eautoreconf
-}
-
-src_configure() {
-       append-ldflags -Wl,--no-undefined #nowarn
-       econf   --disable-dependency-tracking           \
-               --disable-static                        \
-               --with-system-libbfd            \
-               --disable-static
-}
-
-src_compile() {
-       emake -j1 #nowarn
-}

diff --git a/dev-util/mono-tools/mono-tools-9999.ebuild 
b/dev-util/mono-tools/mono-tools-9999.ebuild
deleted file mode 100644
index 17dc3e6..0000000
--- a/dev-util/mono-tools/mono-tools-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit dotnet autotools git-r3
-
-DESCRIPTION="Set of useful Mono related utilities"
-HOMEPAGE="https://www.mono-project.com/";
-
-EGIT_REPO_URI="git://github.com/mono/${PN}.git"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=">=dev-dotnet/gtk-sharp-2.99
-       dev-dotnet/webkit-sharp"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-       virtual/pkgconfig"
-PATCHES=(
-       "${FILESDIR}/${PN}-2.8-html-renderer-fixes.patch"
-)
-MAKEOPTS="${MAKEOPTS} -j1" #nowarn
-
-src_prepare() {
-       default
-
-       # Stop getting ACLOCAL_FLAGS command not found problem like bug #298813
-       sed -i -e '/ACLOCAL_FLAGS/d' Makefile.am || die
-
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-dependency-tracking \
-               --disable-gecko \
-               --enable-webkit \
-               --disable-gtkhtml \
-               --disable-monowebbrowser || die
-}

diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
deleted file mode 100644
index 4858c9a..0000000
--- a/net-irc/smuxi/smuxi-9999.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils mono-env dotnet versionator autotools git-r3
-
-DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome 
Desktop"
-HOMEPAGE="https://www.smuxi.org/main/";
-EGIT_REPO_URI="https://github.com/meebey/smuxi";
-# https://github.com/meebey/smuxi/releases/tag/1.0.7
-#EGIT_COMMIT="a63e6236bb241c018633c380c99554c38a83f6ad"
-#EGIT_BRANCH="release/1.0"
-
-SRC_URI=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus debug gtk libnotify spell nls"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-CDEPEND=">=dev-lang/mono-4.0.2.5
-       >=dev-dotnet/smartirc4net-1.0
-       dev-libs/stfl
-       >=dev-dotnet/log4net-1.2.10
-       >=dev-dotnet/nini-1.1.0-r2
-       gtk? ( >=dev-dotnet/gtk-sharp-2.12.39:2 )
-       libnotify? ( >=dev-dotnet/notify-sharp-0.4 )
-       libnotify? ( <dev-dotnet/notify-sharp-3 )
-       dbus? ( >=dev-dotnet/dbus-sharp-glib-0.6:* )
-       spell? ( >=app-text/gtkspell-2.0.9:2 )
-"
-DEPEND="${CDEPEND}
-       >=dev-util/intltool-0.25
-       >=sys-devel/gettext-0.17
-       >=net-misc/x11-ssh-askpass-1.2.4.1-r1
-       virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}"
-
-# Build failed on debug issue with --jobs > 1 (2017-07-31)
-MAKEOPTS="-j1"
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-src_prepare() {
-       default
-
-       # https://github.com/meebey/smuxi/issues/86
-       # eautoreconf
-       ./autogen.sh || die "Could not run autogen.sh"
-}
-
-src_configure() {
-       # Our dev-dotnet/db4o is completely unmaintained
-       # We don't have ubuntu stuff
-       econf                   \
-       CSC=/usr/bin/mcs        \
-       --enable-engine-irc     \
-       --without-indicate      \
-       --with-vendor-package-version="Gentoo ${PV}" \
-       --with-db4o=included \
-       --with-messaging-menu=no \
-       --with-indicate=no \
-       $(use_enable debug)     \
-       $(use_enable gtk frontend-gnome) \
-       $(use_enable nls)       \
-       $(use_with libnotify notify) \
-       $(use_with spell gtkspell) \
-
-       touch README
-}
-
-src_compile() {
-       default
-}
-
-src_install() {
-       default
-       # desktop icon is installed with 
/usr/share/applications/smuxi-frontend-gnome.desktop
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}

Reply via email to