commit: 0d71252e84fcce4f17f28b9c6cdf15b3c43e5586 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun Feb 19 17:39:35 2017 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 17:41:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d71252e
app-portage/porticron: 0.7.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-portage/porticron/Manifest | 1 + app-portage/porticron/porticron-0.7.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-portage/porticron/Manifest b/app-portage/porticron/Manifest index 71626d3143..0791d2ae88 100644 --- a/app-portage/porticron/Manifest +++ b/app-portage/porticron/Manifest @@ -1 +1,2 @@ +DIST porticron-0.7.1.tar.gz 6530 SHA256 1ca246a905e7cd5b11c5d7145359e19b9f31efff79cda26d881a30c9adf804c7 SHA512 ba2f365011e1ad2f7cb67d655839fa425791ab95309753719b4a4206db735f141d473d24bbb68da25a88db54919d033f53efaf497c26de71f3edb4a39dcc957c WHIRLPOOL 092460831ad8151873b81e3a702603e031d3800878775ed428e8b060b9bd0f901f84501eb4a076d1e24e3600cfdcf0bd98602b43ea2ba94c0ac4ca538421caa2 DIST porticron-0.7_p20140126.tar.gz 4453 SHA256 46b61958a182d9cdd73dbea76a017855eebc4780dc75692503c0d1e7ff0ea482 SHA512 c14c5ff18eff74d7c225883dc0e1cea16666f0dcab07f9b249aed0db2874179eacc824c0f35dc2cfd97dc0c2db5f2bf6d13c3e76a2cd1b87de46fb073622f3d5 WHIRLPOOL f932a2319be582b564412badb456daf0fd86e3991ffc63fa25718337669b860097ac6d446a220f4e56e3a97cb8660a9f2bd25eeb1c54a2921fb0c7d6991bad5b diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1.ebuild new file mode 100644 index 0000000000..5024e45aee --- /dev/null +++ b/app-portage/porticron/porticron-0.7.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit eutils vcs-snapshot + +DESCRIPTION="cron script to sync portage and send update mails to root" +HOMEPAGE="https://github.com/gentoo/porticron" +SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + app-portage/gentoolkit + net-dns/bind-tools +" +DEPEND="" + +src_install() { + dosbin bin/porticron + insinto /etc + doins etc/porticron.conf +}
