public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.4.2.ebuild
@ 2011-07-10 21:32 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-10 21:32 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/10 21:32:07

  Modified:             ChangeLog
  Added:                violetland-0.4.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-action/violetland/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 May 2011 01:51:14 -0000	1.17
+++ ChangeLog	10 Jul 2011 21:32:07 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/violetland
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.17 2011/05/16 01:51:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.18 2011/07/10 21:32:07 mr_bones_ Exp $
+
+*violetland-0.4.2 (10 Jul 2011)
+
+  10 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +violetland-0.4.2.ebuild:
+  version bump
 
 *violetland-0.4.0 (16 May 2011)
 



1.1                  games-action/violetland/violetland-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.1&content-type=text/plain

Index: violetland-0.4.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v 1.1 2011/07/10 21:32:07 mr_bones_ Exp $

EAPI=2
inherit eutils cmake-utils games

DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters."
HOMEPAGE="http://code.google.com/p/violetland/"
SRC_URI="http://violetland.googlecode.com/files/${PN}-v${PV}-src.zip"

LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/libsdl[audio,video]
	media-libs/sdl-image[png]
	media-libs/sdl-mixer[vorbis]
	media-libs/sdl-ttf
	dev-libs/boost
	virtual/opengl
	virtual/glu"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}/${PN}-v${PV}

src_prepare() {
	sed -i \
		-e "/README_EN.TXT/d" \
		-e "/README_RU.TXT/d" \
		CMakeLists.txt || die "sed failed"
}

src_configure() {
	mycmakeargs=(
		"-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
		"-DDATA_INSTALL_DIR=${GAMES_DATADIR}"
		)
	cmake-utils_src_configure
}

src_compile() {
	cmake-utils_src_compile
}

src_install() {
	DOCS="README_EN.TXT CHANGELOG" cmake-utils_src_install
	newicon icon-light.png ${PN}.png
	make_desktop_entry ${PN} VioletLand
	prepgamesdirs
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.4.2.ebuild
@ 2011-08-11 16:36 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-11 16:36 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/08/11 16:36:44

  Modified:             ChangeLog violetland-0.4.2.ebuild
  Log:
  Marked 0.4.2 stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #378727.
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 games-action/violetland/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	10 Jul 2011 21:32:07 -0000	1.18
+++ ChangeLog	11 Aug 2011 16:36:44 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/violetland
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.18 2011/07/10 21:32:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.19 2011/08/11 16:36:44 chainsaw Exp $
+
+  11 Aug 2011; Tony Vroon <chainsaw@gentoo.org> violetland-0.4.2.ebuild:
+  Marked 0.4.2 stable on AMD64 based on arch testing by Agostino "ago" Sarubbo
+  in bug #378727.
 
 *violetland-0.4.2 (10 Jul 2011)
 



1.2                  games-action/violetland/violetland-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?r1=1.1&r2=1.2

Index: violetland-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- violetland-0.4.2.ebuild	10 Jul 2011 21:32:07 -0000	1.1
+++ violetland-0.4.2.ebuild	11 Aug 2011 16:36:44 -0000	1.2
@@ -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-action/violetland/violetland-0.4.2.ebuild,v 1.1 2011/07/10 21:32:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v 1.2 2011/08/11 16:36:44 chainsaw Exp $
 
 EAPI=2
 inherit eutils cmake-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[audio,video]






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.4.2.ebuild
@ 2011-08-21  3:29 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-21  3:29 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/08/21 03:29:30

  Modified:             ChangeLog violetland-0.4.2.ebuild
  Log:
  x86 stable wrt bug #378727
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-action/violetland/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	11 Aug 2011 16:36:44 -0000	1.19
+++ ChangeLog	21 Aug 2011 03:29:30 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/violetland
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.19 2011/08/11 16:36:44 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.20 2011/08/21 03:29:30 phajdan.jr Exp $
+
+  21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> violetland-0.4.2.ebuild:
+  x86 stable wrt bug #378727
 
   11 Aug 2011; Tony Vroon <chainsaw@gentoo.org> violetland-0.4.2.ebuild:
   Marked 0.4.2 stable on AMD64 based on arch testing by Agostino "ago" Sarubbo



1.3                  games-action/violetland/violetland-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild?r1=1.2&r2=1.3

Index: violetland-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- violetland-0.4.2.ebuild	11 Aug 2011 16:36:44 -0000	1.2
+++ violetland-0.4.2.ebuild	21 Aug 2011 03:29:30 -0000	1.3
@@ -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-action/violetland/violetland-0.4.2.ebuild,v 1.2 2011/08/11 16:36:44 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v 1.3 2011/08/21 03:29:30 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils cmake-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[audio,video]






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.4.2.ebuild
@ 2013-01-20  1:16 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-20  1:16 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/20 01:16:48

  Modified:             ChangeLog
  Removed:              violetland-0.4.2.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.29                 games-action/violetland/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 Nov 2012 07:50:32 -0000	1.28
+++ ChangeLog	20 Jan 2013 01:16:48 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/violetland
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.28 2012/11/29 07:50:32 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.29 2013/01/20 01:16:48 mr_bones_ Exp $
+
+  20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -violetland-0.4.2.ebuild:
+  old
 
   29 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> violetland-0.4.3.ebuild:
   add threads use dep for boost (bug #444252)





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-20  1:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 16:36 [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.4.2.ebuild Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-20  1:16 Michael Sterrett (mr_bones_)
2011-08-21  3:29 PaweA Hajdan (phajdan.jr)
2011-07-10 21:32 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox