summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-01-03 16:31:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-01-03 16:31:31 +0000
commitaedf92f31a25802be7fff1332b9b3049a64b9440 (patch)
treeda2a3d1fc5fde0252ca4f15aa835e39f8d343200 /app-emulation/softgun
parentApply patch by Lars (Polynomial-C) <polynomial-C AT gmx DOT de> to add missin... (diff)
downloadgentoo-2-aedf92f31a25802be7fff1332b9b3049a64b9440.tar.gz
gentoo-2-aedf92f31a25802be7fff1332b9b3049a64b9440.tar.bz2
gentoo-2-aedf92f31a25802be7fff1332b9b3049a64b9440.zip
Version bump wrt #142241
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)
Diffstat (limited to 'app-emulation/softgun')
-rw-r--r--app-emulation/softgun/ChangeLog10
-rw-r--r--app-emulation/softgun/softgun-0.07.ebuild40
-rw-r--r--app-emulation/softgun/softgun-0.08.ebuild40
-rw-r--r--app-emulation/softgun/softgun-0.16.ebuild (renamed from app-emulation/softgun/softgun-0.09.ebuild)20
4 files changed, 14 insertions, 96 deletions
diff --git a/app-emulation/softgun/ChangeLog b/app-emulation/softgun/ChangeLog
index afd94287a663..f9cb3226e21a 100644
--- a/app-emulation/softgun/ChangeLog
+++ b/app-emulation/softgun/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/softgun
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.7 2007/01/25 22:53:19 genone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.8 2009/01/03 16:31:31 armin76 Exp $
+
+*softgun-0.16 (03 Jan 2009)
+
+ 03 Jan 2009; Raúl Porcel <armin76@gentoo.org> -softgun-0.07.ebuild,
+ -softgun-0.08.ebuild, -softgun-0.09.ebuild, +softgun-0.16.ebuild:
+ Version bump wrt #142241
25 Jan 2007; Marius Mauch <genone@gentoo.org> softgun-0.07.ebuild,
softgun-0.08.ebuild, softgun-0.09.ebuild, softgun-0.11.ebuild:
diff --git a/app-emulation/softgun/softgun-0.07.ebuild b/app-emulation/softgun/softgun-0.07.ebuild
deleted file mode 100644
index 7440537648ee..000000000000
--- a/app-emulation/softgun/softgun-0.07.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.07.ebuild,v 1.3 2007/01/25 22:53:19 genone 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="~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:/usr/local:$(DESTDIR)/usr:' \
- Makefile || die "sed Makefile failed"
- 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 DESTDIR="${D}" || die "Install failed"
- dodoc README defaultconfig
-}
-
-pkg_postinst() {
- elog "To create a configuration file, run as user:"
- elog " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig"
-}
diff --git a/app-emulation/softgun/softgun-0.08.ebuild b/app-emulation/softgun/softgun-0.08.ebuild
deleted file mode 100644
index 8bc2f5f43f4d..000000000000
--- a/app-emulation/softgun/softgun-0.08.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.08.ebuild,v 1.2 2007/01/25 22:53:19 genone 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"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:/usr/local:$(DESTDIR)/usr:' \
- Makefile || die "sed Makefile failed"
- 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 DESTDIR="${D}" || die "Install failed"
- dodoc README defaultconfig
-}
-
-pkg_postinst() {
- elog "To create a configuration file, run as user:"
- elog " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig"
-}
diff --git a/app-emulation/softgun/softgun-0.09.ebuild b/app-emulation/softgun/softgun-0.16.ebuild
index 5d8883041be9..5f4e1be5de13 100644
--- a/app-emulation/softgun/softgun-0.09.ebuild
+++ b/app-emulation/softgun/softgun-0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.09.ebuild,v 1.3 2007/01/25 22:53:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.16.ebuild,v 1.1 2009/01/03 16:31:31 armin76 Exp $
inherit toolchain-funcs
@@ -15,26 +15,18 @@ IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}
- sed -i \
- -e 's:/usr/local:$(DESTDIR)/usr:' \
- Makefile || die "sed Makefile failed"
+ 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"
+ emake CC="$(tc-getCC)"
}
src_install() {
dodir /usr/bin
- make install DESTDIR="${D}" || die "Install failed"
- dodoc README defaultconfig
-}
-
-pkg_postinst() {
- elog "To create a configuration file, run as user:"
- elog " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig"
+ emake install prefix="${D}/usr"
+ dodoc README configs/*.sg
}