summaryrefslogtreecommitdiff
path: root/dev-vcs/git-mailz
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-vcs/git-mailz
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-vcs/git-mailz')
-rw-r--r--dev-vcs/git-mailz/Manifest1
-rw-r--r--dev-vcs/git-mailz/git-mailz-0.14.ebuild31
-rw-r--r--dev-vcs/git-mailz/metadata.xml5
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-vcs/git-mailz/Manifest b/dev-vcs/git-mailz/Manifest
deleted file mode 100644
index 3702ef751681..000000000000
--- a/dev-vcs/git-mailz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-mailz-0.14.tar.gz 8204 BLAKE2B e008216319b2ec39eed132e4c2792afabc75066b390d04f3a9e645aab234391f9d07c0fea3d965a4fe67b39f87536c2f2b3ee0959ecfdfabc7fb2e1a3c10c2de SHA512 fd6c518de135113482f2f3a4e9d89b41b1797c8219e1ed9f424a5c4ae575400e7ccd9f835b40be5d74a5eb4e1bc7d3dfedd2412a317baea7e20494169399b70c
diff --git a/dev-vcs/git-mailz/git-mailz-0.14.ebuild b/dev-vcs/git-mailz/git-mailz-0.14.ebuild
deleted file mode 100644
index 2e6371feb75b..000000000000
--- a/dev-vcs/git-mailz/git-mailz-0.14.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Send a collection of patches as emails"
-HOMEPAGE="https://github.com/roman-neuhauser/git-mailz/"
-SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-shells/zsh
- dev-vcs/git
- virtual/mta
-"
-BDEPEND="test? ( dev-util/cram )"
-
-src_compile() {
- emake GZIPCMD="true"
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" install
-
- mv "${ED}"/usr/share/man/man1/git-mailz.1{.gz,} || die
-}
diff --git a/dev-vcs/git-mailz/metadata.xml b/dev-vcs/git-mailz/metadata.xml
deleted file mode 100644
index 5f33304011d5..000000000000
--- a/dev-vcs/git-mailz/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>