summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-07-30 17:59:51 +0000
committerJustin Lecher <jlec@gentoo.org>2015-07-30 17:59:51 +0000
commitb05db19b37fec60fd06953b5926a75aefb5b9086 (patch)
treef8ecea7967b413017b8abf6837c12c8f98162f04 /app-misc
parentDrop old (diff)
downloadgentoo-2-b05db19b37fec60fd06953b5926a75aefb5b9086.tar.gz
gentoo-2-b05db19b37fec60fd06953b5926a75aefb5b9086.tar.bz2
gentoo-2-b05db19b37fec60fd06953b5926a75aefb5b9086.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gnuit/ChangeLog5
-rw-r--r--app-misc/gnuit/gnuit-4.9.5-r1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/app-misc/gnuit/ChangeLog b/app-misc/gnuit/ChangeLog
index 30b50e64d076..e2d01410c37b 100644
--- a/app-misc/gnuit/ChangeLog
+++ b/app-misc/gnuit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/gnuit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.12 2015/07/30 13:00:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/ChangeLog,v 1.13 2015/07/30 17:59:51 jlec Exp $
+
+ 30 Jul 2015; Justin Lecher <jlec@gentoo.org> -gnuit-4.9.5-r1.ebuild:
+ Drop old
30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> gnuit-4.9.5-r2.ebuild:
Stable for sparc, wrt bug #553126
diff --git a/app-misc/gnuit/gnuit-4.9.5-r1.ebuild b/app-misc/gnuit/gnuit-4.9.5-r1.ebuild
deleted file mode 100644
index 387f777b7fe9..000000000000
--- a/app-misc/gnuit/gnuit-4.9.5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnuit/gnuit-4.9.5-r1.ebuild,v 1.3 2011/01/05 15:15:34 jlec Exp $
-
-EAPI="2"
-
-DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks"
-HOMEPAGE="http://www.gnu.org/software/gnuit/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-src_configure() {
- # The transition option controls whether a "git" wrapper is installed, it is
- # disabled explicitly so we don't need to block on dev-vcs/git.
- econf --disable-transition
-}
-
-src_install() {
- emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install \
- || die "emake install failed"
- mv "${D}/usr/bin/gitview" "${D}/usr/bin/gnuitview" || die
- dodoc AUTHORS NEWS PROBLEMS README || die
-}
-
-pkg_postinst() {
- elog "The 'git' tool this package previously installed is now called 'gitfm'"
- elog "The 'gitview' tool this package previously installed is now called 'gnuitview'"
- elog "If you want the 'gitaction' tool to use your preferred desktop"
- elog "application settings install the 'x11-misc/xdg-utils' package."
-}