Bug 146684 - dev-embedded/gnusim8085-1.2.90 version bump
Bug#: 146684 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: dev-embedded@gentoo.org Reported By: dagentooboy@yahoo.com
Component: Ebuilds
URL: 
Summary: dev-embedded/gnusim8085-1.2.90 version bump
Keywords:  
Status Whiteboard: 
Opened: 2006-09-07 05:51 0000
Description:   Opened: 2006-09-07 05:51 0000
# 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 From Jakub Moc (RETIRED) 2006-09-07 06:44:17 0000 -------
New ebuild for what? Some description would be really helpful. Also, please
don't paste ebuilds inline, use attachments.

------- Comment #2 From dagentooboy@yahoo.com 2006-09-07 08:03:39 0000 -------
Created an attachment (id=96280) [details]
gnusim8085 ebuild

------- Comment #3 From dagentooboy@yahoo.com 2006-09-17 20:11:25 0000 -------
please add new version

------- Comment #4 From Denis Dupeyron 2006-09-18 15:15:33 0000 -------
Thanks for telling us.

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

Denis.