summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-04-16 16:51:53 +0000
committerUlrich Müller <ulm@gentoo.org>2014-04-16 16:51:53 +0000
commite28a3b255e79ed3ac7cd946280edcf06a50c6d88 (patch)
tree3432e480e221d9bf63db31ae951c576bca4489e9 /games-puzzle/trimines
parentNew package, initial import (diff)
downloadgentoo-2-e28a3b255e79ed3ac7cd946280edcf06a50c6d88.tar.gz
gentoo-2-e28a3b255e79ed3ac7cd946280edcf06a50c6d88.tar.bz2
gentoo-2-e28a3b255e79ed3ac7cd946280edcf06a50c6d88.zip
Fix LICENSE, add mirror and bindist restrictions, bug 505726.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-puzzle/trimines')
-rw-r--r--games-puzzle/trimines/ChangeLog7
-rw-r--r--games-puzzle/trimines/trimines-1.3.0.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/trimines/ChangeLog b/games-puzzle/trimines/ChangeLog
index fb280ee87e87..35114ab51e46 100644
--- a/games-puzzle/trimines/ChangeLog
+++ b/games-puzzle/trimines/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/trimines
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/ChangeLog,v 1.7 2011/12/23 16:57:22 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/ChangeLog,v 1.8 2014/04/16 16:51:53 ulm Exp $
+
+ 16 Apr 2014; Ulrich Müller <ulm@gentoo.org> trimines-1.3.0.ebuild:
+ Fix LICENSE, add mirror and bindist restrictions, bug 505726.
23 Dec 2011; Agostino Sarubbo <ago@gentoo.org> trimines-1.3.0.ebuild:
Added ~amd64 and missing RDEPEND line, wrt bug #293219
diff --git a/games-puzzle/trimines/trimines-1.3.0.ebuild b/games-puzzle/trimines/trimines-1.3.0.ebuild
index 62ef2fdf719b..6ef8c81a10b6 100644
--- a/games-puzzle/trimines/trimines-1.3.0.ebuild
+++ b/games-puzzle/trimines/trimines-1.3.0.ebuild
@@ -1,6 +1,6 @@
-# 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/games-puzzle/trimines/trimines-1.3.0.ebuild,v 1.6 2011/12/23 16:57:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild,v 1.7 2014/04/16 16:51:53 ulm Exp $
EAPI=2
inherit eutils games
@@ -9,10 +9,11 @@ DESCRIPTION="A mine sweeper game that uses triangles instead of squares"
HOMEPAGE="http://www.freewebs.com/trimines/"
SRC_URI="http://www.freewebs.com/trimines/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
+RESTRICT="mirror bindist"
DEPEND="media-libs/libsdl[video]"
RDEPEND="${DEPEND}"