From 565b1526db5f453e1dee701aa6f4bcdde4d03bf0 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 7 Oct 2010 19:59:35 +0000 Subject: Remove old. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-dotnet/taglib-sharp/ChangeLog | 6 +++- .../files/taglib-sharp-fix-docs-test.patch | 11 ------- .../taglib-sharp/taglib-sharp-2.0.3.2.ebuild | 35 ---------------------- .../taglib-sharp/taglib-sharp-2.0.3.6.ebuild | 35 ---------------------- 4 files changed, 5 insertions(+), 82 deletions(-) delete mode 100644 dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docs-test.patch delete mode 100644 dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.2.ebuild delete mode 100644 dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild (limited to 'dev-dotnet') diff --git a/dev-dotnet/taglib-sharp/ChangeLog b/dev-dotnet/taglib-sharp/ChangeLog index e37c049383e9..6c2e8aef1306 100644 --- a/dev-dotnet/taglib-sharp/ChangeLog +++ b/dev-dotnet/taglib-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/taglib-sharp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.29 2010/09/26 17:06:56 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.30 2010/10/07 19:59:35 pacho Exp $ + + 07 Oct 2010; Pacho Ramos -taglib-sharp-2.0.3.2.ebuild, + -taglib-sharp-2.0.3.6.ebuild, -files/taglib-sharp-fix-docs-test.patch: + Remove old. 26 Sep 2010; Zac Medico taglib-sharp-2.0.3.2.ebuild, taglib-sharp-2.0.3.6.ebuild, taglib-sharp-2.0.3.7.ebuild: diff --git a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docs-test.patch b/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docs-test.patch deleted file mode 100644 index 12710168e87a..000000000000 --- a/dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docs-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac 2007-11-26 01:40:33.788848353 +0530 -+++ configure.ac.new 2007-11-26 01:40:11.706847727 +0530 -@@ -61,7 +61,7 @@ - GACUTIL_POLICY_FLAGS='/gacdir $(libdir) /root $(DESTDIR)$(libdir)' - AC_SUBST(GACUTIL_POLICY_FLAGS) - --AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=no, with_docs=yes) -+AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=$enableval, with_docs=yes) - - dnl Monodoc - if test "x$with_docs" = "xyes"; then diff --git a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.2.ebuild b/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.2.ebuild deleted file mode 100644 index 0e4559aee9b6..000000000000 --- a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 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.3.2.ebuild,v 1.4 2010/09/26 17:06:56 zmedico Exp $ - -EAPI=2 - -inherit mono - -DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer" -HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp" -SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-lang/mono" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - sed -i -e "s: docs::" \ - -e "s: examples::" \ - Makefile.in || die "sedding sense into makefiles failed" -} - -src_configure() { - econf --disable-docs -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild b/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild deleted file mode 100644 index bd3f2e243e03..000000000000 --- a/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 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.3.6.ebuild,v 1.2 2010/09/26 17:06:56 zmedico Exp $ - -EAPI=2 - -inherit mono - -DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer" -HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp" -SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-lang/mono" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - sed -i -e "s: docs::" \ - -e "s: examples::" \ - Makefile.in || die "sedding sense into makefiles failed" -} - -src_configure() { - econf --disable-docs -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} -- cgit v1.2.3-65-gdbad