public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/gputils: ChangeLog gputils-0.13.5.ebuild
@ 2007-11-28 21:05 Denis Dupeyron (calchan)
  0 siblings, 0 replies; only message in thread
From: Denis Dupeyron (calchan) @ 2007-11-28 21:05 UTC (permalink / raw
  To: gentoo-commits

calchan     07/11/28 21:05:54

  Modified:             ChangeLog
  Added:                gputils-0.13.5.ebuild
  Log:
  Version bump, thanks to David Barnett (bug #197255).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.34                 dev-embedded/gputils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	27 Mar 2007 22:25:26 -0000	1.33
+++ ChangeLog	28 Nov 2007 21:05:54 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/gputils
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.33 2007/03/27 22:25:26 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.34 2007/11/28 21:05:54 calchan Exp $
+
+*gputils-0.13.5 (28 Nov 2007)
+
+  28 Nov 2007; Denis Dupeyron <calchan@gentoo.org> +gputils-0.13.5.ebuild:
+  Version bump, thanks to David Barnett (bug #197255).
 
 *gputils-0.13.4-r1 (27 Mar 2007)
 



1.1                  dev-embedded/gputils/gputils-0.13.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild?rev=1.1&content-type=text/plain

Index: gputils-0.13.5.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild,v 1.1 2007/11/28 21:05:54 calchan Exp $

inherit eutils

DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers."
HOMEPAGE="http://gputils.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
	http://dev.gentoo.org/~calchan/distfiles/${P}-maxrom.patch.bz2"

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

DEPEND=""

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch "${FILESDIR}/${PN}-0.13.4-mapping.patch" || die "Patching failed"
	epatch "../${P}-maxrom.patch"  || die "Patching failed"
}

src_install() {
	emake DESTDIR=${D} install || die "Installation failed"
	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/gputils.ps
	insinto /usr/share/doc/${PF}/
	doins doc/gputils.pdf
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-28 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-28 21:05 [gentoo-commits] gentoo-x86 commit in dev-embedded/gputils: ChangeLog gputils-0.13.5.ebuild Denis Dupeyron (calchan)

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