summaryrefslogtreecommitdiff
path: root/app-text/htag
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-text/htag
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/htag')
-rw-r--r--app-text/htag/Manifest3
-rw-r--r--app-text/htag/htag-0.0.24-r1.ebuild29
-rw-r--r--app-text/htag/metadata.xml8
3 files changed, 0 insertions, 40 deletions
diff --git a/app-text/htag/Manifest b/app-text/htag/Manifest
deleted file mode 100644
index a0c8ec2e6446..000000000000
--- a/app-text/htag/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST htag-0.0.24.tar.gz 33602 BLAKE2B a391660b27a2821374225748df5063ed9e29be5d9c5b97429094b95f75872eb3675cd73de75a30a83b99f9245a83cb032f7899a11d59eda1d6ae7ad70bb142eb SHA512 28f3cae3bbaaecc2f61ca1d50b4d2e56e4bcddf2644aa37566019bd116ab653b019a5b048aac2b8a07faf6b906ac94164c81ac082c675602bd921dff62bf4858
-EBUILD htag-0.0.24-r1.ebuild 724 BLAKE2B 39ceee1dcaaf72869bdfbcc0a48d93405fd093bffa4fdf7e81e906eb87d3f5f022f5675146817620e287ec5285df1d298e978177769e5413f384c74bffe51285 SHA512 6e8121b3dbe900e4e48ce514811a1498baf96c3f64cf5af83873f5db78c78b85ba199cf9422a6aa9e0aade448393a64e366a2b42007954c6dd470eefba212202
-MISC metadata.xml 271 BLAKE2B 46146f4bf13e9f4d33435225ec1012dd9bb89b20812963dc50368cab2a60a3c542052cb72f8963cc72074b2c13a5b054c77152de1d108027752601a349bc4ef8 SHA512 3e98f5382cf789992bdfc0f32e6e36eba31944be654c03f2ed9bd00baf56c8b768c256c4f8778d5775d6df38da4afcf8e32b6e6495a1ecfc8e7982c7c8943b1b
diff --git a/app-text/htag/htag-0.0.24-r1.ebuild b/app-text/htag/htag-0.0.24-r1.ebuild
deleted file mode 100644
index a326995bb2ee..000000000000
--- a/app-text/htag/htag-0.0.24-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="random signature maker"
-HOMEPAGE="http://www.earth.li/projectpurple/progs/htag.html"
-SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~sparc x86"
-IUSE=""
-
-src_install() {
- newbin htag.pl htag
- # establish "${D}"usr/share/doc/${PF}, mv 2 folders in 1 line
- perl-module_src_install
- mv ./{example-scripts,docs/sample-config/} "${ED}"usr/share/doc/${PF}/ || die
- dodoc docs/{MACRO_DESCRIPTION,README}
-
- insinto /usr/share/htag/plugins
- doins plugins/*
-
- insinto "${VENDOR_LIB}"
- doins HtagPlugin/HtagPlugin.pm
-}
diff --git a/app-text/htag/metadata.xml b/app-text/htag/metadata.xml
deleted file mode 100644
index 3e927f8d7480..000000000000
--- a/app-text/htag/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
-</pkgmetadata>