summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-15 03:03:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-15 03:03:02 +0000
commitb15b7a9fd42f6381a487de668335be9d1609d906 (patch)
tree2a46c64610bb448bc4b252b91e88799cee6c5da1 /app-emulation
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-b15b7a9fd42f6381a487de668335be9d1609d906.tar.gz
gentoo-2-b15b7a9fd42f6381a487de668335be9d1609d906.tar.bz2
gentoo-2-b15b7a9fd42f6381a487de668335be9d1609d906.zip
clean older ebuilds
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uade/ChangeLog6
-rw-r--r--app-emulation/uade/files/digest-uade-0.731
-rw-r--r--app-emulation/uade/files/digest-uade-0.801
-rw-r--r--app-emulation/uade/uade-0.73.ebuild49
-rw-r--r--app-emulation/uade/uade-0.80.ebuild49
5 files changed, 5 insertions, 101 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog
index 7d17a3ca53c0..52fce913d322 100644
--- a/app-emulation/uade/ChangeLog
+++ b/app-emulation/uade/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/uade
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.5 2004/06/08 20:00:48 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.6 2004/06/15 03:03:02 mr_bones_ Exp $
+
+ 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> uade-0.73.ebuild,
+ uade-0.80.ebuild:
+ clean older ebuilds
08 Jun 2004; David Holm <dholm@gentoo.org> uade-0.81.ebuild:
Added to ~ppc.
diff --git a/app-emulation/uade/files/digest-uade-0.73 b/app-emulation/uade/files/digest-uade-0.73
deleted file mode 100644
index 569b13cf566f..000000000000
--- a/app-emulation/uade/files/digest-uade-0.73
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7546b7b7c4bbd3af956d0dcb30db524f uade-0.73.tar.bz2 1054323
diff --git a/app-emulation/uade/files/digest-uade-0.80 b/app-emulation/uade/files/digest-uade-0.80
deleted file mode 100644
index b81ee5c3d860..000000000000
--- a/app-emulation/uade/files/digest-uade-0.80
+++ /dev/null
@@ -1 +0,0 @@
-MD5 025b75d762f37d9e187f70d6b56554af uade-0.80.tar.bz2 1878618
diff --git a/app-emulation/uade/uade-0.73.ebuild b/app-emulation/uade/uade-0.73.ebuild
deleted file mode 100644
index e40cde8e09f1..000000000000
--- a/app-emulation/uade/uade-0.73.ebuild
+++ /dev/null
@@ -1,49 +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/uade/uade-0.73.ebuild,v 1.4 2004/03/02 08:00:56 aliz Exp $
-
-DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API"
-HOMEPAGE="http://ee.tut.fi/~heikki/uade.html"
-SRC_URI="http://ee.tut.fi/~heikki/uade/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-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'
- dodoc BUGS ChangeLog.txt FIXED
- rm -f ${D}/usr/share/doc/${P}/COPYING
- find ${D}/usr/share/doc/${P}/ \
- \( -name '*.readme' -o \
- -name '*.txt' -o \
- -name 'INSTALL*' -o \
- -name 'README*' -o \
- -name 'Change*' \) -exec gzip -9 \{\} \;
-}
diff --git a/app-emulation/uade/uade-0.80.ebuild b/app-emulation/uade/uade-0.80.ebuild
deleted file mode 100644
index 3283a331a5cc..000000000000
--- a/app-emulation/uade/uade-0.80.ebuild
+++ /dev/null
@@ -1,49 +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/uade/uade-0.80.ebuild,v 1.4 2004/03/02 08:00:56 aliz Exp $
-
-DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API"
-HOMEPAGE="http://ee.tut.fi/~heikki/uade.html"
-SRC_URI="http://ee.tut.fi/~heikki/uade/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-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'
- dodoc BUGS ChangeLog.txt FIXED
- rm -f ${D}/usr/share/doc/${P}/COPYING
- find ${D}/usr/share/doc/${P}/ \
- \( -name '*.readme' -o \
- -name '*.txt' -o \
- -name 'INSTALL*' -o \
- -name 'README*' -o \
- -name 'Change*' \) -exec gzip -9 \{\} \;
-}