First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 26951
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roman Valls <brainstorm@nopcode.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
picasm-112b.ebuild picasm ebuild text/plain Roman Valls 2003-08-19 17:06 0000 542 bytes Details
picasm-112b.ebuild picasm ebuild (lintool compliant) text/plain Roman Valls 2003-08-22 04:48 0000 558 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 26951 depends on: Show dependency tree
Show dependency graph
Bug 26951 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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) [edit]
picasm ebuild

------- Comment #2 From Roman Valls 2003-08-20 04:07:24 0000 -------
(From update of attachment 16342 [edit])
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) [edit]
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.

First Last Prev Next    No search results available      Search page      Enter new bug