diff options
author | Joshua Kinard <kumba@gentoo.org> | 2014-02-03 09:07:57 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2014-02-03 09:07:57 +0000 |
commit | eae85e35ca9596ee88147ef5c2f76173aec32304 (patch) | |
tree | 30144e29ab65b4a5f7f0a7ea1f1493b0909f1b66 /sys-boot | |
parent | Version bump (diff) | |
download | gentoo-2-eae85e35ca9596ee88147ef5c2f76173aec32304.tar.gz gentoo-2-eae85e35ca9596ee88147ef5c2f76173aec32304.tar.bz2 gentoo-2-eae85e35ca9596ee88147ef5c2f76173aec32304.zip |
EAPI=5, and change the ebuild license to "all-rights-reserved" due to lack of specific license in source.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/sgibootcd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/sgibootcd/sgibootcd-0.12.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-boot/sgibootcd/ChangeLog b/sys-boot/sgibootcd/ChangeLog index 98158437fa1b..a45c22b2d834 100644 --- a/sys-boot/sgibootcd/ChangeLog +++ b/sys-boot/sgibootcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/sgibootcd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.3 2011/02/06 22:21:48 leio Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.4 2014/02/03 09:07:57 kumba Exp $ + + 03 Feb 2014; Joshua Kinard <kumba@gentoo.org> sgibootcd-0.12.ebuild: + EAPI=5, and change the ebuild license to "all-rights-reserved" due to lack of + specific license in source. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> sgibootcd-0.12.ebuild: Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the diff --git a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild index b5ac9ebb893e..8229bcd12ea4 100644 --- a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild +++ b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.3 2011/02/06 22:21:48 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.4 2014/02/03 09:07:57 kumba Exp $ +EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="Creates burnable CD images for SGI LiveCDs" HOMEPAGE="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/" SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~mips" IUSE="" |