First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146684
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Embedded Team <dev-embedded@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: dagentooboy@yahoo.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnusim8085-1.2.90.ebuild gnusim8085 ebuild application/octet-stream dagentooboy@yahoo.com 2006-09-07 08:03 0000 1.04 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146684 depends on: Show dependency tree
Show dependency graph
Bug 146684 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: 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 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) [edit]
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.

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