Bug 26951 - new ebuild: picasm 1.12b
Bug#: 26951 Product:  Gentoo Linux Version: 1.4_rc3 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: robbat2@gentoo.org Reported By: brainstorm@nopcode.org
Component: Ebuilds
URL:  http://www.co.jyu.fi/~trossi/pic/
Summary: new ebuild: picasm 1.12b
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-08-19 17:05 0000
Description:   Opened: 2003-08-19 17:05 0000
An assembler and disassembler for 12 and 14-bit PIC chips. The assembler is
written in (mostly) ANSI-C, and it is single pass, so there are restrictions in
forward references. It can output IHX16 and IHX8M formats. Include files, macros
and conditional assembly are supported.

This program is used to compile files for pic16fxx series, for instance.

I suggest dev-lang category.

There is a LICENSE problem with this ebuild: I cannot determine which license to
apply, maybe picasm's license should be added to portage tree ?

------- Comment #1 From Roman Valls 2003-08-19 17:06:07 0000 -------
Created an attachment (id=16342) [details]
picasm ebuild

------- Comment #2 From Roman Valls 2003-08-20 04:07:24 0000 -------
(From update of attachment 16342 [details])
As the author states, the license is supposed to be X11. Fixed.

># Copyright 1999-2002 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>DESCRIPTION="An assembler and disassembler for 12 and 14-bit PIC chips"
>HOMEPAGE="http://www.co.jyu.fi/~trossi/pic/"
>SRC_URI="http://www.co.jyu.fi/~trossi/pic/${PN}${PV}.tar.gz"
>LICENSE="X11"
>SLOT="0"
>
>KEYWORDS="x86"
>
>S="${WORKDIR}/${PN}"
>
>src_compile() {
>	
>	emake || die
>}
>
>src_install() {
>
>	dobin picasm
>
>	dodoc picasm.txt devices.txt HISTORY TODO
>	dohtml picasm.html
>
>	docinto examples
>	dodoc examples/*
>}

------- Comment #3 From Roman Valls 2003-08-22 04:48:38 0000 -------
Created an attachment (id=16461) [details]
picasm ebuild (lintool compliant)

Added DEPEND & IUSE vars for correctness.

------- Comment #4 From Robin Johnson 2003-10-20 01:36:25 0000 -------
commited to CVS in dev-embedded.