summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:25:25 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:19:44 +0200
commitf8f610daa996d9777ff273991a99b4673637c1b8 (patch)
treea1879d6a075551dcb0cb1dd1f802018566c542e1
parentdev-util/scanmem: Drop old (diff)
downloadgentoo-f8f610daa996d9777ff273991a99b4673637c1b8.tar.gz
gentoo-f8f610daa996d9777ff273991a99b4673637c1b8.tar.bz2
gentoo-f8f610daa996d9777ff273991a99b4673637c1b8.zip
dev-vcs/git-mailz: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-vcs/git-mailz/Manifest1
-rw-r--r--dev-vcs/git-mailz/git-mailz-0.12.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-vcs/git-mailz/Manifest b/dev-vcs/git-mailz/Manifest
index 4c48fbf764c0..3702ef751681 100644
--- a/dev-vcs/git-mailz/Manifest
+++ b/dev-vcs/git-mailz/Manifest
@@ -1,2 +1 @@
-DIST git-mailz-0.12.tar.gz 7957 BLAKE2B 9969833c70f7d3f3d5c40a4d1c8a7a8ef0f70f4c598c2370837d2e406e4ed232f115cf812a73dc36c8b822111bb900103a85f3037727ebff5e1b2ba141e66acd SHA512 811f646e5d89fa3e870fbd59e79e350329097f5533b42e7830409f97bfc35248cf1965591df40300bd6ef5a44c71928504dc0b8aba1037126df3b5bd7a427b51
DIST git-mailz-0.14.tar.gz 8204 BLAKE2B e008216319b2ec39eed132e4c2792afabc75066b390d04f3a9e645aab234391f9d07c0fea3d965a4fe67b39f87536c2f2b3ee0959ecfdfabc7fb2e1a3c10c2de SHA512 fd6c518de135113482f2f3a4e9d89b41b1797c8219e1ed9f424a5c4ae575400e7ccd9f835b40be5d74a5eb4e1bc7d3dfedd2412a317baea7e20494169399b70c
diff --git a/dev-vcs/git-mailz/git-mailz-0.12.ebuild b/dev-vcs/git-mailz/git-mailz-0.12.ebuild
deleted file mode 100644
index fa497e490bf4..000000000000
--- a/dev-vcs/git-mailz/git-mailz-0.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-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"
-
-DEPEND=""
-
-RDEPEND="
- virtual/mta
- dev-vcs/git
- app-shells/zsh
-"
-
-src_install(){
- emake PREFIX="${ED}/usr" install
-}