diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-24 18:16:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-24 18:16:30 +0000 |
commit | 41269e1bc2d890299f74e5792ac8da5fca414ffe (patch) | |
tree | fb856f170d861b55c6e39c745a016689bb882d8e /virtual/monodoc | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-41269e1bc2d890299f74e5792ac8da5fca414ffe.tar.gz gentoo-2-41269e1bc2d890299f74e5792ac8da5fca414ffe.tar.bz2 gentoo-2-41269e1bc2d890299f74e5792ac8da5fca414ffe.zip |
Drop masked version and make the older one more flexible
(Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'virtual/monodoc')
-rw-r--r-- | virtual/monodoc/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/monodoc/monodoc-2.10.ebuild | 6 | ||||
-rw-r--r-- | virtual/monodoc/monodoc-2.11.ebuild | 17 |
3 files changed, 9 insertions, 23 deletions
diff --git a/virtual/monodoc/ChangeLog b/virtual/monodoc/ChangeLog index d6b8e50b76db..50072d7f1cb6 100644 --- a/virtual/monodoc/ChangeLog +++ b/virtual/monodoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/monodoc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/ChangeLog,v 1.42 2012/05/15 09:27:46 ali_bush Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/ChangeLog,v 1.43 2013/05/24 18:16:30 pacho Exp $ + + 24 May 2013; Pacho Ramos <pacho@gentoo.org> -monodoc-2.11.ebuild, + monodoc-2.10.ebuild: + Drop masked version and make the older one more flexible *monodoc-2.11 (12 May 2012) @@ -187,4 +191,3 @@ 14 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml, +monodoc-0.ebuild: Initial commit - diff --git a/virtual/monodoc/monodoc-2.10.ebuild b/virtual/monodoc/monodoc-2.10.ebuild index 027bb04674e9..d97fb96f58c0 100644 --- a/virtual/monodoc/monodoc-2.10.ebuild +++ b/virtual/monodoc/monodoc-2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.4 2011/05/11 19:30:05 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/monodoc-2.10.ebuild,v 1.5 2013/05/24 18:16:30 pacho Exp $ inherit versionator @@ -11,7 +11,7 @@ LICENSE="" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="=dev-lang/mono-$(get_version_component_range 1-2)*" +RDEPEND=">=dev-lang/mono-$(get_version_component_range 1-2)" DEPEND="" #To-be-finalized PROPERTIES="virtual" diff --git a/virtual/monodoc/monodoc-2.11.ebuild b/virtual/monodoc/monodoc-2.11.ebuild deleted file mode 100644 index 721973b3b843..000000000000 --- a/virtual/monodoc/monodoc-2.11.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/monodoc/monodoc-2.11.ebuild,v 1.1 2012/05/15 09:27:46 ali_bush 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" |