diff options
author | 2005-05-06 22:11:53 +0000 | |
---|---|---|
committer | 2005-05-06 22:11:53 +0000 | |
commit | db1491e84a82d25ed7381246082fbf41293a7b09 (patch) | |
tree | ee498b46da2130118425c7f538dc21cfefae7f74 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-db1491e84a82d25ed7381246082fbf41293a7b09.tar.gz gentoo-2-db1491e84a82d25ed7381246082fbf41293a7b09.tar.bz2 gentoo-2-db1491e84a82d25ed7381246082fbf41293a7b09.zip |
Removed old ebuilds.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/uade/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/uade/files/digest-uade-0.81 | 1 | ||||
-rw-r--r-- | app-emulation/uade/files/digest-uade-0.91-r1 | 1 | ||||
-rw-r--r-- | app-emulation/uade/uade-0.81.ebuild | 56 | ||||
-rw-r--r-- | app-emulation/uade/uade-0.91-r1.ebuild | 55 |
5 files changed, 5 insertions, 114 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index 1cb0b9e37049..8a12414b081b 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/uade # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.24 2005/05/06 22:08:57 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.25 2005/05/06 22:11:53 spock Exp $ + + 06 May 2005; Michał Januszewski <spock@gentoo.org> -uade-0.81.ebuild, + -uade-0.91-r1.ebuild: + Removed old ebuilds. *uade-1.02 (06 May 2005) diff --git a/app-emulation/uade/files/digest-uade-0.81 b/app-emulation/uade/files/digest-uade-0.81 deleted file mode 100644 index 9257e34a799b..000000000000 --- a/app-emulation/uade/files/digest-uade-0.81 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0c391b4e1c990f27a52b663bcbb4829 uade-0.81.tar.bz2 1961842 diff --git a/app-emulation/uade/files/digest-uade-0.91-r1 b/app-emulation/uade/files/digest-uade-0.91-r1 deleted file mode 100644 index 0489ad326287..000000000000 --- a/app-emulation/uade/files/digest-uade-0.91-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b7fa0899e3456e0d37c50048685881e uade-0.91.tar.bz2 2117195 diff --git a/app-emulation/uade/uade-0.81.ebuild b/app-emulation/uade/uade-0.81.ebuild deleted file mode 100644 index d8afc60a6317..000000000000 --- a/app-emulation/uade/uade-0.81.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-0.81.ebuild,v 1.8 2005/01/01 14:18:13 eradicator Exp $ - -DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API" -HOMEPAGE="http://uade.ton.tut.fi/" -SRC_URI="http://uade.ton.tut.fi/uade/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="xmms sdl" - -RDEPEND="dev-lang/perl - xmms? ( >=media-sound/xmms-1.2.2 x11-libs/gtk+ ) - sdl? ( media-libs/libsdl )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e 's:\$prefix/doc:/usr/share/doc:' configure \ - || die 'sed configure failed' -} - -src_compile() { - local myconf="--package-prefix=${D}" - - use sdl && myconf="$myconf --with-sdl" - use xmms || myconf="$myconf --no-plugin" - - econf ${myconf} || die - # warning...broken Makefiles ahead. - emake -j1 || die 'emake failed' -} - -src_install() { - make DESTDIR="${D}" install || die 'make install failed' - - # make install doesn't put anything in this directory - # I assume it's necessary to have it around so use keepdir to make is so. - keepdir /usr/share/uade/players/S - - dodoc BUGS ChangeLog.txt FIXED - find "${D}/usr/share/doc/${PF}/" \ - \( -name '*.readme' -o \ - -name '*.txt' -o \ - -name 'INSTALL*' -o \ - -name 'README*' -o \ - -name 'Change*' \) -exec gzip -9 \{\} \; - dohtml "${D}/usr/share/doc/${PF}/"{*.html,*.png} || die 'dohtml failed' - rm -f "${D}/usr/share/doc/${PF}/"{COPYING*,*.html,*.png} -} diff --git a/app-emulation/uade/uade-0.91-r1.ebuild b/app-emulation/uade/uade-0.91-r1.ebuild deleted file mode 100644 index 0764da7cabd4..000000000000 --- a/app-emulation/uade/uade-0.91-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-0.91-r1.ebuild,v 1.4 2005/01/01 14:18:13 eradicator Exp $ - -inherit eutils - -DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API" -HOMEPAGE="http://uade.ton.tut.fi/" -SRC_URI="http://uade.ton.tut.fi/uade/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="xmms sdl alsa oss perl" - -RDEPEND="virtual/libc - xmms? ( >=media-sound/xmms-1.2.2 - x11-libs/gtk+ ) - sdl? ( media-libs/libsdl ) - alsa? ( >=media-libs/alsa-lib-1.0.5 )" - -DEPEND="${RDEPEND} - xmms? ( sys-devel/libtool )" - -src_compile() { - ./configure \ - --prefix=/usr \ - --package-prefix="${D}" \ - --docdir="/usr/share/doc/${PF}" \ - $(use_with oss) \ - $(use_with sdl) \ - $(use_with alsa) \ - $(use_with xmms) \ - || die "configure failed" - emake || die 'emake failed' -} - -src_install() { - make DESTDIR="${D}" install || die 'make install failed' - dodoc BUGS ChangeLog.txt FIXED ANTIPLANS README PLANS TESTING docs/CREDITS - - find "${D}/usr/share/doc/${PF}/" \ - \( -name '*.readme' -o \ - -name '*.txt' -o \ - -name 'INSTALL*' -o \ - -name 'README*' -o \ - -name 'Change*' \) -exec gzip -9 \{\} \; - dohtml -r "${D}/usr/share/doc/${PF}/" - rm -f "${D}/usr/share/doc/${PF}/"{COPYING,INSTALL.*.gz} - rm -f "${D}/usr/share/doc/${PF}/uade-docs/"{*.html,*.png,*.1} - - if ! use perl; then - rm -f "${D}/usr/bin/pwrap.pl" - fi -} |