From 9cbb7f10a31ff9dabc91dfabb6d48a8cfbca7816 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 30 Mar 2004 07:41:52 +0000 Subject: remove older ebuilds --- app-emulation/vice/ChangeLog | 8 +++- app-emulation/vice/files/digest-vice-1.12-r1 | 1 - app-emulation/vice/files/digest-vice-1.13 | 1 - app-emulation/vice/vice-1.12-r1.ebuild | 55 ----------------------- app-emulation/vice/vice-1.13.ebuild | 65 ---------------------------- 5 files changed, 6 insertions(+), 124 deletions(-) delete mode 100644 app-emulation/vice/files/digest-vice-1.12-r1 delete mode 100644 app-emulation/vice/files/digest-vice-1.13 delete mode 100644 app-emulation/vice/vice-1.12-r1.ebuild delete mode 100644 app-emulation/vice/vice-1.13.ebuild (limited to 'app-emulation') diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index c6e943f9d793..8bc22caa1fc9 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.9 2004/02/08 03:25:04 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.10 2004/03/30 07:41:52 mr_bones_ Exp $ + + 29 Mar 2004; Michael Sterrett vice-1.12-r1.ebuild, + vice-1.13.ebuild: + remove older ebuilds *vice-1.14 (07 Feb 2004) diff --git a/app-emulation/vice/files/digest-vice-1.12-r1 b/app-emulation/vice/files/digest-vice-1.12-r1 deleted file mode 100644 index b430d353eeda..000000000000 --- a/app-emulation/vice/files/digest-vice-1.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d761503025a84758b289564e390c7c8 vice-1.12.tar.gz 3537855 diff --git a/app-emulation/vice/files/digest-vice-1.13 b/app-emulation/vice/files/digest-vice-1.13 deleted file mode 100644 index e222689ae74d..000000000000 --- a/app-emulation/vice/files/digest-vice-1.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 6e7bfc52bc273ebeb057c7cb21357c5b vice-1.13.tar.gz 3599738 diff --git a/app-emulation/vice/vice-1.12-r1.ebuild b/app-emulation/vice/vice-1.12-r1.ebuild deleted file mode 100644 index d3ea8ca1e590..000000000000 --- a/app-emulation/vice/vice-1.12-r1.ebuild +++ /dev/null @@ -1,55 +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.12-r1.ebuild,v 1.3 2004/02/20 06:00:55 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://viceteam.bei.t-online.de/" -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" - -DEPEND=">=x11-base/xfree-4.0 - sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/libgnomeui ) - arts? ( kde-base/arts )" - -src_unpack() { - unpack ${A} - if [ `use nls` ] ; then - cd ${S}/po - epatch ${FILESDIR}/${PV}-po-Makefile.patch - else - cd ${S} - sed -i '/^SUBDIRS =/s:po::' Makefile.in - fi -} - -src_compile() { - egamesconf \ - --enable-fullscreen \ - `use_with sdl` \ - `use_with gnome gnomeui` \ - `use_with arts` \ - `use_enable nls` \ - || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - - dohtml ${D}/usr/lib/vice/doc/*.html - dodoc \ - ${D}/usr/lib/vice/doc/NLS-Howto.txt \ - ${D}/usr/lib/vice/doc/Readme.beos \ - ${D}/usr/lib/vice/doc/Readme.dos \ - ${D}/usr/lib/vice/doc/Win32-Howto.txt \ - ${D}/usr/lib/vice/doc/mon.txt - - rm ${D}/usr/lib/vice/doc -rf -} diff --git a/app-emulation/vice/vice-1.13.ebuild b/app-emulation/vice/vice-1.13.ebuild deleted file mode 100644 index a4fa04007b61..000000000000 --- a/app-emulation/vice/vice-1.13.ebuild +++ /dev/null @@ -1,65 +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.13.ebuild,v 1.3 2004/02/20 06:00:55 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://viceteam.bei.t-online.de/" -SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" - -KEYWORDS="~x86" -LICENSE="GPL-2" -SLOT="0" -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} - if [ `use nls` ] ; then - cd ${S}/po - epatch ${FILESDIR}/${PV}-po-Makefile.patch - else - sed -i \ - -e '/^SUBDIRS =/s:po::' ${S}/Makefile.in || \ - die "sed Makefile.in failed" - fi - # DESTDIR fix for bug 32544 - sed -i \ - -e '/^install:/ s/$/ install-am/' \ - -e 's:cd $(prefix):cd $(DESTDIR)$(prefix):' \ - ${S}/data/fonts/Makefile.in || \ - die "sed data/fonts/Makefile.in failed" -} - -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} || \ - die "dodoc failed" - rm -rf ${docdir} - prepgamesdirs -} -- cgit v1.2.3-65-gdbad