summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-02 10:16:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-02 10:16:46 +0000
commit98ee41262b78dae6068046ccc55d7fb67d8a3ba9 (patch)
tree9b37f8fa3db6e027e95df9026a84cb9a6418f900 /x11-misc/viewglob/viewglob-2.0.4.ebuild
parentadd arm64 support, tested on A53 board (diff)
downloadhistorical-98ee41262b78dae6068046ccc55d7fb67d8a3ba9.tar.gz
historical-98ee41262b78dae6068046ccc55d7fb67d8a3ba9.tar.bz2
historical-98ee41262b78dae6068046ccc55d7fb67d8a3ba9.zip
Remove old.
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/viewglob/viewglob-2.0.4.ebuild')
-rw-r--r--x11-misc/viewglob/viewglob-2.0.4.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-misc/viewglob/viewglob-2.0.4.ebuild b/x11-misc/viewglob/viewglob-2.0.4.ebuild
deleted file mode 100644
index 493deb0e13d0..000000000000
--- a/x11-misc/viewglob/viewglob-2.0.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 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.10 2015/02/20 14:56:42 jlec Exp $
-
-EAPI=1
-
-inherit eutils
-
-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
- x11-libs/gtk+:2
- || ( app-shells/bash app-shells/zsh )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog HACKING NEWS README TODO || die
-}
-
-pkg_postinst() {
- 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."
- einfo " "
- einfo "Should you prefer to start viewglob with each shell session, try"
- einfo "something like this:"
- einfo " "
- einfo ' if [[ ! $VG_VIEWGLOB_ACTIVE && $DISPLAY ]] ; then'
- einfo ' exec viewglob'
- einfo ' fi'
- einfo " "
- einfo "Have a look at http://viewglob.sourceforge.net/faq.html for a"
- einfo "few more viewglob tricks."
- ewarn " "
- 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."
- echo
-}