summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-23 07:39:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-23 07:39:42 +0000
commit60ee2f921f0c977d624749647ff5644ff33d407d (patch)
treeb0bd0975e88c28a3576eb97648cfaf79f61aec7c /app-emulation/uade
parentBump to latest aufs, genpatches and linux release (diff)
downloadgentoo-2-60ee2f921f0c977d624749647ff5644ff33d407d.tar.gz
gentoo-2-60ee2f921f0c977d624749647ff5644ff33d407d.tar.bz2
gentoo-2-60ee2f921f0c977d624749647ff5644ff33d407d.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/uade')
-rw-r--r--app-emulation/uade/ChangeLog7
-rw-r--r--app-emulation/uade/uade-2.13.ebuild16
2 files changed, 12 insertions, 11 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog
index de6128389a8d..aa2a8dbb0354 100644
--- a/app-emulation/uade/ChangeLog
+++ b/app-emulation/uade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uade
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.61 2013/01/20 09:55:23 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.62 2015/03/23 07:39:42 mr_bones_ Exp $
+
+ 23 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> uade-2.13.ebuild:
+ EAPI=5
20 Jan 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup fue retirement, bug #35242
diff --git a/app-emulation/uade/uade-2.13.ebuild b/app-emulation/uade/uade-2.13.ebuild
index 218b59015557..fa1e5d035026 100644
--- a/app-emulation/uade/uade-2.13.ebuild
+++ b/app-emulation/uade/uade-2.13.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.13.ebuild,v 1.6 2012/05/03 18:49:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.13.ebuild,v 1.7 2015/03/23 07:39:41 mr_bones_ Exp $
+EAPI=5
inherit eutils
DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation"
@@ -14,24 +15,21 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="media-libs/libao"
-
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_compile() {
+src_configure() {
./configure \
--prefix=/usr \
--package-prefix="${D}" \
--with-uade123 \
--with-text-scope \
--without-xmms \
- --without-audacious \
- || die "configure failed"
- emake || die 'emake failed'
+ --without-audacious || die
}
src_install() {
- make install || die 'make install failed'
- dodoc AUTHORS ChangeLog doc/BUGS doc/PLANS
+ DOCS="AUTHORS ChangeLog doc/BUGS doc/PLANS" \
+ default
doman doc/uade123.1
}