public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.4.ebuild ChangeLog
@ 2009-08-10 22:36 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-10 22:36 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/10 22:36:10

  Modified:             ChangeLog
  Added:                agistudio-1.2.4.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 games-util/agistudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Aug 2009 19:13:24 -0000	1.11
+++ ChangeLog	10 Aug 2009 22:36:10 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/agistudio
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.11 2009/08/09 19:13:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.12 2009/08/10 22:36:10 mr_bones_ Exp $
+
+*agistudio-1.2.4 (10 Aug 2009)
+
+  10 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +agistudio-1.2.4.ebuild:
+  version bump
 
   09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
   agistudio-1.2.2.ebuild, +files/agistudio-1.2.2-glibc-2.10.patch:



1.1                  games-util/agistudio/agistudio-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.1&content-type=text/plain

Index: agistudio-1.2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v 1.1 2009/08/10 22:36:10 mr_bones_ Exp $

EAPI=2
inherit qt3

DESCRIPTION="QT AGI Studio allows you to view, create and edit AGI games"
HOMEPAGE="http://agistudio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND="x11-libs/qt:3"

S=${WORKDIR}/${P}/src

src_prepare() {
	eqmake3 agistudio.pro -o Makefile || die "eqmake3 failed"
}

src_install() {
	dobin agistudio || die "dobin failed"
	cd ..
	insinto /usr/share/${PN}
	doins -r help template || die "doins failed"
	doman agistudio.1
	dodoc README relnotes
}






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

* [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.4.ebuild ChangeLog
@ 2009-10-20 13:01 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-10-20 13:01 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/20 13:01:44

  Modified:             agistudio-1.2.4.ebuild ChangeLog
  Log:
  x86 stable, bug #285394
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-util/agistudio/agistudio-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?r1=1.1&r2=1.2

Index: agistudio-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- agistudio-1.2.4.ebuild	10 Aug 2009 22:36:10 -0000	1.1
+++ agistudio-1.2.4.ebuild	20 Oct 2009 13:01:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v 1.1 2009/08/10 22:36:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v 1.2 2009/10/20 13:01:44 maekke Exp $
 
 EAPI=2
 inherit qt3
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/qt:3"



1.13                 games-util/agistudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Aug 2009 22:36:10 -0000	1.12
+++ ChangeLog	20 Oct 2009 13:01:44 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/agistudio
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.12 2009/08/10 22:36:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.13 2009/10/20 13:01:44 maekke Exp $
+
+  20 Oct 2009; Markus Meier <maekke@gentoo.org> agistudio-1.2.4.ebuild:
+  x86 stable, bug #285394
 
 *agistudio-1.2.4 (10 Aug 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.4.ebuild ChangeLog
@ 2010-01-22 20:17 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-01-22 20:17 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/22 20:17:01

  Modified:             agistudio-1.2.4.ebuild ChangeLog
  Log:
  stable ppc, bug 285394
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  games-util/agistudio/agistudio-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild?r1=1.2&r2=1.3

Index: agistudio-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- agistudio-1.2.4.ebuild	20 Oct 2009 13:01:44 -0000	1.2
+++ agistudio-1.2.4.ebuild	22 Jan 2010 20:17:00 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v 1.2 2009/10/20 13:01:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.4.ebuild,v 1.3 2010/01/22 20:17:00 ranger Exp $
 
 EAPI=2
 inherit qt3
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/qt:3"



1.14                 games-util/agistudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	20 Oct 2009 13:01:44 -0000	1.13
+++ ChangeLog	22 Jan 2010 20:17:00 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/agistudio
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.13 2009/10/20 13:01:44 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.14 2010/01/22 20:17:00 ranger Exp $
+
+  22 Jan 2010; Brent Baude <ranger@gentoo.org> agistudio-1.2.4.ebuild:
+  stable ppc, bug 285394
 
   20 Oct 2009; Markus Meier <maekke@gentoo.org> agistudio-1.2.4.ebuild:
   x86 stable, bug #285394






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

end of thread, other threads:[~2010-01-22 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 20:17 [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.4.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-20 13:01 Markus Meier (maekke)
2009-08-10 22:36 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