diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-15 14:21:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-15 14:21:23 +0000 |
commit | 769c0906627ce3f7817853e38537a203df489c1c (patch) | |
tree | 97f6af27e1dcf149fe28759e55532826d2855343 /app-emulation | |
parent | Belated spring cleaning of ebuilds and files; this also re-sync the ppc keywo... (diff) | |
download | gentoo-2-769c0906627ce3f7817853e38537a203df489c1c.tar.gz gentoo-2-769c0906627ce3f7817853e38537a203df489c1c.tar.bz2 gentoo-2-769c0906627ce3f7817853e38537a203df489c1c.zip |
Spring cleaning of ebuilds.
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.10.0.ebuild | 71 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.10.1.ebuild | 71 |
3 files changed, 5 insertions, 143 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 91c937faa8aa..d63c6f7917c6 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.39 2010/02/14 23:53:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.40 2010/10/15 14:21:23 flameeyes Exp $ + + 15 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -qemu-user-0.10.0.ebuild, -qemu-user-0.10.1.ebuild: + Spring cleaning of ebuilds. *qemu-user-0.12.2 (14 Feb 2010) diff --git a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild b/app-emulation/qemu-user/qemu-user-0.10.0.ebuild deleted file mode 100644 index 7bda4439e73f..000000000000 --- a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.10.0.ebuild,v 1.5 2009/03/12 13:12:59 lu_zero Exp $ - -inherit eutils flag-o-matic - -MY_PN=${PN/-user/} -MY_P=${P/-user/} - -SRC_URI="http://savannah.nongnu.org/download/${MY_PN}/${MY_P}.tar.gz" - -DESCRIPTION="Open source dynamic translator" -HOMEPAGE="http://bellard.org/qemu/index.html" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" -IUSE="" -RESTRICT="strip test" - -DEPEND="app-text/texi2html - !<=app-emulation/qemu-0.7.0" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd "${S}" - # prevent docs to get automatically installed - sed -i '/$(DESTDIR)$(docdir)/d' Makefile - # Alter target makefiles to accept CFLAGS set via flag-o - sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ - Makefile Makefile.target - [[ -x /sbin/paxctl ]] && \ - sed -i 's/^VL_LDFLAGS=$/VL_LDFLAGS=-Wl,-z,execheap/' \ - Makefile.target - # avoid strip - sed -i 's/$(INSTALL) -m 755 -s/$(INSTALL) -m 755/' Makefile -} - -src_compile() { - local mycc conf_opts - - conf_opts="--enable-linux-user" - conf_opts="${conf_opts} --disable-darwin-user --disable-bsd-user" - conf_opts="${conf_opts} --disable-system" - conf_opts="${conf_opts} --disable-vnc-tls" - conf_opts="$conf_opts --disable-curses" - conf_opts="$conf_opts --disable-gfx-check --disable-sdl" - conf_opts="$conf_opts --disable-vde" - conf_opts="$conf_opts --disable-kqemu" -# use fdt || conf_opts="--disable-fdt" - - conf_opts="$conf_opts --prefix=/usr --disable-bluez --disable-kvm" - - filter-flags -fpie -fstack-protector - - ./configure ${conf_opts} || die "econf failed" - - emake || die "emake qemu failed" - -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - rm -fR "${D}/usr/share" - dohtml qemu-doc.html - dohtml qemu-tech.html -} diff --git a/app-emulation/qemu-user/qemu-user-0.10.1.ebuild b/app-emulation/qemu-user/qemu-user-0.10.1.ebuild deleted file mode 100644 index 3fcf893fc5ba..000000000000 --- a/app-emulation/qemu-user/qemu-user-0.10.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.10.1.ebuild,v 1.1 2009/03/22 23:25:57 lu_zero Exp $ - -inherit eutils flag-o-matic - -MY_PN=${PN/-user/} -MY_P=${P/-user/} - -SRC_URI="http://savannah.nongnu.org/download/${MY_PN}/${MY_P}.tar.gz" - -DESCRIPTION="Open source dynamic translator" -HOMEPAGE="http://bellard.org/qemu/index.html" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" -IUSE="" -RESTRICT="strip test" - -DEPEND="app-text/texi2html - !<=app-emulation/qemu-0.7.0" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd "${S}" - # prevent docs to get automatically installed - sed -i '/$(DESTDIR)$(docdir)/d' Makefile - # Alter target makefiles to accept CFLAGS set via flag-o - sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ - Makefile Makefile.target - [[ -x /sbin/paxctl ]] && \ - sed -i 's/^VL_LDFLAGS=$/VL_LDFLAGS=-Wl,-z,execheap/' \ - Makefile.target - # avoid strip - sed -i 's/$(INSTALL) -m 755 -s/$(INSTALL) -m 755/' Makefile -} - -src_compile() { - local mycc conf_opts - - conf_opts="--enable-linux-user" - conf_opts="${conf_opts} --disable-darwin-user --disable-bsd-user" - conf_opts="${conf_opts} --disable-system" - conf_opts="${conf_opts} --disable-vnc-tls" - conf_opts="$conf_opts --disable-curses" - conf_opts="$conf_opts --disable-gfx-check --disable-sdl" - conf_opts="$conf_opts --disable-vde" - conf_opts="$conf_opts --disable-kqemu" -# use fdt || conf_opts="--disable-fdt" - - conf_opts="$conf_opts --prefix=/usr --disable-bluez --disable-kvm" - - filter-flags -fpie -fstack-protector - - ./configure ${conf_opts} || die "econf failed" - - emake || die "emake qemu failed" - -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - rm -fR "${D}/usr/share" - dohtml qemu-doc.html - dohtml qemu-tech.html -} |