summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2013-12-15 18:36:04 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2013-12-15 18:36:04 +0000
commitaf3863ece9a8c6cddd8d60d25baefb2103754ee7 (patch)
treece81fd03047078997999f33cda05042402682376 /dev-embedded
parentversion bump (diff)
downloadgentoo-2-af3863ece9a8c6cddd8d60d25baefb2103754ee7.tar.gz
gentoo-2-af3863ece9a8c6cddd8d60d25baefb2103754ee7.tar.bz2
gentoo-2-af3863ece9a8c6cddd8d60d25baefb2103754ee7.zip
Version bump (bugs #479556 and #486970).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/gputils/ChangeLog10
-rw-r--r--dev-embedded/gputils/gputils-1.2.0.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-embedded/gputils/ChangeLog b/dev-embedded/gputils/ChangeLog
index 3483bd5cd3ac..68ff4a6558b8 100644
--- a/dev-embedded/gputils/ChangeLog
+++ b/dev-embedded/gputils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-embedded/gputils
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.46 2012/07/16 06:02:38 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.47 2013/12/15 18:36:04 rafaelmartins Exp $
+
+*gputils-1.2.0 (15 Dec 2013)
+
+ 15 Dec 2013; Rafael G. Martins <rafaelmartins@gentoo.org>
+ +gputils-1.2.0.ebuild:
+ Version bump (bugs #479556 and #486970).
*gputils-0.14.2 (16 Jul 2012)
diff --git a/dev-embedded/gputils/gputils-1.2.0.ebuild b/dev-embedded/gputils/gputils-1.2.0.ebuild
new file mode 100644
index 000000000000..28d0fa2386db
--- /dev/null
+++ b/dev-embedded/gputils/gputils-1.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-1.2.0.ebuild,v 1.1 2013/12/15 18:36:04 rafaelmartins Exp $
+
+EAPI="4"
+
+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 ~x86"
+IUSE=""
+
+src_install() {
+ default
+ dodoc doc/gputils.pdf
+}