diff options
-rw-r--r-- | dev-tex/style-check/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/style-check/style-check-0.12.ebuild | 6 | ||||
-rw-r--r-- | dev-tex/style-check/style-check-0.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-tex/style-check/ChangeLog b/dev-tex/style-check/ChangeLog index 4ee95e330fa6..aea8e38203ec 100644 --- a/dev-tex/style-check/ChangeLog +++ b/dev-tex/style-check/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/style-check -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v 1.10 2008/07/09 16:19:54 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v 1.11 2010/08/07 13:28:35 graaff Exp $ + + 07 Aug 2010; Hans de Graaff <graaff@gentoo.org> style-check-0.7.ebuild, + style-check-0.12.ebuild: + Change virtual/ruby to dev-lang/ruby, bug 265054. 09 Jul 2008; Alexis Ballier <aballier@gentoo.org> style-check-0.7.ebuild: quote D diff --git a/dev-tex/style-check/style-check-0.12.ebuild b/dev-tex/style-check/style-check-0.12.ebuild index 84353c35416a..861ebe675502 100644 --- a/dev-tex/style-check/style-check-0.12.ebuild +++ b/dev-tex/style-check/style-check-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.12.ebuild,v 1.1 2008/07/09 16:17:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.12.ebuild,v 1.2 2010/08/07 13:28:35 graaff Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="virtual/ruby" +DEPEND="=dev-lang/ruby-1.8*" src_install() { dodir /etc/style-check.d diff --git a/dev-tex/style-check/style-check-0.7.ebuild b/dev-tex/style-check/style-check-0.7.ebuild index b1eb9ae5b2db..baf187199a74 100644 --- a/dev-tex/style-check/style-check-0.7.ebuild +++ b/dev-tex/style-check/style-check-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.7 2008/07/09 16:19:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.8 2010/08/07 13:28:35 graaff Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -DEPEND="virtual/ruby" +DEPEND="=dev-lang/ruby-1.8*" src_install() { dodir /etc/style-check.d |