yac 15/04/22 14:41:01 Added: metadata.xml ChangeLog git-mailz-0.12.ebuild Log: 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)
Revision Changes Path 1.1 dev-vcs/git-mailz/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>[email protected]</email> <name>Jan Matejka</name> </maintainer> <longdescription lang="en"> </longdescription> </pkgmetadata> 1.1 dev-vcs/git-mailz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # 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 <[email protected]> +git-mailz-0.12.ebuild, +metadata.xml: Add git-mailz, fixes bgo#546586 Thanks Ondřej Súkup for the inital ebuild 1.1 dev-vcs/git-mailz/git-mailz-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/git-mailz-0.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-mailz/git-mailz-0.12.ebuild?rev=1.1&content-type=text/plain Index: git-mailz-0.12.ebuild =================================================================== # 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 }
