From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/gnuit/Manifest | 4 --- .../gnuit/files/gnuit-4.9.5-format-security.patch | 16 --------- app-misc/gnuit/gnuit-4.9.5-r2.ebuild | 38 ---------------------- app-misc/gnuit/metadata.xml | 8 ----- 4 files changed, 66 deletions(-) delete mode 100644 app-misc/gnuit/Manifest delete mode 100644 app-misc/gnuit/files/gnuit-4.9.5-format-security.patch delete mode 100644 app-misc/gnuit/gnuit-4.9.5-r2.ebuild delete mode 100644 app-misc/gnuit/metadata.xml (limited to 'app-misc/gnuit') diff --git a/app-misc/gnuit/Manifest b/app-misc/gnuit/Manifest deleted file mode 100644 index 50245a0b535f..000000000000 --- a/app-misc/gnuit/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX gnuit-4.9.5-format-security.patch 427 BLAKE2B 29d289419aafdcbbeec4d530f202036f0715fef4686df1564aa34302858e26856b678133ed618ae52fcb7f39bafa759173bcdae530c8c1e0a7b78614924fcbad SHA512 de604126f686af2eec160d4bd735f3888ee87a0b7bab38bb3d00d4dd26694c66810641687bb413933acb7991893a8772490fdc36fd001325d2a2b5f82bb3afc2 -DIST gnuit-4.9.5.tar.gz 894362 BLAKE2B c609ac823dc93ab4092638dbfb19e85a9d7629f41be43ac1670341151daec49486c220b96b97492b9a51e4400e8581c2d7dc58c9092cf2c09e600d852993ab75 SHA512 91f1a86f45d5a2fab91941587aed3c1e57ae68271584bef38560c9a31fabbdfeba801d87cdf5640ba9f2041e43305e49c64953b8d5370f3f6a463b2fa2a7c5da -EBUILD gnuit-4.9.5-r2.ebuild 1123 BLAKE2B 6af7d20778ed3600870fafd8bcaede31525e1abb41f5338689e4b542ce52b63813f85d81c246e723618dabc9bcaf7a4271996e4c96fb964f2ac2a6fa7b0c08e2 SHA512 412d4c1ac55b92223b7f78fa085d42355d21dca51006c2b5ac219f184a3f28443e467c184888dc433b44294711ba8d129051567d2f3664dc11fc1462c3456fd1 -MISC metadata.xml 265 BLAKE2B 75452ad720a31a08fc0dcd02eec704c18b11bc0660686f9a320b85fc879f55a564ce9c3b6a8c710781b74c5e8eb3d0544c02a042fb35a0b62a5e1491f675296a SHA512 176f814d8c555e8726f36e012367b698e8a19a0662982621029a7f9190beecc5e6798e43c51698dc149364966cdeff7061121e54fa9d4cf2a3559a6ce4904e25 diff --git a/app-misc/gnuit/files/gnuit-4.9.5-format-security.patch b/app-misc/gnuit/files/gnuit-4.9.5-format-security.patch deleted file mode 100644 index ec2a1c51fdb8..000000000000 --- a/app-misc/gnuit/files/gnuit-4.9.5-format-security.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/git.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/git.c b/src/git.c -index c6040b2..595912d 100644 ---- a/src/git.c -+++ b/src/git.c -@@ -1917,7 +1917,7 @@ main(argc, argv) - printf("%s %s (%s)\n", PRODUCT, VERSION, HOST); - #endif /* !HAVE_GCC */ - -- printf(copyright); -+ printf("%s", copyright); - - #ifdef DEBIAN - add_to_environment("GIT_EDITOR", "EDITOR", "sensible-editor"); diff --git a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild b/app-misc/gnuit/gnuit-4.9.5-r2.ebuild deleted file mode 100644 index 3f949e51f693..000000000000 --- a/app-misc/gnuit/gnuit-4.9.5-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily tasks" -HOMEPAGE="https://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_prepare() { - epatch "${FILESDIR}"/${P}-format-security.patch -} - -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() { - default - #emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}/html" install - mv "${D}/usr/bin/gitview" "${D}/usr/bin/gnuitview" || 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." -} diff --git a/app-misc/gnuit/metadata.xml b/app-misc/gnuit/metadata.xml deleted file mode 100644 index 3cf14bf74636..000000000000 --- a/app-misc/gnuit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - shell-tools@gentoo.org - Gentoo Shell Tools Project - - -- cgit v1.2.3