diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-09-02 14:45:49 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-09-02 14:45:49 +0000 |
commit | 8d1225e4205d6520101ddb73356c957e56b172f2 (patch) | |
tree | 1f08360574a975a694783b9c98435c5fe4685a89 /dev-util/mono-tools | |
parent | Drop old (diff) | |
download | gentoo-2-8d1225e4205d6520101ddb73356c957e56b172f2.tar.gz gentoo-2-8d1225e4205d6520101ddb73356c957e56b172f2.tar.bz2 gentoo-2-8d1225e4205d6520101ddb73356c957e56b172f2.zip |
Drop old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mono-tools')
-rw-r--r-- | dev-util/mono-tools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.2.9999.ebuild | 53 | ||||
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.2.ebuild | 53 | ||||
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.4.ebuild | 53 |
4 files changed, 5 insertions, 160 deletions
diff --git a/dev-util/mono-tools/ChangeLog b/dev-util/mono-tools/ChangeLog index 9a0a307eb3ec..240d9c287661 100644 --- a/dev-util/mono-tools/ChangeLog +++ b/dev-util/mono-tools/ChangeLog @@ -1,6 +1,10 @@ # 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.62 2009/09/02 14:05:04 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.63 2009/09/02 14:45:49 loki_val Exp $ + + 02 Sep 2009; Peter Alfredsen <loki_val@gentoo.org> -mono-tools-2.2.ebuild, + -mono-tools-2.2.9999.ebuild, -mono-tools-2.4.ebuild: + Drop old *mono-tools-2.4.2-r1 (02 Sep 2009) diff --git a/dev-util/mono-tools/mono-tools-2.2.9999.ebuild b/dev-util/mono-tools/mono-tools-2.2.9999.ebuild deleted file mode 100644 index 00f2d166b025..000000000000 --- a/dev-util/mono-tools/mono-tools-2.2.9999.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.2.9999.ebuild,v 1.3 2009/06/09 21:19:35 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="" -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() { - glib-gettextize --force --copy || die "glib-gettextize --force --copy failed" - go-mono_src_prepare -} - -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" -} diff --git a/dev-util/mono-tools/mono-tools-2.2.ebuild b/dev-util/mono-tools/mono-tools-2.2.ebuild deleted file mode 100644 index 9ba4091411d4..000000000000 --- a/dev-util/mono-tools/mono-tools-2.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.2.ebuild,v 1.4 2009/05/10 10:40:32 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" -} diff --git a/dev-util/mono-tools/mono-tools-2.4.ebuild b/dev-util/mono-tools/mono-tools-2.4.ebuild deleted file mode 100644 index 0ca1d5a246d2..000000000000 --- a/dev-util/mono-tools/mono-tools-2.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.ebuild,v 1.3 2009/05/20 19:53:11 ranger 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" -} |