From 367ab43eb29f6414ae22d48cb75fc8fa86c17bd8 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sun, 4 Jan 2009 12:07:15 +0000 Subject: Version bump (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686) --- app-emulation/gxemul/ChangeLog | 10 ++++++-- app-emulation/gxemul/gxemul-0.4.5.1.ebuild | 40 ------------------------------ app-emulation/gxemul/gxemul-0.4.7.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 42 deletions(-) delete mode 100644 app-emulation/gxemul/gxemul-0.4.5.1.ebuild create mode 100644 app-emulation/gxemul/gxemul-0.4.7.ebuild (limited to 'app-emulation/gxemul') diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog index 9c43a6649af0..06daf6f71213 100644 --- a/app-emulation/gxemul/ChangeLog +++ b/app-emulation/gxemul/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/gxemul -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.12 2008/02/21 18:06:08 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.13 2009/01/04 12:07:15 armin76 Exp $ + +*gxemul-0.4.7 (04 Jan 2009) + + 04 Jan 2009; Raúl Porcel -gxemul-0.4.5.1.ebuild, + +gxemul-0.4.7.ebuild: + Version bump 21 Feb 2008; Michael Sterrett gxemul-0.4.6.2.ebuild: diff --git a/app-emulation/gxemul/gxemul-0.4.5.1.ebuild b/app-emulation/gxemul/gxemul-0.4.5.1.ebuild deleted file mode 100644 index 9420bea06fec..000000000000 --- a/app-emulation/gxemul/gxemul-0.4.5.1.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/gxemul/gxemul-0.4.5.1.ebuild,v 1.2 2007/07/22 09:22:47 omp Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types." -HOMEPAGE="http://gavare.se/gxemul/" -SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="X" - -RDEPEND="X? ( x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXdmcp )" - -DEPEND="${RDEPEND} - X? ( x11-proto/xproto )" - -src_compile() { - tc-export CC - local myconf="" - - use X || myconf="${myconf} --disable-x" - - einfo "Configuring with: ${myconf}" - ./configure ${myconf} || die "configure failed" - - emake || die "emake failed" -} - -src_install() { - dobin gxemul || die "gxemul not found in ${S}" - doman man/gxemul.1 - dodoc HISTORY LICENSE README RELEASE TODO - dohtml doc/* -} diff --git a/app-emulation/gxemul/gxemul-0.4.7.ebuild b/app-emulation/gxemul/gxemul-0.4.7.ebuild new file mode 100644 index 000000000000..08d2771542dc --- /dev/null +++ b/app-emulation/gxemul/gxemul-0.4.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild,v 1.1 2009/01/04 12:07:15 armin76 Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types." +HOMEPAGE="http://gavare.se/gxemul/" +SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="X" + +RDEPEND="X? ( x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXdmcp )" + +DEPEND="${RDEPEND} + X? ( x11-proto/xproto )" + +src_compile() { + tc-export CC + local myconf="" + + use X || myconf="${myconf} --disable-x" + + einfo "Configuring with: ${myconf}" + ./configure ${myconf} || die "configure failed" + + emake || die "emake failed" +} + +src_install() { + dobin gxemul || die "gxemul not found in ${S}" + doman man/gxemul.1 + dodoc HISTORY LICENSE README RELEASE TODO + dohtml doc/* +} -- cgit v1.2.3-65-gdbad