summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-02 10:16:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-02 10:16:43 +0000
commit449f19a775aad8dcade917d9f40a8f079097b9ba (patch)
treee14daeeb926c41f299df86607d0726c96233b820 /x11-misc
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-449f19a775aad8dcade917d9f40a8f079097b9ba.tar.gz
gentoo-2-449f19a775aad8dcade917d9f40a8f079097b9ba.tar.bz2
gentoo-2-449f19a775aad8dcade917d9f40a8f079097b9ba.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/viewglob/ChangeLog5
-rw-r--r--x11-misc/viewglob/viewglob-2.0.4.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/x11-misc/viewglob/ChangeLog b/x11-misc/viewglob/ChangeLog
index 8131a9b08093..3d0b70c8a5b5 100644
--- a/x11-misc/viewglob/ChangeLog
+++ b/x11-misc/viewglob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/viewglob
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.24 2015/03/02 09:26:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.25 2015/03/02 10:16:43 mrueg Exp $
+
+ 02 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -viewglob-2.0.4.ebuild:
+ Remove old.
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> viewglob-2.0.4-r1.ebuild:
Stable for ppc, wrt bug #540802
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
-}