public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-06-07  5:51 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2012-06-07  5:51 UTC (permalink / raw
  To: gentoo-commits

vapier      12/06/07 05:51:28

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  Inherit new multiprocessing for makeopts_jobs.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-engines/gargoyle/gargoyle-2011.1.ebuild

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

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gargoyle-2011.1.ebuild	7 May 2012 13:38:04 -0000	1.1
+++ gargoyle-2011.1.ebuild	7 Jun 2012 05:51:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.1 2012/05/07 13:38:04 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.2 2012/06/07 05:51:28 vapier Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -11,7 +11,7 @@
 
 EAPI=3
 
-inherit eutils games
+inherit eutils games multiprocessing
 
 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
 HOMEPAGE="http://ccxvii.net/gargoyle/"



1.17                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 May 2012 13:38:04 -0000	1.16
+++ ChangeLog	7 Jun 2012 05:51:28 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.16 2012/05/07 13:38:04 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.17 2012/06/07 05:51:28 vapier Exp $
+
+  07 Jun 2012; Mike Frysinger <vapier@gentoo.org> gargoyle-2011.1.ebuild:
+  Inherit new multiprocessing for makeopts_jobs.
 
 *gargoyle-2010.1 (04 May 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-06-15 15:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-06-15 15:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/06/15 15:40:38

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  games goes last on inherit line
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-engines/gargoyle/gargoyle-2011.1.ebuild

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

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gargoyle-2011.1.ebuild	7 Jun 2012 05:51:28 -0000	1.2
+++ gargoyle-2011.1.ebuild	15 Jun 2012 15:40:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.2 2012/06/07 05:51:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.3 2012/06/15 15:40:37 mr_bones_ Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -10,8 +10,7 @@
 # don't apply. (Fonts are installed through dependencies instead.)
 
 EAPI=3
-
-inherit eutils games multiprocessing
+inherit eutils multiprocessing games
 
 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
 HOMEPAGE="http://ccxvii.net/gargoyle/"



1.18                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Jun 2012 05:51:28 -0000	1.17
+++ ChangeLog	15 Jun 2012 15:40:37 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.17 2012/06/07 05:51:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.18 2012/06/15 15:40:37 mr_bones_ Exp $
+
+  15 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> gargoyle-2011.1.ebuild:
+  games goes last on inherit line
 
   07 Jun 2012; Mike Frysinger <vapier@gentoo.org> gargoyle-2011.1.ebuild:
   Inherit new multiprocessing for makeopts_jobs.






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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-08-21 19:18 Julian Ospald (hasufell)
  0 siblings, 0 replies; 7+ messages in thread
From: Julian Ospald (hasufell) @ 2012-08-21 19:18 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/08/21 19:18:49

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  make build output verbose, fix build wrt #432178, fix desktop file wrt #432222
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-engines/gargoyle/gargoyle-2011.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?r1=1.3&r2=1.4

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gargoyle-2011.1.ebuild	15 Jun 2012 15:40:37 -0000	1.3
+++ gargoyle-2011.1.ebuild	21 Aug 2012 19:18:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.3 2012/06/15 15:40:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.4 2012/08/21 19:18:49 hasufell Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -10,7 +10,7 @@
 # don't apply. (Fonts are installed through dependencies instead.)
 
 EAPI=3
-inherit eutils multiprocessing games
+inherit eutils multiprocessing toolchain-funcs games
 
 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
 HOMEPAGE="http://ccxvii.net/gargoyle/"
@@ -33,7 +33,8 @@
 
 DEPEND="${RDEPEND}
 	app-arch/unzip
-	dev-util/ftjam"
+	dev-util/ftjam
+	virtual/pkgconfig"
 
 src_prepare() {
 	# Substitute custom CFLAGS/LDFLAGS.
@@ -52,13 +53,17 @@
 
 	# The font name of Linux Libertine changed in version 5.
 	sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini
+
+	epatch "${FILESDIR}"/${P}-desktopfile.patch
 }
 
 src_compile() {
 	jam \
+		-sAR="$(tc-getAR) cru" \
 		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
 		-sUSESDL=yes \
 		-sBUNDLEFONTS=no \
+		-dx \
 		-j$(makeopts_jobs) || die
 }
 



1.19                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Jun 2012 15:40:37 -0000	1.18
+++ ChangeLog	21 Aug 2012 19:18:49 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.18 2012/06/15 15:40:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.19 2012/08/21 19:18:49 hasufell Exp $
+
+  21 Aug 2012; Julian Ospald <hasufell@gentoo.org> gargoyle-2011.1.ebuild,
+  +files/gargoyle-2011.1-desktopfile.patch:
+  make build output verbose, fix build wrt #432178, fix desktop file wrt
+  #432222
 
   15 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> gargoyle-2011.1.ebuild:
   games goes last on inherit line





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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-08-22 16:29 Julian Ospald (hasufell)
  0 siblings, 0 replies; 7+ messages in thread
From: Julian Ospald (hasufell) @ 2012-08-22 16:29 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/08/22 16:29:25

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  rework ebuild, also fix #432304 and #432306
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-engines/gargoyle/gargoyle-2011.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?r1=1.4&r2=1.5

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gargoyle-2011.1.ebuild	21 Aug 2012 19:18:49 -0000	1.4
+++ gargoyle-2011.1.ebuild	22 Aug 2012 16:29:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.4 2012/08/21 19:18:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.5 2012/08/22 16:29:24 hasufell Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -9,8 +9,8 @@
 # Since we don't compile or install any of the bundled fonts, their licenses
 # don't apply. (Fonts are installed through dependencies instead.)
 
-EAPI=3
-inherit eutils multiprocessing toolchain-funcs games
+EAPI=4
+inherit eutils multiprocessing toolchain-funcs gnome2-utils games
 
 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
 HOMEPAGE="http://ccxvii.net/gargoyle/"
@@ -21,45 +21,54 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/freetype:2
-	virtual/jpeg
-	media-libs/libpng
-	media-fonts/liberation-fonts
+RDEPEND="
 	>=media-fonts/libertine-ttf-5
-	sys-libs/zlib
-	x11-libs/gtk+:2
+	media-fonts/liberation-fonts
+	media-libs/freetype:2
+	media-libs/libpng:0
 	media-libs/sdl-mixer
-	media-libs/sdl-sound[modplug,mp3,vorbis]"
-
+	media-libs/sdl-sound[modplug,mp3,vorbis]
+	sys-libs/zlib
+	virtual/jpeg
+	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	app-arch/unzip
 	dev-util/ftjam
 	virtual/pkgconfig"
 
+S=${WORKDIR}
+
 src_prepare() {
 	# Substitute custom CFLAGS/LDFLAGS.
 	sed -i -e \
 		"/^\s*OPTIM = / {
-			s/ \(-O.*\)\? ;/ ${CFLAGS} ;/
+			s/ \(-O.*\)\? ;/ ;/
 			a LINKFLAGS = ${LDFLAGS} ;
 			a SHRLINKFLAGS = ${LDFLAGS} ;
 		}" Jamrules || die
 
 	# Don't link against libraries used indirectly through SDL_sound.
-	sed -i -e "/GARGLKLIBS/s/-lsmpeg -lvorbisfile//g" Jamrules
+	sed -i -e "/GARGLKLIBS/s/-lsmpeg -lvorbisfile//g" Jamrules || die
 
 	# Convert garglk.ini to UNIX format.
 	edos2unix garglk/garglk.ini
 
 	# The font name of Linux Libertine changed in version 5.
-	sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini
+	sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini || die
 
 	epatch "${FILESDIR}"/${P}-desktopfile.patch
 }
 
 src_compile() {
+	# build system messes up flags and toolchain completely
+	# append flags to compiler commands to have consistent behavior
 	jam \
 		-sAR="$(tc-getAR) cru" \
+		-sCC="$(tc-getCC) ${CFLAGS}" \
+		-sCCFLAGS="" \
+		-sC++="$(tc-getCXX) ${CXXFLAGS}" \
+		-sCXX="$(tc-getCXX) ${CXXFLAGS}" \
+		-sC++FLAGS="" \
 		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
 		-sUSESDL=yes \
 		-sBUNDLEFONTS=no \
@@ -78,24 +87,37 @@
 
 	# Install config file.
 	insinto "${GAMES_SYSCONFDIR}"
-	newins garglk/garglk.ini garglk.ini || die
+	newins garglk/garglk.ini garglk.ini
 
 	# Install application entry and icon.
-	insinto /usr/share/applications
-	doins garglk/${PN}.desktop || die
-	doicon garglk/${PN}-house.png || die
+	domenu garglk/${PN}.desktop
+	doicon -s 32 garglk/${PN}-house.png
 
 	# Symlink binaries to avoid name clashes.
 	for terp in advsys agility alan2 alan3 frotz geas git glulxe hugo jacl \
 		level9 magnetic nitfol scare tadsr
 	do
 		dosym "${GAMES_PREFIX}/libexec/${PN}/${terp}" \
-			"${GAMES_BINDIR}/${PN}-${terp}" || die
+			"${GAMES_BINDIR}/${PN}-${terp}"
 	done
 
 	# Also symlink the main binary since it resides in libexec.
 	dosym "${GAMES_PREFIX}/libexec/${PN}/${PN}" \
-		"${GAMES_BINDIR}/${PN}" || die
+		"${GAMES_BINDIR}/${PN}"
 
 	prepgamesdirs
 }
+
+pkg_preinst() {
+	games_pkg_preinst
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}



1.20                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	21 Aug 2012 19:18:49 -0000	1.19
+++ ChangeLog	22 Aug 2012 16:29:24 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.19 2012/08/21 19:18:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.20 2012/08/22 16:29:24 hasufell Exp $
+
+  22 Aug 2012; Julian Ospald <hasufell@gentoo.org> gargoyle-2011.1.ebuild:
+  rework ebuild, also fix #432304 and #432306
 
   21 Aug 2012; Julian Ospald <hasufell@gentoo.org> gargoyle-2011.1.ebuild,
   +files/gargoyle-2011.1-desktopfile.patch:





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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-08-22 18:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-22 18:05 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/22 18:05:11

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #432098
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  games-engines/gargoyle/gargoyle-2011.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?r1=1.5&r2=1.6

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gargoyle-2011.1.ebuild	22 Aug 2012 16:29:24 -0000	1.5
+++ gargoyle-2011.1.ebuild	22 Aug 2012 18:05:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.5 2012/08/22 16:29:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.6 2012/08/22 18:05:11 ago Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -18,7 +18,7 @@
 
 LICENSE="BSD GPL-2 MIT Hugo Glulxe"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.21                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	22 Aug 2012 16:29:24 -0000	1.20
+++ ChangeLog	22 Aug 2012 18:05:11 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.20 2012/08/22 16:29:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.21 2012/08/22 18:05:11 ago Exp $
+
+  22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> gargoyle-2011.1.ebuild:
+  Stable for amd64, wrt bug #432098
 
   22 Aug 2012; Julian Ospald <hasufell@gentoo.org> gargoyle-2011.1.ebuild:
   rework ebuild, also fix #432304 and #432306





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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2012-09-23  8:54 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23  8:54 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/09/23 08:54:41

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #432098
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.7                  games-engines/gargoyle/gargoyle-2011.1.ebuild

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

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gargoyle-2011.1.ebuild	22 Aug 2012 18:05:11 -0000	1.6
+++ gargoyle-2011.1.ebuild	23 Sep 2012 08:54:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.6 2012/08/22 18:05:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.7 2012/09/23 08:54:41 phajdan.jr Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -18,7 +18,7 @@
 
 LICENSE="BSD GPL-2 MIT Hugo Glulxe"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



1.23                 games-engines/gargoyle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 Sep 2012 07:44:50 -0000	1.22
+++ ChangeLog	23 Sep 2012 08:54:41 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.22 2012/09/05 07:44:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.23 2012/09/23 08:54:41 phajdan.jr Exp $
+
+  23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gargoyle-2011.1.ebuild:
+  x86 stable wrt bug #432098
 
   05 Sep 2012; Justin Lecher <jlec@gentoo.org> gargoyle-2010.1.ebuild:
   Use domenu instead insinto + doins to install .desktop files





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

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
@ 2015-02-22 10:20 Michal Gorny (mgorny)
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-22 10:20 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/02/22 10:20:34

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  Fix libertine-ttf dependency after pkgmove to media-fonts/libertine.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.8                  games-engines/gargoyle/gargoyle-2011.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild?r1=1.7&r2=1.8

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gargoyle-2011.1.ebuild	23 Sep 2012 08:54:41 -0000	1.7
+++ gargoyle-2011.1.ebuild	22 Feb 2015 10:20:34 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.7 2012/09/23 08:54:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.8 2015/02/22 10:20:34 mgorny Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -22,7 +22,7 @@
 IUSE=""
 
 RDEPEND="
-	>=media-fonts/libertine-ttf-5
+	>=media-fonts/libertine-5
 	media-fonts/liberation-fonts
 	media-libs/freetype:2
 	media-libs/libpng:0



1.26                 games-engines/gargoyle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Feb 2013 12:04:35 -0000	1.25
+++ ChangeLog	22 Feb 2015 10:20:34 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.25 2013/02/02 12:04:35 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.26 2015/02/22 10:20:34 mgorny Exp $
+
+  22 Feb 2015; Michał Górny <mgorny@gentoo.org> gargoyle-2011.1.ebuild:
+  Fix libertine-ttf dependency after pkgmove to media-fonts/libertine.
 
   02 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup up due #48914





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

end of thread, other threads:[~2015-02-22 10:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07  5:51 [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-15 15:40 Michael Sterrett (mr_bones_)
2012-08-21 19:18 Julian Ospald (hasufell)
2012-08-22 16:29 Julian Ospald (hasufell)
2012-08-22 18:05 Agostino Sarubbo (ago)
2012-09-23  8:54 PaweA Hajdan (phajdan.jr)
2015-02-22 10:20 Michal Gorny (mgorny)

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