diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-10 07:43:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-10 07:43:36 +0000 |
commit | 90cafd4ffbfec532b9db798c5ebcbf2ada187429 (patch) | |
tree | 9deab2861a1c1759a812b3ba609ace02f656c2fc /games-puzzle | |
parent | USE_EXPANDed flags don't go into IUSE (diff) | |
download | historical-90cafd4ffbfec532b9db798c5ebcbf2ada187429.tar.gz historical-90cafd4ffbfec532b9db798c5ebcbf2ada187429.tar.bz2 historical-90cafd4ffbfec532b9db798c5ebcbf2ada187429.zip |
version bump (bug #112012)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/concentration/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/concentration/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/concentration/concentration-1.2.ebuild | 26 | ||||
-rw-r--r-- | games-puzzle/concentration/files/digest-concentration-1.2 | 1 |
4 files changed, 38 insertions, 3 deletions
diff --git a/games-puzzle/concentration/ChangeLog b/games-puzzle/concentration/ChangeLog index eb19a2274424..68098cdf1792 100644 --- a/games-puzzle/concentration/ChangeLog +++ b/games-puzzle/concentration/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/concentration -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.5 2004/11/22 12:33:38 josejx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.6 2005/11/10 07:43:36 mr_bones_ Exp $ + +*concentration-1.2 (10 Nov 2005) + + 10 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> + +concentration-1.2.ebuild: + version bump (bug #112012) 22 Nov 2004; Joseph Jezak <josejx@gentoo.org> concentration-1.1.ebuild: Marked ppc stable. diff --git a/games-puzzle/concentration/Manifest b/games-puzzle/concentration/Manifest index bc420e8878b4..b1c5a35f8a85 100644 --- a/games-puzzle/concentration/Manifest +++ b/games-puzzle/concentration/Manifest @@ -1,4 +1,6 @@ +MD5 43ff131fa31f9f2e0b23c29035d6ff38 concentration-1.2.ebuild 786 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 0fd175d5864d973a1dfaadfecf1ec449 ChangeLog 696 MD5 e6b45de1cef7e71acfaaba69986b09a0 concentration-1.1.ebuild 728 +MD5 b8951091aff2bfce043d33fa574d9ac0 ChangeLog 847 +MD5 8e825e7898c163ed1bc51d87e3d46e35 files/digest-concentration-1.2 70 MD5 38ba89b22df7f3f57b6c36994830c4e1 files/digest-concentration-1.1 70 diff --git a/games-puzzle/concentration/concentration-1.2.ebuild b/games-puzzle/concentration/concentration-1.2.ebuild new file mode 100644 index 000000000000..2ecc055de1b2 --- /dev/null +++ b/games-puzzle/concentration/concentration-1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2.ebuild,v 1.1 2005/11/10 07:43:36 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="The classic memory game with some new life" +HOMEPAGE="http://www.shiftygames.com/concentration/concentration.html" +SRC_URI="http://www.shiftygames.com/concentration/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc x86" +IUSE="" + +RDEPEND=">=media-libs/libsdl-1.2 + >=media-libs/sdl-mixer-1.2 + >=media-libs/sdl-image-1.2 + media-libs/sdl-ttf" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog + make_desktop_entry concentration Concentration + prepgamesdirs +} diff --git a/games-puzzle/concentration/files/digest-concentration-1.2 b/games-puzzle/concentration/files/digest-concentration-1.2 new file mode 100644 index 000000000000..33550c7217cd --- /dev/null +++ b/games-puzzle/concentration/files/digest-concentration-1.2 @@ -0,0 +1 @@ +MD5 f761f0cffcfbfcbe3b4f4a88904adb7c concentration-1.2.tar.gz 1044563 |