diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-db/xmysqladmin | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/xmysqladmin')
-rw-r--r-- | dev-db/xmysqladmin/Manifest | 2 | ||||
-rw-r--r-- | dev-db/xmysqladmin/xmysqladmin-1.0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/xmysqladmin/Manifest b/dev-db/xmysqladmin/Manifest index f13eec457b08..77da1e96afcf 100644 --- a/dev-db/xmysqladmin/Manifest +++ b/dev-db/xmysqladmin/Manifest @@ -1,3 +1,3 @@ MD5 90cd4baf3a4a109088f650349499925d ChangeLog 1047 -MD5 dd39364d2fa6a31db62ee80da1de55b0 xmysqladmin-1.0.ebuild 1217 +MD5 1c53fe34478a1553e1363d9229e2c1ec xmysqladmin-1.0.ebuild 1218 MD5 e8b38a933ffc688f0b58fc9800718b48 files/digest-xmysqladmin-1.0 66 diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild index 01a4d13bdb25..984d3db11e7c 100644 --- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild +++ b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.10 2003/07/16 11:38:48 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.11 2003/09/06 22:25:50 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="xforms based front end to mysql" @@ -28,12 +28,12 @@ src_unpack() { } src_compile() { - + make -f Makefile.gentoo || die } src_install () { - + dodir /usr/bin dodir /usr/share/pixmaps make \ |