diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-01-17 13:37:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-01-17 13:37:45 +0000 |
commit | 951409e853d6ad91089c66a327302d5aa00a639f (patch) | |
tree | a90c60d3c355b531813a8331a7aba0c4b775494d /app-emulation | |
parent | Stable for ppc, wrt bug #534904 (diff) | |
download | gentoo-2-951409e853d6ad91089c66a327302d5aa00a639f.tar.gz gentoo-2-951409e853d6ad91089c66a327302d5aa00a639f.tar.bz2 gentoo-2-951409e853d6ad91089c66a327302d5aa00a639f.zip |
Drop old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dosemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.0.1.ebuild | 68 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107-r2.ebuild | 77 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild | 64 |
5 files changed, 10 insertions, 214 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog index d4bab18515b3..df2987256953 100644 --- a/app-emulation/dosemu/ChangeLog +++ b/app-emulation/dosemu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/dosemu -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.60 2013/09/05 18:04:54 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.61 2015/01/17 13:37:45 slyfox Exp $ + + 17 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> -dosemu-1.4.0.1.ebuild, + -dosemu-1.4.1_pre20130107-r2.ebuild, -dosemu-1.4.1_pre20130107.ebuild, + dosemu-1.4.1_pre20091009.ebuild: + Drop old. 05 Sep 2013; Sergei Trofimovich <slyfox@gentoo.org> dosemu-1.4.1_pre20130107-r3.ebuild: diff --git a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild b/app-emulation/dosemu/dosemu-1.4.0.1.ebuild deleted file mode 100644 index 6566b90c3fdf..000000000000 --- a/app-emulation/dosemu/dosemu-1.4.0.1.ebuild +++ /dev/null @@ -1,68 +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/dosemu/dosemu-1.4.0.1.ebuild,v 1.3 2009/02/06 13:40:32 hanno Exp $ - -inherit flag-o-matic eutils - -P_FD="dosemu-freedos-1.0-bin" -DESCRIPTION="DOS Emulator" -HOMEPAGE="http://www.dosemu.org/" -SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz - mirror://sourceforge/dosemu/${PN}-1.4.0.tgz - http://dosemu.sourceforge.net/prereleases/patch-${PV}.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="X svga gpm debug" - -RDEPEND="X? ( x11-libs/libXxf86vm - x11-libs/libXau - x11-libs/libXdmcp - x11-apps/xset - x11-apps/xlsfonts - x11-apps/bdftopcf - x11-apps/mkfontdir ) - svga? ( media-libs/svgalib ) - gpm? ( sys-libs/gpm ) - >=sys-libs/slang-1.4" - -DEPEND="${RDEPEND} - X? ( x11-proto/xf86dgaproto ) - >=sys-devel/autoconf-2.57" -S="${WORKDIR}/${PN}-1.4.0" - -src_unpack() { - unpack "${PN}-1.4.0.tgz" - cd "${S}" - - epatch "${DISTDIR}/patch-${PV}.gz" - epatch "${FILESDIR}"/dosemu-1.3.4-shm.diff - epatch "${FILESDIR}/${P}-gcc433.diff" -} - -src_compile() { - # Has problems with -O3 on some systems - replace-flags -O[3-9] -O2 - - # Fix compilation on hardened - append-flags -fno-pic - - unset KERNEL - - econf `use_with X x` \ - `use_enable svga svgalib` \ - `use_enable debug` \ - `use_with gpm` \ - --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ - --sysconfdir=/etc/dosemu/ \ - --with-docdir=/usr/share/doc/${PF} || die - - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - # Don't remove COPYING, see bug #137286 - dodoc BUGS ChangeLog COPYING NEWS README THANKS || die -} diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild index 5377fb055e0b..88826e1b84a5 100644 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.4 2013/06/11 19:40:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.5 2015/01/17 13:37:45 slyfox Exp $ inherit eutils flag-o-matic @@ -60,5 +60,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die # Don't remove COPYING, see bug #137286 - dodoc BUGS ChangeLog COPYING NEWS README THANKS || die + dodoc BUGS ChangeLog COPYING NEWS README THANKS || die #nowarn } diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r2.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r2.ebuild deleted file mode 100644 index 103e7a29716a..000000000000 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r2.ebuild,v 1.3 2013/08/05 10:24:20 slyfox Exp $ - -EAPI=5 - -inherit eutils flag-o-matic pax-utils - -P_FD="dosemu-freedos-1.0-bin" -COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" - -DESCRIPTION="DOS Emulator" -HOMEPAGE="http://www.dosemu.org/" -SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz - http://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="X svga gpm debug alsa sndfile fluidsynth" - -RDEPEND="X? ( x11-libs/libX11 - x11-libs/libXxf86vm - x11-libs/libXau - x11-libs/libXext - x11-libs/libXdmcp - x11-apps/xset - x11-apps/xlsfonts - x11-apps/bdftopcf - x11-apps/mkfontdir ) - svga? ( media-libs/svgalib ) - gpm? ( sys-libs/gpm ) - alsa? ( media-libs/alsa-lib ) - sndfile? ( media-libs/libsndfile ) - fluidsynth? ( media-sound/fluidsynth - media-sound/fluid-soundfont ) - media-libs/libsdl - >=sys-libs/slang-1.4" - -DEPEND="${RDEPEND} - X? ( x11-proto/xf86dgaproto ) - >=sys-devel/autoconf-2.57" - -S="${WORKDIR}/${PN}-code-${COMMIT}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fortify.patch - - # Has problems with -O3 on some systems - replace-flags -O[3-9] -O2 - - # This one is from media-sound/fluid-soundfont (bug #479534) - sed "s,/usr/share/soundfonts/default.sf2,${EPREFIX}/usr/share/sounds/sf2/FluidR3_GM.sf2,"\ - -i src/plugin/fluidsynth/mid_o_flus.c || die -} - -src_configure() { - econf $(use_with X x) \ - $(use_with svga svgalib) \ - $(use_enable debug) \ - $(use_with gpm) \ - $(use_with alsa) \ - $(use_with sndfile) \ - $(use_with fluidsynth) \ - --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ - --sysconfdir="${EPREFIX}"/etc/dosemu/ \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - # r - randmmap: dosemu tries to get address mapping - # exactly where asked, loops otherwise. - # m - allow RWX mapping: as it's an emulator / code loader - pax-mark -mr "${ED}/usr/bin/dosemu.bin" -} diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild deleted file mode 100644 index bc724097bfcc..000000000000 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild,v 1.1 2013/07/17 20:56:54 slyfox Exp $ - -EAPI=5 - -inherit flag-o-matic - -P_FD="dosemu-freedos-1.0-bin" -COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" - -DESCRIPTION="DOS Emulator" -HOMEPAGE="http://www.dosemu.org/" -SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz - http://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="X svga gpm debug alsa sndfile fluidsynth" - -RDEPEND="X? ( x11-libs/libX11 - x11-libs/libXxf86vm - x11-libs/libXau - x11-libs/libXext - x11-libs/libXdmcp - x11-apps/xset - x11-apps/xlsfonts - x11-apps/bdftopcf - x11-apps/mkfontdir ) - svga? ( media-libs/svgalib ) - gpm? ( sys-libs/gpm ) - alsa? ( media-libs/alsa-lib ) - sndfile? ( media-libs/libsndfile ) - fluidsynth? ( media-sound/fluidsynth ) - media-libs/libsdl - >=sys-libs/slang-1.4" - -DEPEND="${RDEPEND} - X? ( x11-proto/xf86dgaproto ) - >=sys-devel/autoconf-2.57" - -S="${WORKDIR}/${PN}-code-${COMMIT}" - -src_prepare() { - # Has problems with -O3 on some systems - replace-flags -O[3-9] -O2 - - # Fix compilation on hardened - append-flags -fno-pic -} - -src_configure() { - econf $(use_with X x) \ - $(use_with svga svgalib) \ - $(use_enable debug) \ - $(use_with gpm) \ - $(use_with alsa) \ - $(use_with sndfile) \ - $(use_with fluidsynth) \ - --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ - --sysconfdir="${EPREFIX}"/etc/dosemu/ \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} -} |