diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-02 16:14:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-02 16:14:41 +0000 |
commit | c1626adacf65f7c48723c643fba9e5591a802907 (patch) | |
tree | 82c11cb438631328b506dd39ec96e3e8165443c2 /dev-util | |
parent | Clean up old revision. EAPI bump stable due to pending eclass changes and slo... (diff) | |
download | gentoo-2-c1626adacf65f7c48723c643fba9e5591a802907.tar.gz gentoo-2-c1626adacf65f7c48723c643fba9e5591a802907.tar.bz2 gentoo-2-c1626adacf65f7c48723c643fba9e5591a802907.zip |
Fix LICENSE, this is licensed "under the same terms as Perl itself", see notice in source.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/egypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/egypt/egypt-1.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/egypt/ChangeLog b/dev-util/egypt/ChangeLog index 7164f2d08b89..fc816d6f0185 100644 --- a/dev-util/egypt/ChangeLog +++ b/dev-util/egypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/egypt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/ChangeLog,v 1.6 2012/05/10 16:03:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/ChangeLog,v 1.7 2012/12/02 16:14:41 ulm Exp $ + + 02 Dec 2012; Ulrich Müller <ulm@gentoo.org> egypt-1.9.ebuild: + Fix LICENSE, this is licensed "under the same terms as Perl itself", see + notice in source. 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -egypt-1.8.ebuild: Remove old diff --git a/dev-util/egypt/egypt-1.9.ebuild b/dev-util/egypt/egypt-1.9.ebuild index 885b22ec7e5d..31d1fbcff49d 100644 --- a/dev-util/egypt/egypt-1.9.ebuild +++ b/dev-util/egypt/egypt-1.9.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/dev-util/egypt/egypt-1.9.ebuild,v 1.1 2012/03/14 05:41:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/egypt-1.9.ebuild,v 1.2 2012/12/02 16:14:41 ulm Exp $ inherit perl-app @@ -8,7 +8,7 @@ DESCRIPTION="devilishly simple tool for creating call graphs of C programs" HOMEPAGE="http://www.gson.org/egypt/" SRC_URI="http://www.gson.org/egypt/download/${P}.tar.gz" -LICENSE="as-is" +LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |