diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 17:24:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 17:24:28 +0000 |
commit | 4acf5115e1e73f4b835ddf072f291baecef9d7d6 (patch) | |
tree | 24b9079202dc032999efed273c9d9e1475ed0033 /net-misc/aggregate | |
parent | Fix LICENSE, see README and notices in source files, bug 446474. (diff) | |
download | gentoo-2-4acf5115e1e73f4b835ddf072f291baecef9d7d6.tar.gz gentoo-2-4acf5115e1e73f4b835ddf072f291baecef9d7d6.tar.bz2 gentoo-2-4acf5115e1e73f4b835ddf072f291baecef9d7d6.zip |
Fix LICENSE, see LICENCE and LICENSE files in tarball, bug 446488.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r-- | net-misc/aggregate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/aggregate/ChangeLog b/net-misc/aggregate/ChangeLog index a697bcddf721..697ced0e96f1 100644 --- a/net-misc/aggregate/ChangeLog +++ b/net-misc/aggregate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aggregate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.15 2010/10/17 04:46:37 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.16 2012/12/22 17:24:28 ulm Exp $ + + 22 Dec 2012; Ulrich Müller <ulm@gentoo.org> aggregate-1.6.ebuild: + Fix LICENSE, see LICENCE and LICENSE files in tarball, bug 446488. 17 Oct 2010; Mart Raudsepp <leio@gentoo.org> aggregate-1.6.ebuild: Drop to ~mips diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 9b6b51d3a53c..1408a39348fa 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.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/net-misc/aggregate/aggregate-1.6.ebuild,v 1.16 2010/10/28 09:25:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.17 2012/12/22 17:24:28 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, HOMEPAGE="http://dist.automagic.org/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" -LICENSE="as-is" +LICENSE="ISC" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="" |