diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:41:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:41:52 +0000 |
commit | 1225e2d434f1274c140c30d699c980744293f777 (patch) | |
tree | 0309a7edb28f0499a5c61bad30096884a4ca7aee /app-emulation/vice | |
parent | Closing #44475. (diff) | |
download | historical-1225e2d434f1274c140c30d699c980744293f777.tar.gz historical-1225e2d434f1274c140c30d699c980744293f777.tar.bz2 historical-1225e2d434f1274c140c30d699c980744293f777.zip |
remove older ebuilds
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/vice/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.12-r1 | 1 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.13 | 1 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.12-r1.ebuild | 55 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.13.ebuild | 65 |
6 files changed, 7 insertions, 129 deletions
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 <mr_bones_@gentoo.org> vice-1.12-r1.ebuild, + vice-1.13.ebuild: + remove older ebuilds *vice-1.14 (07 Feb 2004) diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest index d8d0f2e0f1a7..92d5a7726e35 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,10 +1,6 @@ -MD5 bc69127be19a4a72e54aa59d5114dd33 ChangeLog 1326 -MD5 512b3dd1a98681c9ad29a9f2f5436a89 vice-1.12-r1.ebuild 1281 -MD5 660eeff581c032d1a8e7f4136612d73d vice-1.13.ebuild 1666 +MD5 2edf7891f96b32972de0370a148c7905 ChangeLog 1450 MD5 a313f79b2af4b0767b678210c3fb8f49 vice-1.14.ebuild 1303 MD5 bee1c24b1742b33f95f243358383697e files/1.12-po-Makefile.patch 555 MD5 bee1c24b1742b33f95f243358383697e files/1.13-po-Makefile.patch 555 MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 -MD5 6b44b25bb31dd21195c5bb6ac016d49d files/digest-vice-1.12-r1 62 -MD5 da8fb0cf91447be13099e23ffc1dec9a files/digest-vice-1.13 62 MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14 62 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 -} |