diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:57:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:59:16 +0100 |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /dev-dotnet | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/mono-nat/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/mono-nat/files/mono-nat.pc.in | 8 | ||||
-rw-r--r-- | dev-dotnet/mono-nat/metadata.xml | 8 | ||||
-rw-r--r-- | dev-dotnet/mono-nat/mono-nat-1.1.0.ebuild | 42 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/files/monotorrent.pc.in | 8 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/metadata.xml | 8 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/monotorrent-0.80.ebuild | 49 | ||||
-rw-r--r-- | dev-dotnet/nant/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/nant/metadata.xml | 11 | ||||
-rw-r--r-- | dev-dotnet/nant/nant-0.92.ebuild | 39 | ||||
-rw-r--r-- | dev-dotnet/nant/nant-0.93_pre20130131.ebuild | 43 |
12 files changed, 0 insertions, 222 deletions
diff --git a/dev-dotnet/mono-nat/Manifest b/dev-dotnet/mono-nat/Manifest deleted file mode 100644 index 873848372f4c..000000000000 --- a/dev-dotnet/mono-nat/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mono-nat-1.1.0.tar.gz 79637 SHA256 34095f6524f9e6bebe0b696d76fbfcaba84cfe3ac04f811ba9d37fe14ba0bca1 SHA512 bc3aee9f31966c9726f94a89929a13d900aea27cb3dc57d6fa953f5eab4fdb36b00a3180c150f9fd5a7c2fd58c122e4b64b046e4f4b8f3ca4d6313298459985d WHIRLPOOL 262e2808aea33a7d45bbb6bde989bf2ad8afdd9107c6bddb0702bd889ae3af721af3b82359f6b2da8a433032898f893057804e103ac8a53822db1dee6256fc34 -DIST mono.snk.bz2 785 SHA256 0cc2ca58f90773eafa8460dfb8ff4ac6238b68106eb1631348a800091a6ff3de SHA512 de64da7a9e4fa53e5a5abaee00aae05ce3560c72ad8251fd79e2ff9ffa7fb2d5e7c1a4bdb2dbc2eeeeac6450aaad8c40649ff4675ddf95365ef8604a93333224 WHIRLPOOL 05882dd5cc9e2b99b78dc882fed49547dc6b6c133616574987322623e3bd734dc74435b69a6c864f928eb087df7a1ab42910adc47a7d0e70d54178e6b319f628 diff --git a/dev-dotnet/mono-nat/files/mono-nat.pc.in b/dev-dotnet/mono-nat/files/mono-nat.pc.in deleted file mode 100644 index 33d48a810842..000000000000 --- a/dev-dotnet/mono-nat/files/mono-nat.pc.in +++ /dev/null @@ -1,8 +0,0 @@ -prefix=${pcfiledir}/../.. -exec_prefix=${prefix} -libdir=${exec_prefix}/@LIBDIR@ - -Name: @PACKAGENAME@ -Description: @DESCRIPTION@ -Version: @VERSION@ -Libs: @LIBS@ diff --git a/dev-dotnet/mono-nat/metadata.xml b/dev-dotnet/mono-nat/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/mono-nat/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> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/mono-nat/mono-nat-1.1.0.ebuild b/dev-dotnet/mono-nat/mono-nat-1.1.0.ebuild deleted file mode 100644 index 8294d0494130..000000000000 --- a/dev-dotnet/mono-nat/mono-nat-1.1.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit mono multilib - -MY_PN=Mono.Nat - -DESCRIPTION="Mono.Nat is a C# library used for automatic port forwarding, using either uPnP or nat-pmp" -HOMEPAGE="http://projects.qnetp.net/projects/show/mono-nat" -SRC_URI="http://projects.qnetp.net/attachments/download/76/${P}.tar.gz - mirror://gentoo/mono.snk.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RDEPEND=">=dev-lang/mono-2.0.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs -keyfile:${WORKDIR}/mono.snk" -} - -src_install() { - egacinstall $(find . -name "Mono.Nat.dll") - dodir /usr/$(get_libdir)/pkgconfig - ebegin "Installing .pc file" - sed \ - -e "s:@LIBDIR@:$(get_libdir):" \ - -e "s:@PACKAGENAME@:${MY_PN}:" \ - -e "s:@DESCRIPTION@:${DESCRIPTION}:" \ - -e "s:@VERSION@:${PV}:" \ - -e 's;@LIBS@;-r:${libdir}/mono/mono-nat/Mono.Nat.dll;' \ - "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/mono.nat.pc \ - || die "sed failed" - PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate." - eend $? -} diff --git a/dev-dotnet/monotorrent/Manifest b/dev-dotnet/monotorrent/Manifest deleted file mode 100644 index bce27d0e9e27..000000000000 --- a/dev-dotnet/monotorrent/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mono.snk.bz2 785 SHA256 0cc2ca58f90773eafa8460dfb8ff4ac6238b68106eb1631348a800091a6ff3de SHA512 de64da7a9e4fa53e5a5abaee00aae05ce3560c72ad8251fd79e2ff9ffa7fb2d5e7c1a4bdb2dbc2eeeeac6450aaad8c40649ff4675ddf95365ef8604a93333224 WHIRLPOOL 05882dd5cc9e2b99b78dc882fed49547dc6b6c133616574987322623e3bd734dc74435b69a6c864f928eb087df7a1ab42910adc47a7d0e70d54178e6b319f628 -DIST monotorrent-0.80.tar.gz 290837 SHA256 d9c079dc4757e637f1e81a4d8b8a153394fcbeff8dd572bb0622e3430c5a34cf SHA512 91f5559c278d5b89d43231eb545a4ba4b182e2ab1f56cc338a6db00464b8f97f2968c40a1f002d53ced30fb2199c024077157cbd853f30cd5af468c6fb5f6af2 WHIRLPOOL 234558edf10cce26dd7466c515f4fb54d6ebabdca7c79fef925ddb45d1058a88e934a5540a1ed4218e75413c4631748f8c68404c3f2e5f6097ffdfb3325c275c diff --git a/dev-dotnet/monotorrent/files/monotorrent.pc.in b/dev-dotnet/monotorrent/files/monotorrent.pc.in deleted file mode 100644 index 33d48a810842..000000000000 --- a/dev-dotnet/monotorrent/files/monotorrent.pc.in +++ /dev/null @@ -1,8 +0,0 @@ -prefix=${pcfiledir}/../.. -exec_prefix=${prefix} -libdir=${exec_prefix}/@LIBDIR@ - -Name: @PACKAGENAME@ -Description: @DESCRIPTION@ -Version: @VERSION@ -Libs: @LIBS@ diff --git a/dev-dotnet/monotorrent/metadata.xml b/dev-dotnet/monotorrent/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/monotorrent/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> - <name>Gentoo Dotnet Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild deleted file mode 100644 index dfa84b7da47b..000000000000 --- a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="Monotorrent is an open source C# bittorrent library" -HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent" -SRC_URI="http://projects.qnetp.net/attachments/download/28/${P}.tar.gz - mirror://gentoo/mono.snk.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RDEPEND=">=dev-lang/mono-2.0.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# The hack we do to get the dll installed in the GAC makes the unit-tests -# defunct. -RESTRICT="test" - -src_prepare() { - sed -i \ - -e "/InternalsVisibleTo/d" \ - MonoTorrent/AssemblyInfo.cs* || die -} - -src_compile() { - emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs -keyfile:${WORKDIR}/mono.snk" -} - -src_install() { - egacinstall $(find . -name "MonoTorrent.dll") - dodir /usr/$(get_libdir)/pkgconfig - ebegin "Installing .pc file" - sed \ - -e "s:@LIBDIR@:$(get_libdir):" \ - -e "s:@PACKAGENAME@:${PN}:" \ - -e "s:@DESCRIPTION@:${DESCRIPTION}:" \ - -e "s:@VERSION@:${PV}:" \ - -e 's;@LIBS@;-r:${libdir}/mono/monotorrent/MonoTorrent.dll;' \ - "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}.pc - PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists monotorrent || die ".pc file failed to validate." - eend $? -} diff --git a/dev-dotnet/nant/Manifest b/dev-dotnet/nant/Manifest deleted file mode 100644 index 1a07ac2ca1ea..000000000000 --- a/dev-dotnet/nant/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nant-0.92-src.tar.gz 1601180 SHA256 72d4d585267ed7f03e1aa75087d96f4f8d49ee976c32d974c5ab1fef4d4f8305 SHA512 4172b208ef22af19c456802113005652ac54b41e1baad8130eb4a9321872ee55fbc50379087aeaff7188f40d178519b35f1d74fa7e799c1fbfa046c619536005 WHIRLPOOL b5389dcf693d9e1c41297d5e59ba8caba584b819c53bb7ab8dd9810fe904c155941e0613ff9123fd2b57d1462452c9083f828cb4192d22f995f7981c0a6ac131 -DIST nant-0.93_pre20130131.tar.bz2 10828155 SHA256 c5f88105984dd6de886e7b7f61a1258806e5da5c1f2f0d6459bc5b97b817a9b7 SHA512 ab4fa73d979d6b8485ed4ad5d7938b7a7bf10030435955d0c5615ac27f0543edb823869f1773f3e9fcd1bdfe67a25a93af111daae4f8fadb7c64b65d87232e42 WHIRLPOOL d0a373d1c5b6e63919854aa2f863ca948800b873233bca1e686db0e82c8596608f35b07b8177caec7fe311378f8b68ca09bded8d1e3453f84e911ba9e573ad68 diff --git a/dev-dotnet/nant/metadata.xml b/dev-dotnet/nant/metadata.xml deleted file mode 100644 index 7e0ce7ac25dd..000000000000 --- a/dev-dotnet/nant/metadata.xml +++ /dev/null @@ -1,11 +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> - <name>Gentoo Dotnet Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">nant</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-dotnet/nant/nant-0.92.ebuild b/dev-dotnet/nant/nant-0.92.ebuild deleted file mode 100644 index cc1c3ddcfdfc..000000000000 --- a/dev-dotnet/nant/nant-0.92.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit mono multilib eutils - -DESCRIPTION=".NET build tool" -HOMEPAGE="http://nant.sourceforge.net/" -SRC_URI="mirror://sourceforge/nant/${P/_/-}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-2.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# This build is not parallel build friendly -MAKEOPTS="${MAKEOPTS} -j1" - -S="${WORKDIR}/${P/_/-}" - -src_install() { - emake prefix="${ED}/usr" install - - # Fix ${ED} showing up in the nant wrapper script, as well as silencing - # warnings related to the log4net library - sed -i \ - -e "s:${ED}::" \ - -e "2iexport MONO_SILENT_WARNING=1" \ - -e "s:${ED}::" \ - "${ED}"/usr/bin/nant || die "Sed nant failed" - - dodoc README.txt -} diff --git a/dev-dotnet/nant/nant-0.93_pre20130131.ebuild b/dev-dotnet/nant/nant-0.93_pre20130131.ebuild deleted file mode 100644 index a5e9e0e3f708..000000000000 --- a/dev-dotnet/nant/nant-0.93_pre20130131.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit mono-env eutils - -DESCRIPTION=".NET build tool" -HOMEPAGE="http://nant.sourceforge.net/" -SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-2.0" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -# This build is not parallel build friendly -MAKEOPTS="${MAKEOPTS} -j1" - -S="${WORKDIR}/${PN}" - -src_compile() { - emake TARGET=mono-4.5 MCS="gmcs -sdk:4" -} - -src_install() { - emake prefix="${ED}/usr" TARGET=mono-4.5 MCS="gmcs -sdk:4" install - - # Fix ${ED} showing up in the nant wrapper script, as well as silencing - # warnings related to the log4net library - sed -i \ - -e "s:${ED}::" \ - -e "2iexport MONO_SILENT_WARNING=1" \ - -e "s:${ED}::" \ - "${ED}"/usr/bin/nant || die "Sed nant failed" - - dodoc README.txt -} |