summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-11-06 14:16:24 +0000
committerMichael Januszewski <spock@gentoo.org>2004-11-06 14:16:24 +0000
commit6c3dd4d3f450ba08893dbd65a2b4b20850232f18 (patch)
tree5878bc154386d19ee6d351c6e82c834120c826c5 /app-emulation
parentStable on ppc64; dependency of bug #69825 (diff)
downloadhistorical-6c3dd4d3f450ba08893dbd65a2b4b20850232f18.tar.gz
historical-6c3dd4d3f450ba08893dbd65a2b4b20850232f18.tar.bz2
historical-6c3dd4d3f450ba08893dbd65a2b4b20850232f18.zip
Removed unnecessary DESTDIR option from make install. Closes #70209.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uade/ChangeLog5
-rw-r--r--app-emulation/uade/Manifest10
-rw-r--r--app-emulation/uade/uade-1.00.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog
index 794f339070cc..ffb0d4010194 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.18 2004/11/05 13:31:14 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.19 2004/11/06 14:16:24 spock Exp $
+
+ 06 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-1.00.ebuild:
+ Removed unnecessary DESTDIR option from make install. Closes #70209.
05 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-0.91-r1.ebuild:
Removed beepmp support from the 0.91-rc1 ebuild, as this breaks on the
diff --git a/app-emulation/uade/Manifest b/app-emulation/uade/Manifest
index debbdf4f0221..8c226ac6b8a9 100644
--- a/app-emulation/uade/Manifest
+++ b/app-emulation/uade/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 70908a3502ad1b7c3ba44a7398fb45c0 uade-1.00.ebuild 1619
+MD5 865741da710e6d0249cb6487955e5b0e uade-1.00.ebuild 1604
MD5 7cbc51f320d1cdb336b071de886b25c8 uade-0.91-r1.ebuild 1534
MD5 5e0e693bfb3862a705778fa4518184c1 uade-0.81.ebuild 1594
-MD5 5633de55c7eee8681a9fd16315ddeebd ChangeLog 2693
+MD5 cb48c6142f4398e52e764a6a1d839591 ChangeLog 2836
MD5 a715d9de7a6423e88a804a562c2220a9 metadata.xml 219
MD5 ef3c7fc767538fbeb54e89c600038bdd files/uade-0.91-bmp-fix.patch 1252
MD5 4df754504fa84b727b0d21eccfcbf1c5 files/digest-uade-0.81 63
@@ -13,7 +13,7 @@ MD5 1f90b1c9ed54563fc4371e3976a2b4bb files/digest-uade-0.91-r1 63
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBi5UOchej4aZK9/cRAuSqAJ9FkqjhPE8qB5JPnOPOMQPgyX9mtACfRGyV
-iJ31Lhisyt2731FwInN2r8w=
-=Ivum
+iD8DBQFBjNzJchej4aZK9/cRAmMjAJ9MfQtAG/Wd0bmuO+ZM5Ql7TI1mvgCfWepv
+3gNQeoYvFOKEqUo4h6eEE48=
+=WnCR
-----END PGP SIGNATURE-----
diff --git a/app-emulation/uade/uade-1.00.ebuild b/app-emulation/uade/uade-1.00.ebuild
index 368cd490de05..b148cc5ef690 100644
--- a/app-emulation/uade/uade-1.00.ebuild
+++ b/app-emulation/uade/uade-1.00.ebuild
@@ -1,6 +1,6 @@
# 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-1.00.ebuild,v 1.1 2004/10/30 22:22:32 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-1.00.ebuild,v 1.2 2004/11/06 14:16:24 spock Exp $
inherit eutils
@@ -38,7 +38,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die 'make install failed'
+ make install || die 'make install failed'
dodoc BUGS ChangeLog.txt FIXED ANTIPLANS README PLANS TESTING docs/CREDITS
find "${D}/usr/share/doc/${PF}/" \