diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-09 13:00:29 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-09 13:00:29 +0000 |
commit | 59cd848302c1506f6480082d9ebfd29ca10485d7 (patch) | |
tree | 3fb5c89cfbebba941e6c578ad55a193552865c7c /app-emulation/dosemu | |
parent | Correct ill-conceived comment. Sorry. (diff) | |
download | gentoo-2-59cd848302c1506f6480082d9ebfd29ca10485d7.tar.gz gentoo-2-59cd848302c1506f6480082d9ebfd29ca10485d7.tar.bz2 gentoo-2-59cd848302c1506f6480082d9ebfd29ca10485d7.zip |
Drop invalid patch wrt #198859.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r-- | app-emulation/dosemu/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.0.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog index d3503d5a3481..accfbf3f00c8 100644 --- a/app-emulation/dosemu/ChangeLog +++ b/app-emulation/dosemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/dosemu -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.44 2007/07/22 09:15:42 omp Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.45 2008/02/09 13:00:29 drac Exp $ + + 09 Feb 2008; Samuli Suominen <drac@gentoo.org> dosemu-1.4.0.ebuild: + Drop invalid patch wrt #198859. 22 Jul 2007; David Shakaryan <omp@gentoo.org> dosemu-1.2.2-r1.ebuild, dosemu-1.3.2.ebuild, dosemu-1.3.4.ebuild, dosemu-1.3.5.ebuild, diff --git a/app-emulation/dosemu/dosemu-1.4.0.ebuild b/app-emulation/dosemu/dosemu-1.4.0.ebuild index ad78a1296721..8542b2a85a85 100644 --- a/app-emulation/dosemu/dosemu-1.4.0.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.ebuild,v 1.3 2007/07/22 09:15:42 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.0.ebuild,v 1.4 2008/02/09 13:00:29 drac Exp $ inherit flag-o-matic eutils autotools @@ -35,7 +35,6 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/dosemu-1.3.4-shm.diff - epatch ${FILESDIR}/dosemu-1.3.5-slang2.diff eautoreconf || die "autoconf failed" } |