diff options
author | 2004-06-15 00:45:53 +0000 | |
---|---|---|
committer | 2004-06-15 00:45:53 +0000 | |
commit | 9ddcf2172373d0421e4b665df57599357fc8e8cb (patch) | |
tree | 7a4031b1cd96403acb94f189c4e1b8f0f30bdbbc /app-emulation/vice | |
parent | add patch to fix bug #53903 "monitor memory dump format string vulnerability"... (diff) | |
download | gentoo-2-9ddcf2172373d0421e4b665df57599357fc8e8cb.tar.gz gentoo-2-9ddcf2172373d0421e4b665df57599357fc8e8cb.tar.bz2 gentoo-2-9ddcf2172373d0421e4b665df57599357fc8e8cb.zip |
removed older ebuild
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.14 | 1 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.14.ebuild | 51 |
3 files changed, 4 insertions, 53 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 5284ad03123b..4206486b9fa6 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.15 2004/06/15 00:44:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.16 2004/06/15 00:45:53 mr_bones_ Exp $ + + 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> vice-1.14.ebuild: + removed older ebuild *vice-1.14-r1 (14 Jun 2004) diff --git a/app-emulation/vice/files/digest-vice-1.14 b/app-emulation/vice/files/digest-vice-1.14 deleted file mode 100644 index 8b3d7db6170d..000000000000 --- a/app-emulation/vice/files/digest-vice-1.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 f25df1b8de2bbb536facbc05fcfa1db2 vice-1.14.tar.gz 3794698 diff --git a/app-emulation/vice/vice-1.14.ebuild b/app-emulation/vice/vice-1.14.ebuild deleted file mode 100644 index 066f071a35da..000000000000 --- a/app-emulation/vice/vice-1.14.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14.ebuild,v 1.5 2004/04/14 20:02:28 wolf31o2 Exp $ - -inherit games eutils - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://www.viceteam.org/" -SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="sdl nls gnome arts" - -RDEPEND="virtual/x11 - sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/libgnomeui ) - arts? ( kde-base/arts )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - use nls && epatch ${FILESDIR}/${PV}-po-Makefile.patch -} - -src_compile() { - egamesconf \ - --enable-fullscreen \ - --disable-dependency-tracking \ - `use_with sdl` \ - `use_with gnome gnomeui` \ - `use_with arts` \ - `use_enable nls` \ - || die - emake || die "emake failed" -} - -src_install() { - local docdir="${D}${GAMES_LIBDIR}/${PN}/doc" - make DESTDIR=${D} install || die "make install failed" - dohtml ${docdir}/* || die "dohtml failed" - dodoc \ - AUTHORS ChangeLog FEEDBACK README \ - ${docdir}/{BUGS,NEWS,PETdoc.txt,TODO} \ - ${docdir}/{cbm_basic_tokens.txt,drive_info.txt,mon.txt,serial.txt} - rm -rf ${docdir} - prepgamesdirs -} |