diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-26 00:44:08 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-26 00:44:08 +0000 |
commit | 21533a91b6a9a26ccc87f5367502c19cb8532354 (patch) | |
tree | fd449f5224e894fe66459b970a19ac6cf9d4f0fc /dev-dotnet | |
parent | Fix bug 83020: Access Violations Arise When Emerging Mono-Related Packages wi... (diff) | |
download | gentoo-2-21533a91b6a9a26ccc87f5367502c19cb8532354.tar.gz gentoo-2-21533a91b6a9a26ccc87f5367502c19cb8532354.tar.bz2 gentoo-2-21533a91b6a9a26ccc87f5367502c19cb8532354.zip |
Punt old
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'dev-dotnet')
6 files changed, 8 insertions, 194 deletions
diff --git a/dev-dotnet/taglib-sharp/ChangeLog b/dev-dotnet/taglib-sharp/ChangeLog index b3fa10b2ef50..fa7f71d73b33 100644 --- a/dev-dotnet/taglib-sharp/ChangeLog +++ b/dev-dotnet/taglib-sharp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-dotnet/taglib-sharp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.15 2008/12/14 15:28:29 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.16 2008/12/26 00:44:08 loki_val Exp $ + + 26 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> + -files/taglib-sharp-fix-docdir.patch, + -files/taglib-sharp-fix-sandbox-violation.patch, + -taglib-sharp-1.1.73998-r1.ebuild, -taglib-sharp-1.9.75474.ebuild, + -taglib-sharp-2.0.2.0.ebuild: + Punt old 14 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> taglib-sharp-1.1.73998-r1.ebuild, taglib-sharp-1.9.75474.ebuild, diff --git a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docdir.patch b/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docdir.patch deleted file mode 100644 index c5d34e62160e..000000000000 --- a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docdir.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur taglib-sharp-2.0.2.0/docs/Makefile.am taglib-sharp-2.0.2.0.new/docs/Makefile.am ---- taglib-sharp-2.0.2.0/docs/Makefile.am 2007-11-26 00:56:05.680848050 +0530 -+++ taglib-sharp-2.0.2.0.new/docs/Makefile.am 2007-11-26 00:55:41.760847655 +0530 -@@ -9,7 +9,7 @@ - if BUILD_DOCS - all: - --monodocdir = $(DESTDIR)$(DOCDIR) -+monodocdir = $(DOCDIR) - monodoc_DATA = \ - taglib-sharp-docs.zip \ - taglib-sharp-docs.tree \ -diff -Naur taglib-sharp-2.0.2.0/docs/Makefile.in taglib-sharp-2.0.2.0.new/docs/Makefile.in ---- taglib-sharp-2.0.2.0/docs/Makefile.in 2007-11-26 00:56:05.681849318 +0530 -+++ taglib-sharp-2.0.2.0.new/docs/Makefile.in 2007-11-26 00:55:22.030848788 +0530 -@@ -162,7 +162,7 @@ - $(top_builddir)/src/taglib-sharp.dll - - ASSEMBLIES_BUILD = $(foreach asm,$(ASSEMBLIES),$(addprefix -assembly:,$(asm))) --@BUILD_DOCS_TRUE@monodocdir = $(DESTDIR)$(DOCDIR) -+@BUILD_DOCS_TRUE@monodocdir = $(DOCDIR) - @BUILD_DOCS_TRUE@monodoc_DATA = \ - @BUILD_DOCS_TRUE@ taglib-sharp-docs.zip \ - @BUILD_DOCS_TRUE@ taglib-sharp-docs.tree \ diff --git a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-sandbox-violation.patch b/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-sandbox-violation.patch deleted file mode 100644 index febefe35252a..000000000000 --- a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-sandbox-violation.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -Naur taglib-sharp-2.0.2.0/docs/Makefile.am taglib-sharp-2.0.2.0.new/docs/Makefile.am ---- taglib-sharp-2.0.2.0/docs/Makefile.am 2007-06-11 09:35:31.000000000 +0530 -+++ taglib-sharp-2.0.2.0.new/docs/Makefile.am 2007-11-26 02:37:20.023389485 +0530 -@@ -33,12 +33,6 @@ - - taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml - $(DOC_ASSEMBLER) $(srcdir)/en -- --install-data-hook: -- $(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib#" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml -- --uninstall-hook: -- $(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml - endif - - EXTRA_DIST = \ -diff -Naur taglib-sharp-2.0.2.0/docs/Makefile.in taglib-sharp-2.0.2.0.new/docs/Makefile.in ---- taglib-sharp-2.0.2.0/docs/Makefile.in 2007-07-04 03:42:06.000000000 +0530 -+++ taglib-sharp-2.0.2.0.new/docs/Makefile.in 2007-11-26 02:37:45.355848954 +0530 -@@ -386,12 +386,6 @@ - - @BUILD_DOCS_TRUE@taglib-sharp-docs.zip taglib-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml - @BUILD_DOCS_TRUE@ $(DOC_ASSEMBLER) $(srcdir)/en -- --@BUILD_DOCS_TRUE@install-data-hook: --@BUILD_DOCS_TRUE@ $(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --insert "TagLib#" classlib-taglib-sharp $(DOCDIR)/../monodoc.xml -- --@BUILD_DOCS_TRUE@uninstall-hook: --@BUILD_DOCS_TRUE@ $(MONO) $(top_builddir)/docs/MonodocNodeConfig.exe --remove classlib-taglib-sharp $(DOCDIR)/../monodoc.xml - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild b/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild deleted file mode 100644 index 7e59d119ecbe..000000000000 --- a/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.1.73998-r1.ebuild,v 1.3 2008/12/14 15:28:29 loki_val Exp $ - -inherit mono eutils - -DESCRIPTION="Taglib C# binding" -HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp" -SRC_URI="http://developer.novell.com/wiki/index.php/Special:File/${PN}/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-lang/mono-1.1 - doc? ( >=virtual/monodoc-1.1.9 - app-arch/unzip ) - media-libs/taglib" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20" - -src_compile() { - # taglib-sharp configure script is a bit messed up - if use doc; then - econf $(use_with doc docs) || die "configure failed" - else - econf $(use_enable doc docs) || die "configure failed" - fi - - emake -j1 || die "make failed" -} - -src_install() { - # cleaning up docdir mess (bug #184149) - sed -i -e 's#^docdir = ${datarootdir}/doc/${PACKAGE}$##' \ - -e 's#^docdir = $(DESTDIR)$(DOCDIR)$#docdir = $(DOCDIR)#' \ - docs/Makefile \ - || die "sed failed" - - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild b/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild deleted file mode 100644 index 490f953ecfe3..000000000000 --- a/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild,v 1.3 2008/12/14 15:28:29 loki_val Exp $ - -inherit mono eutils - -DESCRIPTION="Taglib C# binding" -HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp" -SRC_URI="http://developer.novell.com/wiki/index.php/Special:File/${PN}/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-lang/mono-1.1 - doc? ( >=virtual/monodoc-1.1.9 - app-arch/unzip ) - media-libs/taglib" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20" - -src_compile() { - # taglib-sharp configure script is a bit messed up - if use doc; then - econf $(use_with doc docs) || die "configure failed" - else - econf $(use_enable doc docs) || die "configure failed" - fi - - emake -j1 || die "make failed" -} - -src_install() { - # cleaning up docdir mess (bug #184149) - sed -i -e 's#^docdir = ${datarootdir}/doc/${PACKAGE}$##' \ - -e 's#^docdir = $(DESTDIR)$(DOCDIR)$#docdir = $(DOCDIR)#' \ - docs/Makefile \ - || die "sed failed" - - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild b/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild deleted file mode 100644 index 5f12b026e49b..000000000000 --- a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.2.0.ebuild,v 1.7 2008/12/14 15:28:29 loki_val Exp $ - -EAPI=1 - -inherit autotools mono eutils - -DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer" -HOMEPAGE="http://www.taglib-sharp.com" -SRC_URI="http://www.taglib-sharp.com/Download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc gnome" - -RDEPEND="dev-lang/mono - gnome? ( >=dev-dotnet/gnome-sharp-2.0 ) - doc? ( virtual/monodoc )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Cleaning up docdir mess (bug #184149) - epatch "${FILESDIR}"/${PN}-fix-docdir.patch - # taglib-sharp configure script is a bit messed up - epatch "${FILESDIR}"/${PN}-fix-docs-test.patch - # Fix sandbox violation on /usr/lib/monodoc/monodoc.xml - epatch "${FILESDIR}"/${PN}-fix-sandbox-violation.patch - # Allow gnome-sharp to be an optional dependency - epatch "${FILESDIR}"/${PN}-gnome-sharp-toggle.patch - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf \ - $(use_enable doc docs) \ - $(use_enable gnome gnome-sharp) || die "configure failed" - - emake -j1 || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog NEWS README -} |