summaryrefslogtreecommitdiff
path: root/app-doc/jargon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-doc/jargon
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/jargon')
-rw-r--r--app-doc/jargon/Manifest3
-rw-r--r--app-doc/jargon/jargon-4.4.7-r1.ebuild25
-rw-r--r--app-doc/jargon/metadata.xml5
3 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/jargon/Manifest b/app-doc/jargon/Manifest
deleted file mode 100644
index 6f0b6329488c..000000000000
--- a/app-doc/jargon/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST jargon-4.4.7.tar.gz 9061260 BLAKE2B f2e29464d0ed946a5a2f0529eba3110f55ae068796522c05402ff2addc626501a43cbc633aecee15d6289e7a5236ce196f065ab782e4686142c51ba21658b517 SHA512 afc8c44994f22de3fbae325e315fa101c04a5db2ef6af7c5592b4c072cc0e94a2bc523042ab9c894977c34f8321aea77c8208ae57040a4e3419cd240ce169803
-EBUILD jargon-4.4.7-r1.ebuild 597 BLAKE2B 95c8e31e573e5a7f590f153b160e16b2bfb26c61e6bd16fbf12532a3ee1a86dffa4b576023ba13ae2ea805e4da3624c36c8b5cd92178f409c9a5ce5e9a1c3387 SHA512 ab2ce7706e6c8917e34eb89c1dd8d33fc17d8f9bc61e0ad002afc9d894782e2494dee40c42e5468eff531458b81c0d5f40f682958f9eee630220d4788f875683
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-doc/jargon/jargon-4.4.7-r1.ebuild b/app-doc/jargon/jargon-4.4.7-r1.ebuild
deleted file mode 100644
index 5d9e0420a38e..000000000000
--- a/app-doc/jargon/jargon-4.4.7-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A compendium of hacker slang illuminating many aspects of hackish tradition"
-HOMEPAGE="http://www.catb.org/~esr/jargon"
-SRC_URI="http://www.catb.org/~esr/jargon/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-src_prepare() {
- find "${S}" -name .xvpics | xargs rm -rf || die
- cd "${S}/html" || die
- sed -i -e 's#\.\./\.\.#..#' */* \
- || die "sed failed"
- default
-}
-
-src_install() {
- dodoc -r html/*
-}
diff --git a/app-doc/jargon/metadata.xml b/app-doc/jargon/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-doc/jargon/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>