aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:49:11 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:49:11 +0000
commitd2c46ec7bc686312368c2cbc4de14bceae8953e8 (patch)
treecfaaaeda4748e8771aac9820ac14de91fc562740
parentwww-servers/xsp: update Manifest (diff)
downloaddotnet-d2c46ec7bc686312368c2cbc4de14bceae8953e8.tar.gz
dotnet-d2c46ec7bc686312368c2cbc4de14bceae8953e8.tar.bz2
dotnet-d2c46ec7bc686312368c2cbc4de14bceae8953e8.zip
dev-dotnet/gnome-sharp: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/gnome-sharp/Manifest2
-rw-r--r--dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild44
-rw-r--r--dev-dotnet/gnome-sharp/gnome-sharp-2.24.4.ebuild82
-rw-r--r--dev-dotnet/gnome-sharp/gnome-sharp-9999.ebuild82
-rw-r--r--dev-dotnet/gnome-sharp/metadata.xml8
5 files changed, 0 insertions, 218 deletions
diff --git a/dev-dotnet/gnome-sharp/Manifest b/dev-dotnet/gnome-sharp/Manifest
deleted file mode 100644
index a8f183d..0000000
--- a/dev-dotnet/gnome-sharp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST 2.24.4.tar.gz 321244 SHA256 4e72b9b452af9cf54250564b0b633e5a5925f50ddb3b39e97efd0abe69bc077e SHA512 00f0b9b917c13086f4e83091f1c99c21182288f0a2a3c9be2e71ed56b3d32d30c65a59a03101668ce410abea06f3ea4ef617fcf085f6a3be6eae8b2476e41a4f WHIRLPOOL c30c81f1d2b2599fdfb985c7024119d3be1f84f4389e8c9af4911553866312f0d4d0332aa6b56b4331aede17a37eab120e0fdc977b69d3a91d4e5e17ee065574
-DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8
diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild
deleted file mode 100644
index 82bc6fd..0000000
--- a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit dotnet autotools
-
-SLOT="2"
-DESCRIPTION="gnome bindings for mono"
-HOMEPAGE="https://www.mono-project.com/GtkSharp"
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-SRC_URI="mirror://gnome/sources/gnome-sharp/2.24/${P}.tar.bz2"
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
- >=dev-dotnet/gtk-sharp-2.12.21:2
- gnome-base/gconf
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui
- media-libs/libart_lgpl
- !dev-dotnet/gnomevfs-sharp
- !dev-dotnet/gconf-sharp
- !dev-dotnet/art-sharp
- "
-DEPEND="${RDEPEND}
- sys-devel/automake:1.11"
-
-src_prepare() {
- default
- eautoreconf
- elibtoolize
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_install() {
- default
- dotnet_multilib_comply
-}
diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.4.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.4.ebuild
deleted file mode 100644
index 73883b9..0000000
--- a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.4.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit dotnet autotools
-
-SLOT="2"
-DESCRIPTION="gnome bindings for mono"
-HOMEPAGE="https://www.mono-project.com/GtkSharp"
-LICENSE="GPL-2"
-
-# Taken from the bootstrap configure script to allow using portage
-# functions for building. Should be updated accordingly.
-GNOME_SHARP_VERSION=2.24.4 # Not using ${PV} because 9999 depends on this value. Must be bumped with every release.
-ASSEMBLY_VERSION=2.24.0.0
-POLICY_VERSIONS="2.4 2.6 2.8 2.16 2.20"
-GTK_REQUIRED_VERSION=2.13.0
-GTK_SHARP_REQUIRED_VERSION=2.12.2
-GNOME_REQUIRED_VERSION=2.23.0
-GNOMECANVAS_REQUIRED_VERSION=2.20.0
-VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24"
-VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGNOME_SHARP_2_16 -DGNOME_SHARP_2_20 -DGNOME_SHARP_2_24"
-GNOME_API_TAG=2.20
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mono/gnome-sharp.git"
- inherit git-r3
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz"
-fi
-
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
- >=dev-dotnet/gtk-sharp-2.12.21:2
- gnome-base/gconf
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui
- media-libs/libart_lgpl
- !dev-dotnet/gnomevfs-sharp
- !dev-dotnet/gconf-sharp
- !dev-dotnet/art-sharp
- "
-DEPEND="${RDEPEND}
- sys-devel/automake:1.11"
-
-pkg_pretend() {
- if [[ ${PV} != "9999" ]] ; then
- if [[ ${PV} > ${GNOME_SHARP_VERSION} ]] ; then
- die "Revision bumps must also update the GNOME_SHARP_VERSION variable."
- fi
- fi
-}
-
-src_prepare() {
- sed -e "s/@GNOME_SHARP_VERSION@/$GNOME_SHARP_VERSION/" \
- -e "s/@GTK_REQUIRED_VERSION@/$GTK_REQUIRED_VERSION/" \
- -e "s/@GTK_SHARP_REQUIRED_VERSION@/$GTK_SHARP_REQUIRED_VERSION/" \
- -e "s/@GNOME_REQUIRED_VERSION@/$GNOME_REQUIRED_VERSION/" \
- -e "s/@GNOMECANVAS_REQUIRED_VERSION@/$GNOMECANVAS_REQUIRED_VERSION/" \
- -e "s/@VERSIONCSDEFINES@/$VERSIONCSDEFINES/" \
- -e "s/@VERSIONCFLAGS@/$VERSIONCFLAGS/" \
- -e "s/@POLICY_VERSIONS@/$POLICY_VERSIONS/" \
- -e "s/@ASSEMBLY_VERSION@/$ASSEMBLY_VERSION/" "$S/configure.in.in" > "$S/configure.in"
-
- default
- eautoreconf
- elibtoolize
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_install() {
- default
- dotnet_multilib_comply
-}
diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-9999.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-9999.ebuild
deleted file mode 100644
index 73883b9..0000000
--- a/dev-dotnet/gnome-sharp/gnome-sharp-9999.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit dotnet autotools
-
-SLOT="2"
-DESCRIPTION="gnome bindings for mono"
-HOMEPAGE="https://www.mono-project.com/GtkSharp"
-LICENSE="GPL-2"
-
-# Taken from the bootstrap configure script to allow using portage
-# functions for building. Should be updated accordingly.
-GNOME_SHARP_VERSION=2.24.4 # Not using ${PV} because 9999 depends on this value. Must be bumped with every release.
-ASSEMBLY_VERSION=2.24.0.0
-POLICY_VERSIONS="2.4 2.6 2.8 2.16 2.20"
-GTK_REQUIRED_VERSION=2.13.0
-GTK_SHARP_REQUIRED_VERSION=2.12.2
-GNOME_REQUIRED_VERSION=2.23.0
-GNOMECANVAS_REQUIRED_VERSION=2.20.0
-VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24"
-VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGNOME_SHARP_2_16 -DGNOME_SHARP_2_20 -DGNOME_SHARP_2_24"
-GNOME_API_TAG=2.20
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mono/gnome-sharp.git"
- inherit git-r3
-else
- KEYWORDS="~amd64"
- SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz"
-fi
-
-IUSE="debug"
-
-RESTRICT="test"
-
-RDEPEND="
- >=dev-dotnet/gtk-sharp-2.12.21:2
- gnome-base/gconf
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui
- media-libs/libart_lgpl
- !dev-dotnet/gnomevfs-sharp
- !dev-dotnet/gconf-sharp
- !dev-dotnet/art-sharp
- "
-DEPEND="${RDEPEND}
- sys-devel/automake:1.11"
-
-pkg_pretend() {
- if [[ ${PV} != "9999" ]] ; then
- if [[ ${PV} > ${GNOME_SHARP_VERSION} ]] ; then
- die "Revision bumps must also update the GNOME_SHARP_VERSION variable."
- fi
- fi
-}
-
-src_prepare() {
- sed -e "s/@GNOME_SHARP_VERSION@/$GNOME_SHARP_VERSION/" \
- -e "s/@GTK_REQUIRED_VERSION@/$GTK_REQUIRED_VERSION/" \
- -e "s/@GTK_SHARP_REQUIRED_VERSION@/$GTK_SHARP_REQUIRED_VERSION/" \
- -e "s/@GNOME_REQUIRED_VERSION@/$GNOME_REQUIRED_VERSION/" \
- -e "s/@GNOMECANVAS_REQUIRED_VERSION@/$GNOMECANVAS_REQUIRED_VERSION/" \
- -e "s/@VERSIONCSDEFINES@/$VERSIONCSDEFINES/" \
- -e "s/@VERSIONCFLAGS@/$VERSIONCFLAGS/" \
- -e "s/@POLICY_VERSIONS@/$POLICY_VERSIONS/" \
- -e "s/@ASSEMBLY_VERSION@/$ASSEMBLY_VERSION/" "$S/configure.in.in" > "$S/configure.in"
-
- default
- eautoreconf
- elibtoolize
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_install() {
- default
- dotnet_multilib_comply
-}
diff --git a/dev-dotnet/gnome-sharp/metadata.xml b/dev-dotnet/gnome-sharp/metadata.xml
deleted file mode 100644
index b1262f1..0000000
--- a/dev-dotnet/gnome-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>