diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-10 22:15:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-10 22:15:07 +0000 |
commit | f985fc80b9fc49c441ccd440d9dda6afb8e9a5d8 (patch) | |
tree | 59110166887956af858c7a7b47bf15101f1509e7 /dev-java | |
parent | Re-add live ebuild. (diff) | |
download | gentoo-2-f985fc80b9fc49c441ccd440d9dda6afb8e9a5d8.tar.gz gentoo-2-f985fc80b9fc49c441ccd440d9dda6afb8e9a5d8.tar.bz2 gentoo-2-f985fc80b9fc49c441ccd440d9dda6afb8e9a5d8.zip |
Fix LICENSE, see LICENSE file in tarball, bug 444860.
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/fec/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/fec/fec-1.0.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/fec/fec-1.0.4-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/fec/ChangeLog b/dev-java/fec/ChangeLog index e072395aea9d..9e4b20e35a05 100644 --- a/dev-java/fec/ChangeLog +++ b/dev-java/fec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/fec -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/ChangeLog,v 1.12 2010/05/25 21:10:16 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/ChangeLog,v 1.13 2012/12/10 22:15:07 ulm Exp $ + + 10 Dec 2012; Ulrich Müller <ulm@gentoo.org> fec-1.0.3-r1.ebuild, + fec-1.0.4-r1.ebuild: + Fix LICENSE, see LICENSE file in tarball, bug 444860. 25 May 2010; Pacho Ramos <pacho@gentoo.org> fec-1.0.4-r1.ebuild: stable amd64, bug 319119 diff --git a/dev-java/fec/fec-1.0.3-r1.ebuild b/dev-java/fec/fec-1.0.3-r1.ebuild index d05c03e0c1cb..089f7f613951 100644 --- a/dev-java/fec/fec-1.0.3-r1.ebuild +++ b/dev-java/fec/fec-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/fec-1.0.3-r1.ebuild,v 1.4 2009/03/09 22:34:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/fec-1.0.3-r1.ebuild,v 1.5 2012/12/10 22:15:07 ulm Exp $ JAVA_PKG_IUSE="doc source" @@ -10,7 +10,7 @@ DESCRIPTION="Forword error correction libs" HOMEPAGE="http://www.onionnetworks.com/developers/" SRC_URI="http://www.onionnetworks.com/downloads/${P}.zip" -LICENSE="as-is" +LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/fec/fec-1.0.4-r1.ebuild b/dev-java/fec/fec-1.0.4-r1.ebuild index 812b595b30f9..6d7ad22e4894 100644 --- a/dev-java/fec/fec-1.0.4-r1.ebuild +++ b/dev-java/fec/fec-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/fec-1.0.4-r1.ebuild,v 1.3 2010/05/25 21:10:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fec/fec-1.0.4-r1.ebuild,v 1.4 2012/12/10 22:15:07 ulm Exp $ JAVA_PKG_IUSE="doc source" @@ -10,7 +10,7 @@ DESCRIPTION="Forword error correction libs" HOMEPAGE="http://www.onionnetworks.com/developers/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" |