diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 19:59:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 19:59:35 +0000 |
commit | 565b1526db5f453e1dee701aa6f4bcdde4d03bf0 (patch) | |
tree | 3d893202fcd3377a14db263baf09666c0f4cf570 /dev-dotnet | |
parent | ppc64 stable wrt #324077 (diff) | |
download | gentoo-2-565b1526db5f453e1dee701aa6f4bcdde4d03bf0.tar.gz gentoo-2-565b1526db5f453e1dee701aa6f4bcdde4d03bf0.tar.bz2 gentoo-2-565b1526db5f453e1dee701aa6f4bcdde4d03bf0.zip |
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/taglib-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/taglib-sharp/files/taglib-sharp-fix-docs-test.patch | 11 | ||||
-rw-r--r-- | dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.2.ebuild | 35 | ||||
-rw-r--r-- | dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild | 35 |
4 files changed, 5 insertions, 82 deletions
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 <pacho@gentoo.org> -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 <zmedico@gentoo.org> 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 -} |