diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-02-10 03:28:43 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-02-10 03:28:43 +0000 |
commit | bff82377a0def6ac91f040a749251f29e851f1e5 (patch) | |
tree | 87dba96d18e294ec03624df45741ec36df252cd0 /dev-ruby | |
parent | amd64 stable, bug 161851 (diff) | |
download | gentoo-2-bff82377a0def6ac91f040a749251f29e851f1e5.tar.gz gentoo-2-bff82377a0def6ac91f040a749251f29e851f1e5.tar.bz2 gentoo-2-bff82377a0def6ac91f040a749251f29e851f1e5.zip |
Updated license to MIT
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-0.7.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index cb44bd692347..76c0f8738dec 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.1 2006/12/23 01:02:04 pclouds Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.2 2007/02/10 03:28:43 pclouds Exp $ + + 10 Feb 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + rspec-0.7.5.ebuild: + Updated license to MIT *rspec-0.7.5 (23 Dec 2006) diff --git a/dev-ruby/rspec/rspec-0.7.5.ebuild b/dev-ruby/rspec/rspec-0.7.5.ebuild index f728257f4a14..738a86402acb 100644 --- a/dev-ruby/rspec/rspec-0.7.5.ebuild +++ b/dev-ruby/rspec/rspec-0.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-0.7.5.ebuild,v 1.1 2006/12/23 01:02:04 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-0.7.5.ebuild,v 1.2 2007/02/10 03:28:43 pclouds Exp $ inherit ruby gems @@ -10,7 +10,7 @@ DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" HOMEPAGE="http://rspec.rubyforge.org/" SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" |