diff options
author | 2011-11-03 18:36:29 +0000 | |
---|---|---|
committer | 2011-11-03 18:36:29 +0000 | |
commit | 7f4496b5ef0e1d50952994e4c3f2059d64dd9955 (patch) | |
tree | ca2270b1dfa45fd6d931e0704d1bdefb4b0b6e5c /dev-embedded/gputils/gputils-0.14.0.ebuild | |
parent | Update pkg_postinst message for bug #389119 (thanks to James Broadhead <james... (diff) | |
download | gentoo-2-7f4496b5ef0e1d50952994e4c3f2059d64dd9955.tar.gz gentoo-2-7f4496b5ef0e1d50952994e4c3f2059d64dd9955.tar.bz2 gentoo-2-7f4496b5ef0e1d50952994e4c3f2059d64dd9955.zip |
Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded/gputils/gputils-0.14.0.ebuild')
-rw-r--r-- | dev-embedded/gputils/gputils-0.14.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-embedded/gputils/gputils-0.14.0.ebuild b/dev-embedded/gputils/gputils-0.14.0.ebuild new file mode 100644 index 000000000000..3a007d4d7245 --- /dev/null +++ b/dev-embedded/gputils/gputils-0.14.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-0.14.0.ebuild,v 1.1 2011/11/03 18:36:29 radhermit 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 +} |