From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-embedded/lpc21isp/Manifest | 1 + dev-embedded/lpc21isp/lpc21isp-1.85.ebuild | 27 +++++++++++++++++++++++++++ dev-embedded/lpc21isp/metadata.xml | 11 +++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-embedded/lpc21isp/Manifest create mode 100644 dev-embedded/lpc21isp/lpc21isp-1.85.ebuild create mode 100644 dev-embedded/lpc21isp/metadata.xml (limited to 'dev-embedded/lpc21isp') diff --git a/dev-embedded/lpc21isp/Manifest b/dev-embedded/lpc21isp/Manifest new file mode 100644 index 00000000000..7308bd072b0 --- /dev/null +++ b/dev-embedded/lpc21isp/Manifest @@ -0,0 +1 @@ +DIST lpc21isp_185.tar.gz 54735 SHA256 b85f10265fa83cdaab5b975e7bd53bb47289f1207b45e99cd753ea7a75fb7088 SHA512 585c8f02771fc68719c8a5e6cc4253854dce4f4e0047df8a1d57db273cb51c9d4fcbe1066b079aaec54d7ca189e90710647b95fdb320729753967c265b1ac954 WHIRLPOOL 2fe84d48d355b64939e291f0557f6d8023df5b1a1c8f4152659eb25a9341b809cddcd1d9ff97fa52d6f459ddd4b80972b894421495d8a9705b7bec211c55375a diff --git a/dev-embedded/lpc21isp/lpc21isp-1.85.ebuild b/dev-embedded/lpc21isp/lpc21isp-1.85.ebuild new file mode 100644 index 00000000000..21294a1dd41 --- /dev/null +++ b/dev-embedded/lpc21isp/lpc21isp-1.85.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MY_PN="${PN}_$(delete_all_version_separators)" + +DESCRIPTION="In-circuit programming (ISP) tool for the NXP microcontrollers" +HOMEPAGE="http://sourceforge.net/projects/lpc21isp/" +SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_install() { + dobin lpc21isp +} diff --git a/dev-embedded/lpc21isp/metadata.xml b/dev-embedded/lpc21isp/metadata.xml new file mode 100644 index 00000000000..5d8cf391af5 --- /dev/null +++ b/dev-embedded/lpc21isp/metadata.xml @@ -0,0 +1,11 @@ + + + + + slis@gentoo.org + + In-circuit programming (ISP) tool for the NXP (Philips) LPC1100 / LPC1300 / LPC1700 / LPC2000 series ARM7 / Cortex-M0 / Cortex-M3 microcontrollers + + lpc21isp + + -- cgit v1.2.1