summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-02-20 21:36:31 +0000
committerUlrich Müller <ulm@gentoo.org>2015-02-20 21:36:31 +0000
commit1514553156d03e725c1240ed6d78b10f73466c32 (patch)
treec1de20460f4842d7f41949f58a0228fc620945b8 /games-util
parentRemove old. (diff)
downloadgentoo-2-1514553156d03e725c1240ed6d78b10f73466c32.tar.gz
gentoo-2-1514553156d03e725c1240ed6d78b10f73466c32.tar.bz2
gentoo-2-1514553156d03e725c1240ed6d78b10f73466c32.zip
[QA] Drop keywords to unstable because of dropped games-roguelike/nethack keywords. Specify license more precisely.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/hearse/ChangeLog8
-rw-r--r--games-util/hearse/hearse-1.5.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-util/hearse/ChangeLog b/games-util/hearse/ChangeLog
index 9a9b94e1a19e..c6c40e218bc9 100644
--- a/games-util/hearse/ChangeLog
+++ b/games-util/hearse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/hearse
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/ChangeLog,v 1.10 2010/11/01 18:12:49 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/ChangeLog,v 1.11 2015/02/20 21:36:31 ulm Exp $
+
+ 20 Feb 2015; Ulrich Müller <ulm@gentoo.org> hearse-1.5.ebuild:
+ [QA] Drop keywords to unstable because of dropped games-roguelike/nethack
+ keywords. Specify license more precisely.
01 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> hearse-1.5.ebuild:
EAPI=2
diff --git a/games-util/hearse/hearse-1.5.ebuild b/games-util/hearse/hearse-1.5.ebuild
index 59c620c7f33f..227a495f59cc 100644
--- a/games-util/hearse/hearse-1.5.ebuild
+++ b/games-util/hearse/hearse-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/hearse-1.5.ebuild,v 1.4 2010/11/01 18:12:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/hearse-1.5.ebuild,v 1.5 2015/02/20 21:36:31 ulm Exp $
EAPI=2
inherit games
@@ -9,9 +9,9 @@ DESCRIPTION="exchange Nethack bones files with other players"
HOMEPAGE="http://www.argon.org/~roderick/hearse/"
SRC_URI="http://www.argon.org/~roderick/hearse/dist/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="ppc x86"
+KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/perl-5.8.0