summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-12-29 20:52:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-12-29 20:52:15 +0000
commit96de487166100962b027c4948777ed9b77c0dcc3 (patch)
treef56024ece5b1ef3f648fe08041933914b0ac2d9f /x11-misc/gmrun/gmrun-0.9.2.ebuild
parentHomepage is back, added metadata.xml. (diff)
downloadhistorical-96de487166100962b027c4948777ed9b77c0dcc3.tar.gz
historical-96de487166100962b027c4948777ed9b77c0dcc3.tar.bz2
historical-96de487166100962b027c4948777ed9b77c0dcc3.zip
ebuild cleanup, removed COPYING.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-misc/gmrun/gmrun-0.9.2.ebuild')
-rw-r--r--x11-misc/gmrun/gmrun-0.9.2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/gmrun/gmrun-0.9.2.ebuild b/x11-misc/gmrun/gmrun-0.9.2.ebuild
index e4ebba026665..cfa55820942b 100644
--- a/x11-misc/gmrun/gmrun-0.9.2.ebuild
+++ b/x11-misc/gmrun/gmrun-0.9.2.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-misc/gmrun/gmrun-0.9.2.ebuild,v 1.9 2005/12/29 20:48:25 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.10 2005/12/29 20:52:15 nelchael Exp $
IUSE=""
DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
@@ -16,12 +16,11 @@ DEPEND=">=x11-libs/gtk+-2.2.0
src_install() {
make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog README NEWS
+ dodoc AUTHORS ChangeLog README NEWS
}
pkg_postinst(){
- echo
+ einfo
einfo "Gmrun now featers a ~/.gmrunrc see /usr/share/gmrun/gmrunrc for help"
- echo
+ einfo
}
-