diff options
author | 2009-06-09 22:57:11 +0000 | |
---|---|---|
committer | 2009-06-09 22:57:11 +0000 | |
commit | 73e91e12dabe4f84a8ef5c3c4b89774de583df87 (patch) | |
tree | 3e35e8bdcf7033b05d42755a284ab97701c21eed | |
parent | Remove old ebuilds (diff) | |
download | historical-73e91e12dabe4f84a8ef5c3c4b89774de583df87.tar.gz historical-73e91e12dabe4f84a8ef5c3c4b89774de583df87.tar.bz2 historical-73e91e12dabe4f84a8ef5c3c4b89774de583df87.zip |
Add 2.4.2 preview 1
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
-rw-r--r-- | dev-util/mono-debugger/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/mono-debugger/mono-debugger-2.4.2_pre1.ebuild | 23 | ||||
-rw-r--r-- | dev-util/mono-tools/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.4.2_pre1.ebuild | 53 |
4 files changed, 90 insertions, 2 deletions
diff --git a/dev-util/mono-debugger/ChangeLog b/dev-util/mono-debugger/ChangeLog index be4dd8a46cc7..b196ffcb3af1 100644 --- a/dev-util/mono-debugger/ChangeLog +++ b/dev-util/mono-debugger/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/mono-debugger # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.27 2009/06/09 21:19:11 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.28 2009/06/09 22:56:48 loki_val Exp $ + +*mono-debugger-2.4.2_pre1 (09 Jun 2009) + + 09 Jun 2009; Peter Alfredsen <loki_val@gentoo.org> + +mono-debugger-2.4.2_pre1.ebuild: + Add 2.4.2 preview 1 09 Jun 2009; Peter Alfredsen <loki_val@gentoo.org> mono-debugger-2.0.9999.ebuild, mono-debugger-2.2.9999.ebuild, diff --git a/dev-util/mono-debugger/mono-debugger-2.4.2_pre1.ebuild b/dev-util/mono-debugger/mono-debugger-2.4.2_pre1.ebuild new file mode 100644 index 000000000000..c94fd2c3fd21 --- /dev/null +++ b/dev-util/mono-debugger/mono-debugger-2.4.2_pre1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.4.2_pre1.ebuild,v 1.1 2009/06/09 22:56:48 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono + +DESCRIPTION="Debugger for .NET managed and unmanaged applications" +HOMEPAGE="http://www.go-mono.com" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="-* ~x86 ~amd64" +IUSE="" + +RDEPEND="!!=dev-lang/mono-2.2 + sys-libs/readline + dev-libs/glib:2" +DEPEND="${RDEPEND} + !dev-lang/mercury" + +RESTRICT="test" diff --git a/dev-util/mono-tools/ChangeLog b/dev-util/mono-tools/ChangeLog index ed93e120fa19..9a6162561fcc 100644 --- a/dev-util/mono-tools/ChangeLog +++ b/dev-util/mono-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/mono-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.57 2009/06/09 21:19:35 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.58 2009/06/09 22:57:11 loki_val Exp $ + +*mono-tools-2.4.2_pre1 (09 Jun 2009) + + 09 Jun 2009; Peter Alfredsen <loki_val@gentoo.org> + +mono-tools-2.4.2_pre1.ebuild: + Add 2.4.2 preview 1 09 Jun 2009; Peter Alfredsen <loki_val@gentoo.org> mono-tools-2.0.9999.ebuild, mono-tools-2.2.9999.ebuild, diff --git a/dev-util/mono-tools/mono-tools-2.4.2_pre1.ebuild b/dev-util/mono-tools/mono-tools-2.4.2_pre1.ebuild new file mode 100644 index 000000000000..e63447188db9 --- /dev/null +++ b/dev-util/mono-tools/mono-tools-2.4.2_pre1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.2_pre1.ebuild,v 1.1 2009/06/09 22:57:11 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono autotools + +DESCRIPTION="Set of useful Mono related utilities" +HOMEPAGE="http://www.mono-project.com/" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="webkit xulrunner" + +RDEPEND="=virtual/monodoc-${GO_MONO_REL_PV}* + >=dev-dotnet/gtk-sharp-2.12.6 + >=dev-dotnet/glade-sharp-2.12.6 + >=dev-dotnet/gconf-sharp-2 + >=dev-dotnet/gtkhtml-sharp-2 + webkit? ( dev-dotnet/webkit-sharp ) + xulrunner? ( + >=dev-dotnet/gecko-sharp-0.13 + =dev-dotnet/gluezilla-${PV} + )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.19" + +PATCHES=( "${FILESDIR}/${PN}-2.0-html-renderer-fixes.patch" ) + +#Fails parallel make. +MAKEOPTS="${MAKEOPTS} -j1" + +src_prepare() { + go-mono_src_prepare + eautoreconf +} + +src_configure() { + econf --disable-dependency-tracking \ + --enable-gtkhtml \ + $(use_enable xulrunner mozilla) \ + $(use_enable webkit) \ + || die "configure failed" +} + +src_install() { + go-mono_src_install + # Defunct .desktop file, see bug 266694 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed" +} |