summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-06 21:34:48 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-06 21:34:48 +0000
commitd414c43332df940a413b42e4b7164cd8d80d63e8 (patch)
tree0448623e74a15789f9bf36aca38bcdcdb6927ead /x11-misc
parentMarking twisted-names-10.2.0 ppc for bug 350894 (diff)
downloadgentoo-2-d414c43332df940a413b42e4b7164cd8d80d63e8.tar.gz
gentoo-2-d414c43332df940a413b42e4b7164cd8d80d63e8.tar.bz2
gentoo-2-d414c43332df940a413b42e4b7164cd8d80d63e8.zip
Some Clean up
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/viewglob/ChangeLog7
-rw-r--r--x11-misc/viewglob/viewglob-2.0.4.ebuild22
2 files changed, 16 insertions, 13 deletions
diff --git a/x11-misc/viewglob/ChangeLog b/x11-misc/viewglob/ChangeLog
index 70480a6e44dd..b57492dabc1e 100644
--- a/x11-misc/viewglob/ChangeLog
+++ b/x11-misc/viewglob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/viewglob
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.12 2009/08/20 03:46:11 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.13 2011/01/06 21:34:48 jlec Exp $
+
+ 06 Jan 2011; Justin Lecher <jlec@gentoo.org> viewglob-2.0.4.ebuild:
+ Some Clean up
20 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
-files/viewglob-2.0.2-64bit.patch:
diff --git a/x11-misc/viewglob/viewglob-2.0.4.ebuild b/x11-misc/viewglob/viewglob-2.0.4.ebuild
index 759dc1e22746..ef2d5447b839 100644
--- a/x11-misc/viewglob/viewglob-2.0.4.ebuild
+++ b/x11-misc/viewglob/viewglob-2.0.4.ebuild
@@ -1,32 +1,32 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.3 2010/07/21 15:18:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4.ebuild,v 1.4 2011/01/06 21:34:48 jlec Exp $
inherit eutils
-DESCRIPTION="Graphical display of directories and globs referenced at the shell
-prompt."
+DESCRIPTION="Graphical display of directories and globs referenced at the shell prompt"
HOMEPAGE="http://viewglob.sourceforge.net/"
SRC_URI="mirror://sourceforge/viewglob/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND=">=dev-libs/glib-2.2.0
- >=x11-libs/gtk+-2.4.0
+RDEPEND="
+ dev-libs/glib
+ x11-libs/gtk+
|| ( app-shells/bash app-shells/zsh )"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog HACKING NEWS README TODO
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog HACKING NEWS README TODO || die
}
pkg_postinst() {
- einfo " "
+ echo
einfo "/usr/bin/viewglob is a wrapper for vgd and vgseer (client and"
einfo "daemon, respectively). Generally speaking, this is what you want to"
einfo "execute from your shell."
@@ -44,5 +44,5 @@ pkg_postinst() {
ewarn "There are some known bugs in viewglob with screen. Exercise some"
ewarn "caution and take results with a pinch of salt if you try the two"
ewarn "together."
- ewarn " "
+ echo
}