summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/ruby-serialport/ChangeLog7
-rw-r--r--dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/ruby-serialport/ChangeLog b/dev-ruby/ruby-serialport/ChangeLog
index 5cc16d956910..d0e5fc31714b 100644
--- a/dev-ruby/ruby-serialport/ChangeLog
+++ b/dev-ruby/ruby-serialport/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-serialport
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.4 2004/06/25 02:03:12 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.5 2006/03/15 13:31:12 caleb Exp $
+
+ 15 Mar 2006; Caleb Tennis <caleb@gentoo.org> ruby-serialport-0.6.ebuild:
+ Change einstall to make DESTDIR=D install
17 Apr 2004; David Holm <dholm@gentoo.org> ruby-serialport-0.6.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild
index f1fb2c0fc87e..c311ca237025 100644
--- a/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild
+++ b/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild,v 1.5 2004/07/14 22:15:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild,v 1.6 2006/03/15 13:31:12 caleb Exp $
inherit ruby
@@ -20,7 +20,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
dodoc CHANGELOG README
docinto test
dodoc test/*