public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/grfcodec: ChangeLog grfcodec-5.1.1.ebuild
@ 2011-05-04 16:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-04 16:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/04 16:55:22

  Modified:             ChangeLog
  Added:                grfcodec-5.1.1.ebuild
  Log:
  version bump (bug #365957) submitted by Locke Shinseiko
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.6                  games-util/grfcodec/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Oct 2010 13:49:56 -0000	1.5
+++ ChangeLog	4 May 2011 16:55:22 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/grfcodec
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.5 2010/10/15 13:49:56 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.6 2011/05/04 16:55:22 mr_bones_ Exp $
+
+*grfcodec-5.1.1 (04 May 2011)
+
+  04 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +grfcodec-5.1.1.ebuild:
+  version bump (bug #365957) submitted by Locke Shinseiko
 
   15 Oct 2010; Markus Meier <maekke@gentoo.org> grfcodec-0_pre2306.ebuild:
   add ~arm, bug #316003



1.1                  games-util/grfcodec/grfcodec-5.1.1.ebuild

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

Index: grfcodec-5.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.1 2011/05/04 16:55:22 mr_bones_ Exp $

EAPI=3

if [ "${PV%9999}" != "${PV}" ] ; then
	SCM=mercurial
	EHG_REPO_URI="http://hg.openttdcoop.org/${PN}"
fi

inherit toolchain-funcs ${SCM}

MY_PV=${PV/_rc/-RC}
DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files"
HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec"

if [ "${PV%9999}" != "${PV}" ] ; then
	SRC_URI=""
else
	SRC_URI="http://binaries.openttd.org/extra/${PN}/${MY_PV}/${PN}-${MY_PV}-source.tar.gz"
fi

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

if [ "${PV%9999}" != "${PV}" ] ; then
	S=${WORKDIR}/${PN}
else
	S=${WORKDIR}/${PN}-${MY_PV}-source
fi

DEPEND="!games-util/nforenum
	dev-lang/perl
	dev-libs/boost
	media-libs/libpng"
RDEPEND=""

src_prepare() {
# Set up Makefile.local so that we respect CXXFLAGS/LDFLAGS
cat > Makefile.local <<-__EOF__
		CXX = $(tc-getCXX)
		CXXFLAGS = ${CXXFLAGS}
		LDOPT = ${LDFLAGS}
		UPX =
		V = 1
	__EOF__
}

src_install() {
	dobin ${PN} grf{diff,id,merge} nforenum || die
	doman docs/*.1 || die
	dodoc changelog.txt docs/*.txt || die
}






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

* [gentoo-commits] gentoo-x86 commit in games-util/grfcodec: ChangeLog grfcodec-5.1.1.ebuild
@ 2012-10-31 13:41 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-10-31 13:41 UTC (permalink / raw
  To: gentoo-commits

tupone      12/10/31 13:41:34

  Modified:             ChangeLog
  Removed:              grfcodec-5.1.1.ebuild
  Log:
  Removed old version affected by Bug #320797
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.16                 games-util/grfcodec/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Jun 2012 21:08:33 -0000	1.15
+++ ChangeLog	31 Oct 2012 13:41:33 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/grfcodec
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.15 2012/06/07 21:08:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.16 2012/10/31 13:41:33 tupone Exp $
+
+  31 Oct 2012; Tupone Alfredo <tupone@gentoo.org> -grfcodec-5.1.1.ebuild:
+  Removed old version affected by Bug #320797 from Diego
 
   07 Jun 2012; Brent Baude <ranger@gentoo.org> grfcodec-6.0.0.ebuild:
   Marking grfcodec-6.0.0 ppc for bug 418401





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

end of thread, other threads:[~2012-10-31 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 16:55 [gentoo-commits] gentoo-x86 commit in games-util/grfcodec: ChangeLog grfcodec-5.1.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-31 13:41 Alfredo Tupone (tupone)

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