diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-03-10 13:03:21 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-03-10 13:03:21 +0000 |
commit | b546ec1eaaaef33bf6f547199c4f94f5c9c36846 (patch) | |
tree | 2f98e43bff9d38753c102df10b5acf67cf10859b /dev-games | |
parent | Import changes from proxy maintainer Johan Bergstroem, https://github.com/gen... (diff) | |
download | gentoo-2-b546ec1eaaaef33bf6f547199c4f94f5c9c36846.tar.gz gentoo-2-b546ec1eaaaef33bf6f547199c4f94f5c9c36846.tar.bz2 gentoo-2-b546ec1eaaaef33bf6f547199c4f94f5c9c36846.zip |
Version bump. Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/tiled/ChangeLog | 10 | ||||
-rw-r--r-- | dev-games/tiled/tiled-0.11.0.ebuild (renamed from dev-games/tiled/tiled-0.10.1.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-games/tiled/ChangeLog b/dev-games/tiled/ChangeLog index 67dcf2901d95..f8a21f47f44f 100644 --- a/dev-games/tiled/ChangeLog +++ b/dev-games/tiled/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-games/tiled -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.8 2014/10/27 15:58:28 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.9 2015/03/10 13:03:21 kensington Exp $ + +*tiled-0.11.0 (10 Mar 2015) + + 10 Mar 2015; Michael Palimaka <kensington@gentoo.org> +tiled-0.11.0.ebuild, + -tiled-0.10.1.ebuild: + Version bump. Remove old. *tiled-0.10.2 (27 Oct 2014) diff --git a/dev-games/tiled/tiled-0.10.1.ebuild b/dev-games/tiled/tiled-0.11.0.ebuild index 86b99324ab93..b41327640ef2 100644 --- a/dev-games/tiled/tiled-0.10.1.ebuild +++ b/dev-games/tiled/tiled-0.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/tiled-0.10.1.ebuild,v 1.1 2014/09/22 18:37:40 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/tiled-0.11.0.ebuild,v 1.1 2015/03/10 13:03:21 kensington Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="A general purpose tile map editor" HOMEPAGE="http://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" -LICENSE="BSD GPL-2" +LICENSE="BSD-2 GPL-2+" SLOT="0" KEYWORDS="~amd64" IUSE="examples python" |