summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 03:52:03 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 03:52:03 +0000
commit20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca (patch)
treebdbd0659018181b56bae815c7b459d37a5cbd216 /app-emulation/XWine
parentCloses #46164 (Manifest recommit) (diff)
downloadgentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.tar.gz
gentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.tar.bz2
gentoo-2-20c462b10ceab0aaa9ed3d0dd1705c45b99b55ca.zip
add inherit eutils
Diffstat (limited to 'app-emulation/XWine')
-rw-r--r--app-emulation/XWine/XWine-0.3.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild
index 68bf63e141be..7a1909613cfc 100644
--- a/app-emulation/XWine/XWine-0.3.2.ebuild
+++ b/app-emulation/XWine/XWine-0.3.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.3 2004/02/20 06:08:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.4 2004/04/06 03:49:47 vapier Exp $
+
+inherit eutils
DESCRIPTION="GTK+ frontend for Wine"
HOMEPAGE="http://darken.tuxfamily.org/pages/xwine_en.html"
@@ -30,7 +32,7 @@ src_install() {
einstall || die
# Don't need to install docs twice
rm -rf ${D}/usr/share/doc/xwine
- dodoc doc/Manual* FAQ* BUGS COPYING AUTHORS NEWS README TODO
+ dodoc doc/Manual* FAQ* BUGS AUTHORS NEWS README TODO
}
pkg_postinst() {