diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:05:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:05:16 +0000 |
commit | fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5 (patch) | |
tree | 6f557d6890b1f3ad7ce6e4a7ca089dc7f55b42bd /dev-dotnet/mono-addins | |
parent | ppc64 stable wrt #324077 (diff) | |
download | historical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.tar.gz historical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.tar.bz2 historical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.zip |
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/mono-addins')
-rw-r--r-- | dev-dotnet/mono-addins/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/mono-addins/files/mono-addins-0.2-disable-gui.patch | 28 | ||||
-rw-r--r-- | dev-dotnet/mono-addins/mono-addins-0.3.1.ebuild | 23 | ||||
-rw-r--r-- | dev-dotnet/mono-addins/mono-addins-0.3.ebuild | 38 | ||||
-rw-r--r-- | dev-dotnet/mono-addins/mono-addins-0.4-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-dotnet/mono-addins/mono-addins-0.4.ebuild | 33 |
6 files changed, 7 insertions, 157 deletions
diff --git a/dev-dotnet/mono-addins/ChangeLog b/dev-dotnet/mono-addins/ChangeLog index d81d01ef08fc..3b7dc14efb1f 100644 --- a/dev-dotnet/mono-addins/ChangeLog +++ b/dev-dotnet/mono-addins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-dotnet/mono-addins # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/ChangeLog,v 1.21 2010/09/12 04:26:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/ChangeLog,v 1.22 2010/10/07 19:47:02 pacho Exp $ + + 07 Oct 2010; Pacho Ramos <pacho@gentoo.org> + -files/mono-addins-0.2-disable-gui.patch, -mono-addins-0.3.ebuild, + -mono-addins-0.3.1.ebuild, -mono-addins-0.4.ebuild, + -mono-addins-0.4-r1.ebuild: + Remove old. 12 Sep 2010; Joseph Jezak <josejx@gentoo.org> mono-addins-0.5.ebuild: Marked ppc for bug #327279. diff --git a/dev-dotnet/mono-addins/files/mono-addins-0.2-disable-gui.patch b/dev-dotnet/mono-addins/files/mono-addins-0.2-disable-gui.patch deleted file mode 100644 index 51422b1711d6..000000000000 --- a/dev-dotnet/mono-addins/files/mono-addins-0.2-disable-gui.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- trunk/mono-addins/Mono.Addins.Gui/Makefile.am 2007/07/03 14:20:16 81265 -+++ trunk/mono-addins/Mono.Addins.Gui/Makefile.am 2007/07/16 10:30:12 82024 -@@ -11,9 +11,11 @@ - ../bin/Mono.Addins.Setup.dll - BUILD_DIR = ../bin - -- -+ - if ENABLE_GUI - all: $(ASSEMBLY) -+else -+all: - endif - - FILES = \ -@@ -62,6 +64,7 @@ - mkdir -p $(dir $(ASSEMBLY)) - $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref) - -+if ENABLE_GUI - install-data-local: - echo "$(GACUTIL) /i $(ASSEMBLY) /f $(GACUTIL_FLAGS)"; \ - $(GACUTIL) /i $(ASSEMBLY) /f $(GACUTIL_FLAGS) || exit 1; -@@ -71,3 +74,4 @@ - $(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1; - - include $(top_srcdir)/Makefile.include -+endif diff --git a/dev-dotnet/mono-addins/mono-addins-0.3.1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.3.1.ebuild deleted file mode 100644 index f096f2d836c5..000000000000 --- a/dev-dotnet/mono-addins/mono-addins-0.3.1.ebuild +++ /dev/null @@ -1,23 +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/mono-addins/mono-addins-0.3.1.ebuild,v 1.4 2008/11/23 12:35:44 loki_val Exp $ - -inherit mono multilib - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-1.9 - >=dev-dotnet/gtk-sharp-2.0" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-dotnet/mono-addins/mono-addins-0.3.ebuild b/dev-dotnet/mono-addins/mono-addins-0.3.ebuild deleted file mode 100644 index 24436b95e784..000000000000 --- a/dev-dotnet/mono-addins/mono-addins-0.3.ebuild +++ /dev/null @@ -1,38 +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/mono-addins/mono-addins-0.3.ebuild,v 1.5 2008/08/10 19:10:23 maekke Exp $ - -inherit mono multilib - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-1.2.5.1-r1 - >=dev-dotnet/gtk-sharp-2.0" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):g" \ - -e "s:\${prefix}/lib:\${prefix}/$(get_libdir):g" \ - configure{,.ac} || die "libdir fixup failed" - - find "${S}" -name 'Makefile*' -exec \ - sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):g" \ - -e "s:\${prefix}/lib:\${prefix}/$(get_libdir):g" \ - {} \; \ - || die "libdir fixup failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-dotnet/mono-addins/mono-addins-0.4-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.4-r1.ebuild deleted file mode 100644 index a0be501eb35f..000000000000 --- a/dev-dotnet/mono-addins/mono-addins-0.4-r1.ebuild +++ /dev/null @@ -1,34 +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/mono-addins/mono-addins-0.4-r1.ebuild,v 1.2 2010/07/06 23:28:08 hwoarang Exp $ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="+gtk" - -RDEPEND=">=dev-lang/mono-2 - gtk? ( >=dev-dotnet/gtk-sharp-2.0 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" - -src_configure() { - econf $(use_enable gtk gui) -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "install failed" - mono_multilib_comply -} diff --git a/dev-dotnet/mono-addins/mono-addins-0.4.ebuild b/dev-dotnet/mono-addins/mono-addins-0.4.ebuild deleted file mode 100644 index 0cc7fc0372e6..000000000000 --- a/dev-dotnet/mono-addins/mono-addins-0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-addins/mono-addins-0.4.ebuild,v 1.3 2009/04/04 14:38:23 maekke Exp $ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="+gtk" - -RDEPEND=">=dev-lang/mono-2 - gtk? ( >=dev-dotnet/gtk-sharp-2.0 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" - -src_configure() { - econf $(use_enable gtk gui) -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "install failed" -} |