diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-18 20:40:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-18 20:40:31 +0000 |
commit | 582ca2268bda0d90a423575e5a443c70b22324b5 (patch) | |
tree | 1666fd4b6ec7bc42a644c5127263b92212a31bf7 /games-puzzle/kmagnet | |
parent | stabilize 0.30.216_pre2910 on amd64 and x86; version bump to 0.30.216_pre2935 (diff) | |
download | gentoo-2-582ca2268bda0d90a423575e5a443c70b22324b5.tar.gz gentoo-2-582ca2268bda0d90a423575e5a443c70b22324b5.tar.bz2 gentoo-2-582ca2268bda0d90a423575e5a443c70b22324b5.zip |
Version bump resolving bug 338506; silence repoman
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/kmagnet')
-rw-r--r-- | games-puzzle/kmagnet/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/kmagnet/kmagnet-0.09.ebuild | 3 | ||||
-rw-r--r-- | games-puzzle/kmagnet/kmagnet-0.10.ebuild | 24 |
3 files changed, 33 insertions, 2 deletions
diff --git a/games-puzzle/kmagnet/ChangeLog b/games-puzzle/kmagnet/ChangeLog index 3801a8e81723..6fe75de7024a 100644 --- a/games-puzzle/kmagnet/ChangeLog +++ b/games-puzzle/kmagnet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/kmagnet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kmagnet/ChangeLog,v 1.8 2011/01/30 13:19:03 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kmagnet/ChangeLog,v 1.9 2011/02/18 20:40:31 dilfridge Exp $ + +*kmagnet-0.10 (18 Feb 2011) + + 18 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> + kmagnet-0.09.ebuild, +kmagnet-0.10.ebuild: + Version bump resolving bug 338506; silence repoman 30 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> kmagnet-0.09.ebuild: EAPI3 diff --git a/games-puzzle/kmagnet/kmagnet-0.09.ebuild b/games-puzzle/kmagnet/kmagnet-0.09.ebuild index 5873a6bdaf9b..f861b39c86c7 100644 --- a/games-puzzle/kmagnet/kmagnet-0.09.ebuild +++ b/games-puzzle/kmagnet/kmagnet-0.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kmagnet/kmagnet-0.09.ebuild,v 1.4 2011/01/30 13:19:03 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kmagnet/kmagnet-0.09.ebuild,v 1.5 2011/02/18 20:40:31 dilfridge Exp $ EAPI=3 KDE_LINGUAS="ca cs" @@ -18,5 +18,6 @@ IUSE="debug +handbook" DEPEND=" $(add_kdebase_dep libkdegames) " +RDEPEND=${DEPEND} DOCS="AUTHORS ChangeLog README TODO" diff --git a/games-puzzle/kmagnet/kmagnet-0.10.ebuild b/games-puzzle/kmagnet/kmagnet-0.10.ebuild new file mode 100644 index 000000000000..af314b13b804 --- /dev/null +++ b/games-puzzle/kmagnet/kmagnet-0.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kmagnet/kmagnet-0.10.ebuild,v 1.1 2011/02/18 20:40:31 dilfridge Exp $ + +EAPI=3 +KDE_LINGUAS="ca cs" +inherit kde4-base + +DESCRIPTION="A simple puzzle game" +HOMEPAGE="http://www.kde-apps.org/content/show.php/kMagnet?content=109111" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/109111-${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkdegames) + $(add_kdebase_dep knewstuff) +" +RDEPEND=${DEPEND} + +DOCS="AUTHORS ChangeLog README TODO" |