diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-01-11 17:58:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-01-11 17:58:07 +0000 |
commit | 3ed50f0b659a4a6950582aa4d95ad9c234d6fda0 (patch) | |
tree | b35bc5bce6de57a63b3d8f1285d2cafa2f1f3301 /dev-ruby/session/session-2.4.0.ebuild | |
parent | Remove functions from ccc.eclass as its going to be removed (diff) | |
download | gentoo-2-3ed50f0b659a4a6950582aa4d95ad9c234d6fda0.tar.gz gentoo-2-3ed50f0b659a4a6950582aa4d95ad9c234d6fda0.tar.bz2 gentoo-2-3ed50f0b659a4a6950582aa4d95ad9c234d6fda0.zip |
Update license.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/session/session-2.4.0.ebuild')
-rw-r--r-- | dev-ruby/session/session-2.4.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/session/session-2.4.0.ebuild b/dev-ruby/session/session-2.4.0.ebuild index 9ec52d392dcf..38ca0aead69a 100644 --- a/dev-ruby/session/session-2.4.0.ebuild +++ b/dev-ruby/session/session-2.4.0.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-ruby/session/session-2.4.0.ebuild,v 1.1 2010/01/05 17:46:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/session-2.4.0.ebuild,v 1.2 2010/01/11 17:58:07 graaff Exp $ EAPI=2 @@ -18,9 +18,9 @@ DESCRIPTION="A set of classes to drive external programs via pipe" HOMEPAGE="http://codeforpeople.com/lib/ruby/session/" SRC_URI="http://codeforpeople.com/lib/ruby/session/${P}.tgz" -# actually no license information provided; upstream has been -# contacted on the matter. -LICENSE="as-is" +# License info based on http://github.com/ahoward/session as indicated +# by author. +LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64" IUSE="test" |