Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26951 - new ebuild: picasm 1.12b
Summary: new ebuild: picasm 1.12b
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL: http://www.co.jyu.fi/~trossi/pic/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-19 17:05 UTC by Roman Valls
Modified: 2003-10-20 01:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
picasm ebuild (picasm-112b.ebuild,542 bytes, text/plain)
2003-08-19 17:06 UTC, Roman Valls
Details
picasm ebuild (lintool compliant) (picasm-112b.ebuild,558 bytes, text/plain)
2003-08-22 04:48 UTC, Roman Valls
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Valls 2003-08-19 17:05:15 UTC
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 Roman Valls 2003-08-19 17:06:07 UTC
Created attachment 16342 [details]
picasm ebuild
Comment 2 Roman Valls 2003-08-20 04:07:24 UTC
Comment on attachment 16342 [details]
picasm ebuild

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 Roman Valls 2003-08-22 04:48:38 UTC
Created attachment 16461 [details]
picasm ebuild (lintool compliant)

Added DEPEND & IUSE vars for correctness.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-20 01:36:25 UTC
commited to CVS in dev-embedded.