diff options
-rw-r--r-- | games-util/vispatch/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/vispatch/vispatch-1.4.5.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/games-util/vispatch/ChangeLog b/games-util/vispatch/ChangeLog index 6f884dbe738b..32519ac985d9 100644 --- a/games-util/vispatch/ChangeLog +++ b/games-util/vispatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/vispatch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/ChangeLog,v 1.6 2014/08/29 11:26:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/ChangeLog,v 1.7 2014/09/01 01:08:59 mr_bones_ Exp $ + + 01 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> -vispatch-1.4.5.ebuild: + old 29 Aug 2014; Chema Alonso <nimiux@gentoo.org> vispatch-1.4.6.ebuild: Stable for amd64 wrt bug #518446 diff --git a/games-util/vispatch/vispatch-1.4.5.ebuild b/games-util/vispatch/vispatch-1.4.5.ebuild deleted file mode 100644 index 37a1c2071749..000000000000 --- a/games-util/vispatch/vispatch-1.4.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/vispatch-1.4.5.ebuild,v 1.3 2011/01/12 22:43:46 mr_bones_ Exp $ - -EAPI=2 -inherit toolchain-funcs - -DESCRIPTION="WaterVIS utility for glquake" -HOMEPAGE="http://vispatch.sourceforge.net/" -SRC_URI="mirror://sourceforge/vispatch/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR}/${P}/source - -src_prepare() { - sed -i \ - -e '/^CFLAGS/d' \ - -e '/^LDFLAGS/d' \ - makefile \ - || die "sed failed" - tc-export CC -} - -src_install() { - dobin ${PN} || die "dobin failed" - dodoc ${PN}.txt || die "dodoc failed" -} |