commit:     867053f6812e95b376de5a77ec2f64f3924cf0d4
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 22:40:40 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 22:40:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=867053f6

delete previous versions

 dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild      | 60 -------------------
 dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild       | 60 -------------------
 dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild       | 61 -------------------
 dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild  | 69 ----------------------
 dev-dotnet/libgdiplus/libgdiplus-9999.ebuild       |  2 +-
 .../xdt-for-monodevelop-2.8.3.ebuild               |  2 +-
 .../mono-docbrowser-2.20130821-r1.ebuild           | 65 --------------------
 7 files changed, 2 insertions(+), 317 deletions(-)

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild 
b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
deleted file mode 100644
index c5d906e..0000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit dotnet autotools base
-
-SLOT="2"
-DESCRIPTION="gtk bindings for mono"
-LICENSE="GPL-2"
-HOMEPAGE="http://www.mono-project.com/GtkSharp";
-KEYWORDS="~amd64 ~x86 ~ppc"
-SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz";
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       x11-libs/pango
-       >=dev-libs/glib-2.31
-       dev-libs/atk
-       x11-libs/gtk+:2
-       gnome-base/libglade
-       dev-perl/XML-LibXML
-       !dev-dotnet/gtk-sharp-gapi
-       !dev-dotnet/gtk-sharp-docs
-       !dev-dotnet/gtk-dotnet-sharp
-       !dev-dotnet/gdk-sharp
-       !dev-dotnet/glib-sharp
-       !dev-dotnet/glade-sharp
-       !dev-dotnet/pango-sharp
-       !dev-dotnet/atk-sharp"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       sys-devel/automake:1.11"
-
-src_prepare() {
-       base_src_prepare
-       eautoreconf
-       libtoolize
-}
-
-src_configure() {
-       econf   --disable-static \
-               --disable-dependency-tracking \
-               --disable-maintainer-mode \
-               $(use_enable debug)
-}
-
-src_compile() {
-       emake
-}
-
-src_install() {
-       default
-       dotnet_multilib_comply
-       sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
-}

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild 
b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
deleted file mode 100644
index ace12d5..0000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit dotnet autotools base
-
-SLOT="3"
-DESCRIPTION="gtk bindings for mono"
-LICENSE="GPL-2"
-HOMEPAGE="http://www.mono-project.com/GtkSharp";
-KEYWORDS="~amd64 ~x86 ~ppc"
-SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       x11-libs/pango
-       >=dev-libs/glib-2.31
-       dev-libs/atk
-       x11-libs/gtk+:3
-       gnome-base/libglade
-       dev-perl/XML-LibXML
-       !dev-dotnet/gtk-sharp-gapi
-       !dev-dotnet/gtk-sharp-docs
-       !dev-dotnet/gtk-dotnet-sharp
-       !dev-dotnet/gdk-sharp
-       !dev-dotnet/glib-sharp
-       !dev-dotnet/glade-sharp
-       !dev-dotnet/pango-sharp
-       !dev-dotnet/atk-sharp"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       sys-devel/automake:1.11"
-
-src_prepare() {
-       base_src_prepare
-       eautoreconf
-       libtoolize
-}
-
-src_configure() {
-       econf   --disable-static \
-               --disable-dependency-tracking \
-               --disable-maintainer-mode \
-               $(use_enable debug)
-}
-
-src_compile() {
-       emake
-}
-
-src_install() {
-       default
-       dotnet_multilib_comply
-       sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
-}

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild 
b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild
deleted file mode 100644
index e36da96..0000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit dotnet autotools base
-
-SLOT="3"
-DESCRIPTION="gtk bindings for mono"
-LICENSE="GPL-2"
-HOMEPAGE="http://www.mono-project.com/GtkSharp";
-KEYWORDS="~amd64 ~x86 ~ppc"
-SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
-       >=dev-lang/mono-3.0
-       x11-libs/pango
-       >=dev-libs/glib-2.31
-       dev-libs/atk
-       x11-libs/gtk+:3
-       gnome-base/libglade
-       dev-perl/XML-LibXML
-       !dev-dotnet/gtk-sharp-gapi
-       !dev-dotnet/gtk-sharp-docs
-       !dev-dotnet/gtk-dotnet-sharp
-       !dev-dotnet/gdk-sharp
-       !dev-dotnet/glib-sharp
-       !dev-dotnet/glade-sharp
-       !dev-dotnet/pango-sharp
-       !dev-dotnet/atk-sharp"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       sys-devel/automake:1.11"
-
-src_prepare() {
-       base_src_prepare
-       eautoreconf
-       libtoolize
-}
-
-src_configure() {
-       econf   CSC=/usr/bin/mcs
-               --disable-static \
-               --disable-dependency-tracking \
-               --disable-maintainer-mode \
-               $(use_enable debug)
-}
-
-src_compile() {
-       emake CSC=/usr/bin/mcs
-}
-
-src_install() {
-       default
-       dotnet_multilib_comply
-       sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
-}

diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild
deleted file mode 100644
index d547792..0000000
--- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit base eutils dotnet flag-o-matic
-
-DESCRIPTION="Library for using System.Drawing with mono"
-HOMEPAGE="http://www.mono-project.com";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
-SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2";
-
-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.2.3
-       virtual/jpeg:0
-       media-libs/tiff:0
-       !cairo? ( >=x11-libs/pango-1.20 )"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-PATCHES=("${FILESDIR}/${P}-gold.patch"
-       "${FILESDIR}/${PN}-2.10.1-libpng15.patch"
-       "${FILESDIR}/${PN}-2.10.9-giflib-quantizebuffer.patch")
-
-src_prepare() {
-       base_src_prepare
-       sed -i -e 's:ungif:gif:g' configure || die
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-       econf   --disable-dependency-tracking           \
-               --disable-static                        \
-               --with-cairo=system                     \
-               $(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/libgdiplus/libgdiplus-9999.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
index 66de234..bbd7426 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools eutils dotnet flag-o-matic git-r3
+inherit eutils dotnet flag-o-matic git-r3
 
 DESCRIPTION="Library for using System.Drawing with mono"
 HOMEPAGE="http://www.mono-project.com";

diff --git a/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.3.ebuild 
b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.3.ebuild
index 17ef1bd..182fc47 100644
--- a/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.3.ebuild
+++ b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.3.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 SRC_URI="https://github.com/mrward/xdt/archive/Release-NuGet-${PV}-Mono.tar.gz 
-> xdt-for-monodevelop-${PV}.tar.gz"
 S=${WORKDIR}/xdt-Release-NuGet-${PV}-Mono
 
-KEYWORDS="x86 amd64"
+KEYWORDS="x86 amd64 ~ppc"
 IUSE=""
 
 DEPEND="|| ( dev-lang/mono )"

diff --git a/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild 
b/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild
deleted file mode 100644
index d703db1..0000000
--- a/dev-util/mono-docbrowser/mono-docbrowser-2.20130821-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base dotnet autotools git-2
-
-DESCRIPTION="monodoc stripped from mono-tools"
-HOMEPAGE="http://www.mono-project.com/";
-
-EGIT_REPO_URI="git://github.com/mono/mono-tools.git"
-EGIT_COMMIT="3d28f26e1ca93ea7ead9ff2aae1897ec01c1ceb8"
-
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+webkit gtkhtml"
-
-# gtkhtml is currently deprecated in Gentoo tree
-RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2
-       >=dev-dotnet/gnome-sharp-2.24.2-r1
-       gtkhtml? ( >=dev-dotnet/gnome-desktop-sharp-2.26.0-r2:2 )
-       webkit? ( >=dev-dotnet/webkit-sharp-0.2-r1 )"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/mono-tools-2.8-html-renderer-fixes.patch"
-       "${FILESDIR}/mono-tools-docbrowser-basedir-fix.patch" )
-MAKEOPTS="${MAKEOPTS} -j1" #nowarn
-
-pkg_setup() {
-       if ! use webkit && ! use gtkhtml
-       then
-               die "You must USE either webkit or gtkhtml"
-       fi
-}
-
-src_prepare() {
-       base_src_prepare
-
-       # 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 \
-               $(use_enable gtkhtml) \
-               $(use_enable webkit) \
-               --disable-monowebbrowser || die
-}
-
-src_compile() {
-       cd docbrowser
-       default
-}
-
-src_install() {
-       cd docbrowser
-       default
-}

Reply via email to