diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 00:18:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 00:18:15 +0000 |
commit | ee32cc2326abec24a3bd81195651ad0dd92d2df6 (patch) | |
tree | f9666a64568e518caec7f38f0385d677d364c955 /app-emulation/softgun | |
parent | Add support for USE=zlib #79179 by Stefan Riemer. (diff) | |
download | historical-ee32cc2326abec24a3bd81195651ad0dd92d2df6.tar.gz historical-ee32cc2326abec24a3bd81195651ad0dd92d2df6.tar.bz2 historical-ee32cc2326abec24a3bd81195651ad0dd92d2df6.zip |
Version bump by Yuri Vasilevski.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation/softgun')
-rw-r--r-- | app-emulation/softgun/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/softgun/Manifest | 20 | ||||
-rw-r--r-- | app-emulation/softgun/files/digest-softgun-0.11 | 1 | ||||
-rw-r--r-- | app-emulation/softgun/softgun-0.11.ebuild | 37 |
4 files changed, 60 insertions, 5 deletions
diff --git a/app-emulation/softgun/ChangeLog b/app-emulation/softgun/ChangeLog index 4f15e41780b5..1b00ef9c2ef1 100644 --- a/app-emulation/softgun/ChangeLog +++ b/app-emulation/softgun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/softgun # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.5 2005/05/04 18:48:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.6 2005/08/18 00:18:15 vapier Exp $ + +*softgun-0.11 (18 Aug 2005) + + 18 Aug 2005; Mike Frysinger <vapier@gentoo.org> +softgun-0.11.ebuild: + Version bump by Yuri Vasilevski. 04 May 2005; David Holm <dholm@gentoo.org> softgun-0.09.ebuild: Added to ~ppc. diff --git a/app-emulation/softgun/Manifest b/app-emulation/softgun/Manifest index dc3b7f6c2d69..dd66cbdd63cf 100644 --- a/app-emulation/softgun/Manifest +++ b/app-emulation/softgun/Manifest @@ -1,8 +1,20 @@ -MD5 38adb128c2f71b05818ddb36a8291cad ChangeLog 698 -MD5 48834ccc5ffa5b7734f8cac702fcd38a metadata.xml 156 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 650891749c4602c2c4836d4200d97025 softgun-0.07.ebuild 990 +MD5 c739d18b0a68a7401cf1f3029f2e302b softgun-0.11.ebuild 923 +MD5 48834ccc5ffa5b7734f8cac702fcd38a metadata.xml 156 MD5 97eb29afd28ce41b1a0d3e3cbd28b5f6 softgun-0.08.ebuild 993 MD5 76fdd3a9b5611e47f624422029244ab8 softgun-0.09.ebuild 997 -MD5 ad6c326f2a31bc17f529c4d0fa6296a1 files/digest-softgun-0.07 61 -MD5 d6b2da592b3ea5021781d5d47bb6b693 files/digest-softgun-0.08 61 +MD5 76d0492c3a5d147fa2fb798e04a5ce96 ChangeLog 836 MD5 1b6d021ae1cb5e1c8b7d7378fec95c91 files/digest-softgun-0.09 61 +MD5 d6b2da592b3ea5021781d5d47bb6b693 files/digest-softgun-0.08 61 +MD5 99ab2b27701261e75ac758d3c0191439 files/digest-softgun-0.11 61 +MD5 ad6c326f2a31bc17f529c4d0fa6296a1 files/digest-softgun-0.07 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDA9PjgIKl8Uu19MoRAhT6AJ9Ea8mpXBhjAormC3XyG9gjx7v7QQCfUPOo +0NNoUo5G4F4n4hcxca/wZnE= +=zAb/ +-----END PGP SIGNATURE----- diff --git a/app-emulation/softgun/files/digest-softgun-0.11 b/app-emulation/softgun/files/digest-softgun-0.11 new file mode 100644 index 000000000000..9d09794c3e3f --- /dev/null +++ b/app-emulation/softgun/files/digest-softgun-0.11 @@ -0,0 +1 @@ +MD5 3b6d62063a394658b28efe507ab8ce61 softgun-0.11.tgz 206893 diff --git a/app-emulation/softgun/softgun-0.11.ebuild b/app-emulation/softgun/softgun-0.11.ebuild new file mode 100644 index 000000000000..1aeca261b941 --- /dev/null +++ b/app-emulation/softgun/softgun-0.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.11.ebuild,v 1.1 2005/08/18 00:18:15 vapier Exp $ + +inherit toolchain-funcs + +DESCRIPTION="ARM software emulator" +HOMEPAGE="http://softgun.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "/^CFLAGS/s:-O9.*-fomit-frame-pointer:${CFLAGS}:" \ + config.mk || die "sed config.mk failed" +} + +src_compile() { + emake CC="$(tc-getCC)" || die "Make feiled" +} + +src_install() { + dodir /usr/bin + make install prefix="${D}/usr" || die "Install failed" + dodoc README configs/defaultconfig +} + +pkg_postinst() { + einfo "To create a configuration file, run as user:" + einfo " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig" +} |