summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-01 06:07:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-01 06:07:22 +0000
commit8219c894a73d2c8543cac1c79e9699dd22501e7a (patch)
tree0165e6487a33e241493e34723e5823d7d4a2d258 /app-emulation
parentmake ${GAMES_STATEDIR}/pvpgn in src_install; error check; error messages; tidy (diff)
downloadhistorical-8219c894a73d2c8543cac1c79e9699dd22501e7a.tar.gz
historical-8219c894a73d2c8543cac1c79e9699dd22501e7a.tar.bz2
historical-8219c894a73d2c8543cac1c79e9699dd22501e7a.zip
clean the pre ebuild
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uade/ChangeLog5
-rw-r--r--app-emulation/uade/Manifest6
-rw-r--r--app-emulation/uade/files/digest-uade-0.91_pre31
-rw-r--r--app-emulation/uade/uade-0.91_pre3.ebuild52
4 files changed, 6 insertions, 58 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog
index fffc41355d35..ae4051993e7b 100644
--- a/app-emulation/uade/ChangeLog
+++ b/app-emulation/uade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uade
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.12 2004/08/22 09:27:45 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.13 2004/09/01 06:07:22 mr_bones_ Exp $
+
+ 31 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> -uade-0.91_pre3.ebuild:
+ clean the pre ebuild
01 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> uade-0.91.ebuild:
IUSE sync
diff --git a/app-emulation/uade/Manifest b/app-emulation/uade/Manifest
index 4eeb150694e4..15a0aea47043 100644
--- a/app-emulation/uade/Manifest
+++ b/app-emulation/uade/Manifest
@@ -1,8 +1,6 @@
-MD5 d3d2cba465c6f7ed2aa3c9339cd1aed4 ChangeLog 1669
-MD5 a715d9de7a6423e88a804a562c2220a9 metadata.xml 219
+MD5 3c77e1a45266050b71b389aee779cd5c ChangeLog 1777
MD5 5e0e693bfb3862a705778fa4518184c1 uade-0.81.ebuild 1594
-MD5 3d10084ad9bd138f0696ff0eb9f590a8 uade-0.91_pre3.ebuild 1458
+MD5 a715d9de7a6423e88a804a562c2220a9 metadata.xml 219
MD5 6e17105372393f6e1d9e611cce677ce6 uade-0.91.ebuild 1525
MD5 4df754504fa84b727b0d21eccfcbf1c5 files/digest-uade-0.81 63
-MD5 03874f57b295dd3b8bacbe402fe3483e files/digest-uade-0.91_pre3 68
MD5 1f90b1c9ed54563fc4371e3976a2b4bb files/digest-uade-0.91 63
diff --git a/app-emulation/uade/files/digest-uade-0.91_pre3 b/app-emulation/uade/files/digest-uade-0.91_pre3
deleted file mode 100644
index b26a8b8b0d23..000000000000
--- a/app-emulation/uade/files/digest-uade-0.91_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec4b1c9024ac21846f6129bc6d5649e4 uade-0.91-pre3.tar.bz2 2117431
diff --git a/app-emulation/uade/uade-0.91_pre3.ebuild b/app-emulation/uade/uade-0.91_pre3.ebuild
deleted file mode 100644
index 74f272554669..000000000000
--- a/app-emulation/uade/uade-0.91_pre3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-0.91_pre3.ebuild,v 1.2 2004/07/21 11:56:32 spock 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/pre/${P/_/-}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="xmms sdl alsa oss"
-
-DEPEND="dev-lang/perl
- xmms? ( >=media-sound/xmms-1.2.2 x11-libs/gtk+ )
- sdl? ( media-libs/libsdl )
- alsa? ( >=media-libs/alsa-lib-1.0.5 )"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_compile() {
-
- cd ${S}
-
- ./configure \
- --prefix=/usr \
- --package-prefix=${D} \
- --docdir=/usr/share/doc/${PF} \
- --without-bmp \
- `use_with oss` \
- `use_with sdl` \
- `use_with alsa` \
- `use_with xmms` \
- || die "configure failed"
-
- emake -j1 || 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}
-}