Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146684 - dev-embedded/gnusim8085-1.2.90 version bump
Summary: dev-embedded/gnusim8085-1.2.90 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 05:51 UTC by dagentooboy
Modified: 2006-09-18 15:15 UTC (History)
0 users

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


Attachments
gnusim8085 ebuild (gnusim8085-1.2.90.ebuild,1.04 KB, application/octet-stream)
2006-09-07 08:03 UTC, dagentooboy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dagentooboy 2006-09-07 05:51:34 UTC
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gnusim8085/gnusim8085-1.2.89.ebuild,v 1.8 2006/02/11 05:31:57 joshuabaergen Exp $
inherit eutils

DESCRIPTION="A GTK2 8085 Simulator"
HOMEPAGE="http://sourceforge.net/projects/gnusim8085"
SRC_URI="mirror://sourceforge/gnusim8085/GNUSim8085-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="nls"

DEPEND=">=x11-libs/gtk+-2.0
   >=gnome-base/libgnomeui-2.0
   nls? ( >=sys-devel/gettext-0.10.40 )"
DEPEND="${DEPEND}"

S=${WORKDIR}/GNUSim8085-${PV}

src_compile() {
   local myconf
   use nls  || myconf="--disable-nls"

   econf ${myconf} || die "Configuration failed"

   emake gnusim8085_LDADD='$(GNOME_LIBS)' || die "Make failed"
}

src_install() {
   einstall || die "Install Failed!"
   cd ${S}
   dodoc -r README doc/asm_reference.txt doc/examples \
      AUTHORS ChangeLog NEWS TODO
   doman doc/gnusim8085.1
   cd ${D}
   mv usr/doc/GNUSim8085/* ${D}/usr/share/doc/${PF}
   rm -rf usr/doc
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-07 06:44:17 UTC
New ebuild for what? Some description would be really helpful. Also, please don't paste ebuilds inline, use attachments.
Comment 2 dagentooboy 2006-09-07 08:03:39 UTC
Created attachment 96280 [details]
gnusim8085 ebuild
Comment 3 dagentooboy 2006-09-17 20:11:25 UTC
please add new version
Comment 4 Denis Dupeyron (RETIRED) gentoo-dev 2006-09-18 15:15:33 UTC
Thanks for telling us.

It's now in Portage. Please give it a few hours to reach a mirror near you.

Denis.