diff options
-rw-r--r-- | app-crypt/sign/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/sign/sign-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/sign/ChangeLog b/app-crypt/sign/ChangeLog index 487a6e4dc971..838f2272cdf2 100644 --- a/app-crypt/sign/ChangeLog +++ b/app-crypt/sign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/sign # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.17 2012/10/10 14:08:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.18 2012/11/04 16:53:14 ulm Exp $ + + 04 Nov 2012; Ulrich Müller <ulm@gentoo.org> sign-1.0.7.ebuild: + Specify LICENSE more precisely, BZIP2 according to LICENSE file in tarball. 10 Oct 2012; Agostino Sarubbo <ago@gentoo.org> sign-1.0.7.ebuild: Stable for amd64, wrt bug #437822 diff --git a/app-crypt/sign/sign-1.0.7.ebuild b/app-crypt/sign/sign-1.0.7.ebuild index 177edba07ef8..16ac2c7e2546 100644 --- a/app-crypt/sign/sign-1.0.7.ebuild +++ b/app-crypt/sign/sign-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.14 2012/10/10 14:08:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.15 2012/11/04 16:53:14 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="File signing and signature verification utility" HOMEPAGE="http://swapped.cc/sign/" SRC_URI="http://swapped.cc/${PN}/files/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BZIP2" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" |