diff options
author | 2011-02-27 13:21:07 +0000 | |
---|---|---|
committer | 2011-02-27 13:21:07 +0000 | |
commit | 2ab57a1f4f8312672a2ecb2de44cb2eaff924636 (patch) | |
tree | af61030fa348e28acce57a40309d7179a81669ae /virtual/monodoc | |
parent | use latest patchset for ocaml (diff) | |
download | gentoo-2-2ab57a1f4f8312672a2ecb2de44cb2eaff924636.tar.gz gentoo-2-2ab57a1f4f8312672a2ecb2de44cb2eaff924636.tar.bz2 gentoo-2-2ab57a1f4f8312672a2ecb2de44cb2eaff924636.zip |
Version bump for mono-2.10, remove 9999 as we don't maintain neither support it.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'virtual/monodoc')
-rw-r--r-- | virtual/monodoc/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/monodoc/monodoc-2.10.ebuild | 17 | ||||
-rw-r--r-- | virtual/monodoc/monodoc-9999.ebuild | 15 |
3 files changed, 25 insertions, 16 deletions
diff --git a/virtual/monodoc/ChangeLog b/virtual/monodoc/ChangeLog index a884bb783df8..7b0877b64287 100644 --- a/virtual/monodoc/ChangeLog +++ b/virtual/monodoc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/monodoc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/ChangeLog,v 1.36 2011/01/29 17:08:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/ChangeLog,v 1.37 2011/02/27 13:21:07 pacho Exp $ + +*monodoc-2.10 (27 Feb 2011) + + 27 Feb 2011; Pacho Ramos <pacho@gentoo.org> +monodoc-2.10.ebuild, + -monodoc-9999.ebuild: + Version bump for mono-2.10, remove 9999 as we don't maintain neither support + it. 29 Jan 2011; Markos Chandras <hwoarang@gentoo.org> monodoc-2.8.ebuild: Stable on amd64 wrt bug #352808 diff --git a/virtual/monodoc/monodoc-2.10.ebuild b/virtual/monodoc/monodoc-2.10.ebuild new file mode 100644 index 000000000000..c393b13c814b --- /dev/null +++ b/virtual/monodoc/monodoc-2.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/monodoc-2.10.ebuild,v 1.1 2011/02/27 13:21:07 pacho Exp $ + +inherit versionator + +DESCRIPTION="Virtual for monodoc" +HOMEPAGE="" +SRC_URI="" +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +RDEPEND="=dev-lang/mono-$(get_version_component_range 1-2)*" +DEPEND="" +#To-be-finalized +PROPERTIES="virtual" diff --git a/virtual/monodoc/monodoc-9999.ebuild b/virtual/monodoc/monodoc-9999.ebuild deleted file mode 100644 index 8759252cc319..000000000000 --- a/virtual/monodoc/monodoc-9999.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/monodoc-9999.ebuild,v 1.3 2010/01/11 11:06:50 ulm Exp $ - -DESCRIPTION="Virtual for monodoc" -HOMEPAGE="" -SRC_URI="" -LICENSE="" -SLOT="0" -KEYWORDS="" -IUSE="" -RDEPEND="~dev-lang/mono-${PV}" -DEPEND="" -#To-be-finalized -PROPERTIES="virtual" |