summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2008-05-18 19:15:55 +0000
committerDenis Dupeyron <calchan@gentoo.org>2008-05-18 19:15:55 +0000
commitf35fd81839b07ec9167f6b74866d1259a3451090 (patch)
treee85efcd5c908f1f52e70c68c22d720727a0816ad /dev-embedded
parentamd64/x86 stable, bug #221063 (diff)
downloadgentoo-2-f35fd81839b07ec9167f6b74866d1259a3451090.tar.gz
gentoo-2-f35fd81839b07ec9167f6b74866d1259a3451090.tar.bz2
gentoo-2-f35fd81839b07ec9167f6b74866d1259a3451090.zip
Version bump, thanks to David Barnett (bug #222581).
(Portage version: 2.1.5)
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/gputils/ChangeLog9
-rw-r--r--dev-embedded/gputils/gputils-0.13.6.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-embedded/gputils/ChangeLog b/dev-embedded/gputils/ChangeLog
index a87b0697b99d..6ed3aa469e4d 100644
--- a/dev-embedded/gputils/ChangeLog
+++ b/dev-embedded/gputils/ChangeLog
@@ -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.34 2007/11/28 21:05:54 calchan Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.35 2008/05/18 19:15:55 calchan Exp $
+
+*gputils-0.13.6 (18 May 2008)
+
+ 18 May 2008; Denis Dupeyron <calchan@gentoo.org> +gputils-0.13.6.ebuild:
+ Version bump, thanks to David Barnett (bug #222581).
*gputils-0.13.5 (28 Nov 2007)
diff --git a/dev-embedded/gputils/gputils-0.13.6.ebuild b/dev-embedded/gputils/gputils-0.13.6.ebuild
new file mode 100644
index 000000000000..f7a99dd042af
--- /dev/null
+++ b/dev-embedded/gputils/gputils-0.13.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-0.13.6.ebuild,v 1.1 2008/05/18 19:15:55 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+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
+}