summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2012-04-19 13:05:25 -0400
committerJustin Riley <justin.t.riley@gmail.com>2012-04-19 13:05:25 -0400
commite446ba95c3318f5197bb39ecc08cddd6fbaba5dc (patch)
tree727f33ecee42d5e6a0356f6c75398c448ec3b51e
parentstarcluster: update 9999 to use git-2 and develop branch (diff)
downloadjtriley-e446ba95c3318f5197bb39ecc08cddd6fbaba5dc.tar.gz
jtriley-e446ba95c3318f5197bb39ecc08cddd6fbaba5dc.tar.bz2
jtriley-e446ba95c3318f5197bb39ecc08cddd6fbaba5dc.zip
starcluster: update license info in all ebuilds
LGPL-2.1 -> LGPL-3
-rw-r--r--dev-python/starcluster/starcluster-0.93.3.ebuild2
-rw-r--r--dev-python/starcluster/starcluster-0.9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/starcluster/starcluster-0.93.3.ebuild b/dev-python/starcluster/starcluster-0.93.3.ebuild
index ee4cc9a..4f40a59 100644
--- a/dev-python/starcluster/starcluster-0.93.3.ebuild
+++ b/dev-python/starcluster/starcluster-0.93.3.ebuild
@@ -17,7 +17,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="StarCluster is a utility for creating and managing general purpose computing clusters hosted on Amazon's Elastic Compute Cloud (EC2)."
HOMEPAGE="http://web.mit.edu/star/cluster"
SRC_URI="http://pypi.python.org/packages/source/S/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-3"
KEYWORDS="~amd64"
SLOT="0"
diff --git a/dev-python/starcluster/starcluster-0.9999.ebuild b/dev-python/starcluster/starcluster-0.9999.ebuild
index 07a3259..af628bf 100644
--- a/dev-python/starcluster/starcluster-0.9999.ebuild
+++ b/dev-python/starcluster/starcluster-0.9999.ebuild
@@ -16,10 +16,10 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="StarCluster is a utility for creating and managing general purpose computing clusters hosted on Amazon's Elastic Compute Cloud (EC2)."
HOMEPAGE="http://web.mit.edu/star/cluster"
-LICENSE="LGPL-2.1"
KEYWORDS="~amd64"
EGIT_REPO_URI="http://github.com/jtriley/${MY_PN}.git"
EGIT_BRANCH="develop"
+LICENSE="LGPL-3"
SLOT="0"
IUSE="doc bash-completion"