summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-05-30 20:04:33 +0000
committerSimon Stelling <blubb@gentoo.org>2005-05-30 20:04:33 +0000
commite6ad12309fb83ec14ca5d08553c18abef4817eb4 (patch)
tree13f97708e7b2de07ddd2357979cb36c7ca925aee
parentUpdate to latest upstream version. Close #94532. (diff)
downloadgentoo-2-e6ad12309fb83ec14ca5d08553c18abef4817eb4.tar.gz
gentoo-2-e6ad12309fb83ec14ca5d08553c18abef4817eb4.tar.bz2
gentoo-2-e6ad12309fb83ec14ca5d08553c18abef4817eb4.zip
make src_install use the function provided by the gnome2 ebuild
(Portage version: 2.0.51.19)
-rw-r--r--x11-libs/gtkglarea/ChangeLog5
-rw-r--r--x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/gtkglarea/ChangeLog b/x11-libs/gtkglarea/ChangeLog
index 3497262a1b4f..1a3c317dd121 100644
--- a/x11-libs/gtkglarea/ChangeLog
+++ b/x11-libs/gtkglarea/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtkglarea
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.26 2005/05/27 13:59:10 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.27 2005/05/30 20:04:33 blubb Exp $
+
+ 30 May 2005; Simon Stelling <blubb@gentoo.org> gtkglarea-1.99.0.ebuild:
+ make src_install use the function provided by the gnome2 ebuild
27 May 2005; Herbie Hopkins <herbs@gentoo.org> gtkglarea-1.99.0.ebuild:
Added libtoolize to fix multilib build issue.
diff --git a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild b/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild
index dcc6bbab7d46..07d2107f0d36 100644
--- a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild
+++ b/x11-libs/gtkglarea/gtkglarea-1.99.0.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/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.26 2005/05/27 13:59:10 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.27 2005/05/30 20:04:33 blubb Exp $
inherit gnome2 gnuconfig multilib
@@ -12,6 +12,8 @@ SLOT="2"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
IUSE=""
+DOCS="AUTHORS ChangeLog INSTALL NEWS README* docs/*.txt"
+
RDEPEND="virtual/libc
>=x11-libs/gtk+-2.0.3
virtual/glu
@@ -37,8 +39,5 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} \
- libdir=/usr/$(get_libdir) \
- install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README* docs/*.txt
+ gnome2_src_install libdir=${D}/$(get_libdir)
}