diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-20 20:10:20 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-20 20:10:20 +0000 |
commit | 406cb35f951fe10c8dee7ba94f79958175711fb4 (patch) | |
tree | 3752d14254967063d44d4407a5a50ce8c8a438c2 /net-p2p/ncdc | |
parent | Stable for amd64 wrt bug #473290 (diff) | |
download | gentoo-2-406cb35f951fe10c8dee7ba94f79958175711fb4.tar.gz gentoo-2-406cb35f951fe10c8dee7ba94f79958175711fb4.tar.bz2 gentoo-2-406cb35f951fe10c8dee7ba94f79958175711fb4.zip |
Revert to LICENSE=MIT in accordance with upstream.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.16.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.17.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog index c3afc5a23de4..d254dd092d9e 100644 --- a/net-p2p/ncdc/ChangeLog +++ b/net-p2p/ncdc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ncdc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.38 2013/06/20 08:09:36 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.39 2013/06/20 20:10:20 xmw Exp $ + + 20 Jun 2013; Michael Weber <xmw@gentoo.org> ncdc-1.16.1.ebuild, + ncdc-1.17.ebuild, ncdc-9999.ebuild: + Revert to LICENSE=MIT in accordance with upstream. 20 Jun 2013; Michael Weber <xmw@gentoo.org> ncdc-1.16.1.ebuild, ncdc-1.17.ebuild, ncdc-9999.ebuild: diff --git a/net-p2p/ncdc/ncdc-1.16.1.ebuild b/net-p2p/ncdc/ncdc-1.16.1.ebuild index c8753095cc12..ae24e0eca6aa 100644 --- a/net-p2p/ncdc/ncdc-1.16.1.ebuild +++ b/net-p2p/ncdc/ncdc-1.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.5 2013/06/20 08:09:36 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.6 2013/06/20 20:10:20 xmw Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" diff --git a/net-p2p/ncdc/ncdc-1.17.ebuild b/net-p2p/ncdc/ncdc-1.17.ebuild index 11c792afd43f..cab70670f4eb 100644 --- a/net-p2p/ncdc/ncdc-1.17.ebuild +++ b/net-p2p/ncdc/ncdc-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.17.ebuild,v 1.2 2013/06/20 08:09:36 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.17.ebuild,v 1.3 2013/06/20 20:10:20 xmw Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index d55a798e89ca..8b64a22a4ae1 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.9 2013/06/20 08:09:36 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.10 2013/06/20 20:10:20 xmw Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" EGIT_REPO_URI="git://g.blicky.net/ncdc.git" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" |