diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-26 08:32:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-26 08:32:18 +0000 |
commit | 26bf7f32a97499a1ae56b40354a148f698f6b225 (patch) | |
tree | d3da838924de7a0f96f95a776f2cd672f54dfd92 /dev-python/pyds | |
parent | Added embedded to the ownership. version 1.3 is realy 1.3_p3. Can the next ve... (diff) | |
download | gentoo-2-26bf7f32a97499a1ae56b40354a148f698f6b225.tar.gz gentoo-2-26bf7f32a97499a1ae56b40354a148f698f6b225.tar.bz2 gentoo-2-26bf7f32a97499a1ae56b40354a148f698f6b225.zip |
fix license (#48982)
Diffstat (limited to 'dev-python/pyds')
-rw-r--r-- | dev-python/pyds/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.7.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/pyds/ChangeLog b/dev-python/pyds/ChangeLog index 8fdfcd4e40c9..f3039ac87fd6 100644 --- a/dev-python/pyds/ChangeLog +++ b/dev-python/pyds/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyds # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.7 2004/04/19 05:39:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.8 2004/04/26 08:32:18 liquidx Exp $ + + 26 Apr 2004; Alastair Tse <liquidx@gentoo.org> pyds-0.6.5.ebuild, + pyds-0.7.0.ebuild, pyds-0.7.1.ebuild: + fix license (#48982) 18 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> pyds-0.7.0.ebuild: need all stable deps before marking stable for x86 diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild index bf7d5f0aaa71..cef74e1f7e74 100644 --- a/dev-python/pyds/pyds-0.6.5.ebuild +++ b/dev-python/pyds/pyds-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.5 2004/04/25 21:26:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.6 2004/04/26 08:32:18 liquidx Exp $ inherit distutils eutils @@ -10,9 +10,9 @@ DESCRIPTION="Python Desktop Server" HOMEPAGE="http://pyds.muensterland.org/" SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" -LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +LICENSE="MIT" IUSE="" RDEPEND="media-libs/jpeg diff --git a/dev-python/pyds/pyds-0.7.0.ebuild b/dev-python/pyds/pyds-0.7.0.ebuild index 309a13012b06..93af27d7f3b7 100644 --- a/dev-python/pyds/pyds-0.7.0.ebuild +++ b/dev-python/pyds/pyds-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.5 2004/04/25 21:27:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.6 2004/04/26 08:32:18 liquidx Exp $ inherit distutils eutils @@ -10,9 +10,9 @@ DESCRIPTION="Python Desktop Server" HOMEPAGE="http://pyds.muensterland.org/" SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" -LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +LICENSE="MIT" IUSE="" RDEPEND="media-libs/jpeg diff --git a/dev-python/pyds/pyds-0.7.1.ebuild b/dev-python/pyds/pyds-0.7.1.ebuild index 2589fb61ab3f..9ec1a2b326d8 100644 --- a/dev-python/pyds/pyds-0.7.1.ebuild +++ b/dev-python/pyds/pyds-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.1.ebuild,v 1.2 2004/04/18 08:51:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.1.ebuild,v 1.3 2004/04/26 08:32:18 liquidx Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" KEYWORDS="~x86 ~ppc" SLOT="0" -LICENSE="GPL-2" +LICENSE="MIT" IUSE="" RDEPEND="media-libs/jpeg |