public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.3.6.9.ebuild ChangeLog
@ 2013-06-14 22:50 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-06-14 22:50 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/06/14 22:50:01

  Modified:             ChangeLog
  Added:                manaplus-1.3.6.9.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.7                  games-rpg/manaplus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 May 2013 21:17:18 -0000	1.6
+++ ChangeLog	14 Jun 2013 22:50:01 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.6 2013/05/13 21:17:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.7 2013/06/14 22:50:01 hasufell Exp $
+
+*manaplus-1.3.6.9 (14 Jun 2013)
+
+  14 Jun 2013; Julian Ospald <hasufell@gentoo.org> +manaplus-1.3.6.9.ebuild:
+  version bump
 
 *manaplus-1.3.5.12 (13 May 2013)
 



1.1                  games-rpg/manaplus/manaplus-1.3.6.9.ebuild

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

Index: manaplus-1.3.6.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v 1.1 2013/06/14 22:50:01 hasufell Exp $

EAPI=5

inherit games

DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
HOMEPAGE="http://manaplus.evolonline.org"
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls opengl"

RDEPEND="
	>=dev-games/physfs-1.0.0
	dev-libs/libxml2
	media-libs/sdl-mixer[vorbis]
	media-libs/sdl-image[png]
	media-libs/sdl-net
	media-libs/sdl-ttf
	net-misc/curl
	sys-libs/zlib
	media-libs/libpng:0
	media-fonts/dejavu
	>=dev-games/guichan-0.8.1[sdl]
	media-libs/libsdl[X,opengl?,video]
	media-libs/sdl-gfx
	x11-apps/xmessage
	x11-libs/libX11
	x11-misc/xdg-utils
	x11-misc/xsel
	nls? ( virtual/libintl )
	opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	nls? ( sys-devel/gettext )"

src_prepare() {
	sed -i \
		-e '/^SUBDIRS/s/fonts//' \
		data/Makefile.in || die

	rm -r src/guichan || die
}

src_configure() {
	egamesconf \
		--without-internalguichan \
		--localedir=/usr/share/locale \
		--disable-manaserv \
		--disable-eathena \
		$(use_with opengl) \
		$(use_enable nls)
}

src_install() {
	default

	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-bold.ttf
	dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans.ttf
	dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-mono.ttf
	insinto "${GAMES_DATADIR}"/${PN}/data

	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.3.6.9.ebuild ChangeLog
@ 2013-06-25 12:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:08:46

  Modified:             manaplus-1.3.6.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #474402
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  games-rpg/manaplus/manaplus-1.3.6.9.ebuild

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

Index: manaplus-1.3.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- manaplus-1.3.6.9.ebuild	14 Jun 2013 22:50:01 -0000	1.1
+++ manaplus-1.3.6.9.ebuild	25 Jun 2013 12:08:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v 1.1 2013/06/14 22:50:01 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v 1.2 2013/06/25 12:08:46 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="nls opengl"
 
 RDEPEND="



1.9                  games-rpg/manaplus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Jun 2013 22:42:22 -0000	1.8
+++ ChangeLog	25 Jun 2013 12:08:46 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.8 2013/06/22 22:42:22 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.9 2013/06/25 12:08:46 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> manaplus-1.3.6.9.ebuild:
+  Stable for x86, wrt bug #474402
 
 *manaplus-1.3.6.23 (22 Jun 2013)
 
@@ -45,4 +48,3 @@
   04 Feb 2013; Julian Ospald <hasufell@gentoo.org> +manaplus-1.3.2.3.ebuild,
   +metadata.xml:
   initial import
-





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

* [gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.3.6.9.ebuild ChangeLog
@ 2013-06-25 12:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:56:52

  Modified:             manaplus-1.3.6.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #474402
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-rpg/manaplus/manaplus-1.3.6.9.ebuild

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

Index: manaplus-1.3.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- manaplus-1.3.6.9.ebuild	25 Jun 2013 12:08:46 -0000	1.2
+++ manaplus-1.3.6.9.ebuild	25 Jun 2013 12:56:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v 1.2 2013/06/25 12:08:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.3.6.9.ebuild,v 1.3 2013/06/25 12:56:52 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nls opengl"
 
 RDEPEND="



1.10                 games-rpg/manaplus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Jun 2013 12:08:46 -0000	1.9
+++ ChangeLog	25 Jun 2013 12:56:52 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.9 2013/06/25 12:08:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.10 2013/06/25 12:56:52 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> manaplus-1.3.6.9.ebuild:
+  Stable for amd64, wrt bug #474402
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> manaplus-1.3.6.9.ebuild:
   Stable for x86, wrt bug #474402





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

end of thread, other threads:[~2013-06-25 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 12:08 [gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.3.6.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-25 12:56 Agostino Sarubbo (ago)
2013-06-14 22:50 Julian Ospald (hasufell)

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