diff options
author | Jan Matejka <yac@gentoo.org> | 2015-04-22 14:41:01 +0000 |
---|---|---|
committer | Jan Matejka <yac@gentoo.org> | 2015-04-22 14:41:01 +0000 |
commit | a0c6a136271d2c8be4bc7035f2feed3a47766135 (patch) | |
tree | 04407c49e25d1609306ebf52b59154e9d654756b /dev-vcs | |
parent | Version bump, drop old. https://github.com/gentoo/gentoo-portage-rsync-mirror... (diff) | |
download | gentoo-2-a0c6a136271d2c8be4bc7035f2feed3a47766135.tar.gz gentoo-2-a0c6a136271d2c8be4bc7035f2feed3a47766135.tar.bz2 gentoo-2-a0c6a136271d2c8be4bc7035f2feed3a47766135.zip |
Move git-mailz from net-mail to dev-vcs
After discussion with WilliamH and dol-sen on gentoo-dev irc
as the package depends on git, it seems more appropriate.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F97A36A1)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-mailz/ChangeLog | 9 | ||||
-rw-r--r-- | dev-vcs/git-mailz/git-mailz-0.12.ebuild | 29 | ||||
-rw-r--r-- | dev-vcs/git-mailz/metadata.xml | 10 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-vcs/git-mailz/ChangeLog b/dev-vcs/git-mailz/ChangeLog new file mode 100644 index 000000000000..74383fffe17c --- /dev/null +++ b/dev-vcs/git-mailz/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-mail/git-mailz +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-mailz/ChangeLog,v 1.1 2015/04/22 14:41:01 yac Exp $ + +*git-mailz-0.12 (22 Apr 2015) + + 22 Apr 2015; Jan Matejka <yac@gentoo.org> +git-mailz-0.12.ebuild, + +metadata.xml: + Add git-mailz, fixes bgo#546586 Thanks Ondřej Súkup for the inital ebuild diff --git a/dev-vcs/git-mailz/git-mailz-0.12.ebuild b/dev-vcs/git-mailz/git-mailz-0.12.ebuild new file mode 100644 index 000000000000..b0877268b886 --- /dev/null +++ b/dev-vcs/git-mailz/git-mailz-0.12.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-mailz/git-mailz-0.12.ebuild,v 1.1 2015/04/22 14:41:01 yac Exp $ + +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="~x86 ~amd64" + +DEPEND="" + +RDEPEND=" + virtual/mta + dev-vcs/git + app-shells/zsh +" + +src_install(){ + emake PREFIX="${ED}/usr" install +} diff --git a/dev-vcs/git-mailz/metadata.xml b/dev-vcs/git-mailz/metadata.xml new file mode 100644 index 000000000000..57aaaa1668f3 --- /dev/null +++ b/dev-vcs/git-mailz/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>yac@gentoo.org</email> +<name>Jan Matejka</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> |