summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-07-29 23:15:05 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-07-29 23:15:05 +0000
commit9a562814c9dd90fa26f593951bed699aff0b8644 (patch)
tree82c56c84d446c907f2381aa332f6b0ee59879b8d /app-emulation
parentold version cleanout. ordered keywords properly. re-added dropped ~alpha key... (diff)
downloadhistorical-9a562814c9dd90fa26f593951bed699aff0b8644.tar.gz
historical-9a562814c9dd90fa26f593951bed699aff0b8644.tar.bz2
historical-9a562814c9dd90fa26f593951bed699aff0b8644.zip
bug 72164
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xcopilot/ChangeLog5
-rw-r--r--app-emulation/xcopilot/Manifest4
-rw-r--r--app-emulation/xcopilot/xcopilot-0.6.6.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/xcopilot/ChangeLog b/app-emulation/xcopilot/ChangeLog
index b8ce330fa4a1..68ae2d10276c 100644
--- a/app-emulation/xcopilot/ChangeLog
+++ b/app-emulation/xcopilot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xcopilot
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.4 2005/01/01 14:21:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.5 2005/07/29 23:15:05 vanquirius Exp $
+
+ 29 Jul 2005; Marcelo Goes <vanquirius@gentoo.org> xcopilot-0.6.6.ebuild:
+ Use DESTDIR instead of einstall.
02 Mar 2004; David Holm <dholm@gentoo.org> xcopilot-0.6.6.ebuild:
Added to ~ppc.
diff --git a/app-emulation/xcopilot/Manifest b/app-emulation/xcopilot/Manifest
index e7a095494457..db84fa4b5948 100644
--- a/app-emulation/xcopilot/Manifest
+++ b/app-emulation/xcopilot/Manifest
@@ -1,4 +1,4 @@
-MD5 9350ef5f6d2246b638db2b879534273f ChangeLog 427
+MD5 612d535a20579a356e35ebb375069e5a xcopilot-0.6.6.ebuild 778
+MD5 cef9ff0bc912be7d83f00e58e69d6094 ChangeLog 538
MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219
-MD5 515c4c874b3ebe6b4252ee334a53d8da xcopilot-0.6.6.ebuild 761
MD5 c29c08134028b23d656076378349c7ae files/digest-xcopilot-0.6.6 70
diff --git a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild
index d683ad8184ee..dedd0a526594 100644
--- a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild
+++ b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.5 2005/01/01 14:21:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.6 2005/07/29 23:15:05 vanquirius Exp $
MY_P="xcopilot-0.6.6-uc0"
@@ -26,7 +26,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS README NEWS README.uClinux
}