diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-11-26 11:06:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-11-26 11:06:48 +0000 |
commit | 8edc80d35044af6890178b39f4d8d14520acd4a3 (patch) | |
tree | bf577f32675b9c9fa08ea4d0486ce28f90d1154b /dev-util/mono-debugger | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-8edc80d35044af6890178b39f4d8d14520acd4a3.tar.gz gentoo-2-8edc80d35044af6890178b39f4d8d14520acd4a3.tar.bz2 gentoo-2-8edc80d35044af6890178b39f4d8d14520acd4a3.zip |
Version bump, remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mono-debugger')
-rw-r--r-- | dev-util/mono-debugger/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/mono-debugger/mono-debugger-2.8.1.ebuild (renamed from dev-util/mono-debugger/mono-debugger-2.8.ebuild) | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/mono-debugger/ChangeLog b/dev-util/mono-debugger/ChangeLog index 6a2471ec21dc..def053e37a85 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.42 2010/10/09 20:05:25 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.43 2010/11/26 11:06:48 pacho Exp $ + +*mono-debugger-2.8.1 (26 Nov 2010) + + 26 Nov 2010; Pacho Ramos <pacho@gentoo.org> -mono-debugger-2.8.ebuild, + +mono-debugger-2.8.1.ebuild: + Version bump, remove old. *mono-debugger-2.8 (09 Oct 2010) diff --git a/dev-util/mono-debugger/mono-debugger-2.8.ebuild b/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild index 81d2c086a3f3..ba2766903793 100644 --- a/dev-util/mono-debugger/mono-debugger-2.8.ebuild +++ b/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.8.ebuild,v 1.1 2010/10/09 20:05:25 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.8.1.ebuild,v 1.1 2010/11/26 11:06:48 pacho Exp $ # bah, tests fail. Needs to be fixed ... RESTRICT="test" @@ -12,7 +12,7 @@ PATCHLEVEL=1 inherit go-mono mono autotools flag-o-matic eutils DESCRIPTION="Debugger for .NET managed and unmanaged applications" -HOMEPAGE="http://www.go-mono.com" +HOMEPAGE="http://www.mono-project.com/" LICENSE="GPL-2 MIT" SLOT="0" @@ -29,9 +29,7 @@ DEPEND="${RDEPEND} src_prepare() { go-mono_src_prepare - epatch "${FILESDIR}/${PN}-2.8-system-bfd.patch" - eautoreconf } |