summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 13:19:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 13:19:53 +0000
commit87d3576eaf8f9dab9fbdac04eae1e5c6bcff8b09 (patch)
tree923b8eecf8508d0358c6008e85e8b13dec579f2e /dev-db/gmyclient
parentDon't assign default to S; header fix (Manifest recommit) (diff)
downloadgentoo-2-87d3576eaf8f9dab9fbdac04eae1e5c6bcff8b09.tar.gz
gentoo-2-87d3576eaf8f9dab9fbdac04eae1e5c6bcff8b09.tar.bz2
gentoo-2-87d3576eaf8f9dab9fbdac04eae1e5c6bcff8b09.zip
header fix
Diffstat (limited to 'dev-db/gmyclient')
-rw-r--r--dev-db/gmyclient/gmyclient-0.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/gmyclient/gmyclient-0.3.ebuild b/dev-db/gmyclient/gmyclient-0.3.ebuild
index 1eeeea211564..0f5288655c47 100644
--- a/dev-db/gmyclient/gmyclient-0.3.ebuild
+++ b/dev-db/gmyclient/gmyclient-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.6 2003/10/20 16:28:32 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.7 2004/03/14 13:19:53 mr_bones_ Exp $
DESCRIPTION="Gnome based mysql client"
SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
@@ -24,5 +24,4 @@ src_install() {
make DESTDIR=${D} install || die "installed failed"
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
mv ${D}/usr/share/gmyclient/doc ${D}/usr/share/doc/${PF}/html
-
}