diff --git a/app-portage/sunrise-commit/Manifest b/app-portage/sunrise-commit/Manifest new file mode 100644 --- /dev/null +++ b/app-portage/sunrise-commit/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST sunrise-commit-0.tar.bz2 5794 RMD160 8f13d3713b290efd63e591c6da675ef9030a2c87 SHA1 4b5f8943630a22d80a2d97ea0b306edaa8cdba60 SHA256 4db29da81d532801a2b215bb57f553c7ce3700281472be00fa2664da5ee8e3ae +EBUILD sunrise-commit-0.ebuild 480 RMD160 5e03bf27b1eb266674b507d1ddde48048b3133eb SHA1 279a79bd5b8d9598ac8a52da1415c0c6e081b18d SHA256 8bedd0efbb4e5e0ba7a114f7db11d965367b96570045e93e68e033f4b525a9fc +MISC metadata.xml 230 RMD160 af7955a6eb304a0b509633a44ff20c595205c882 SHA1 36fe8f30e4ee6236714a9b202b42ab3559850a9d SHA256 845f27140f2de794efd7c2b2d5baae18d208a8f0c996f3a9191635c4259dc70b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAkxbNdIACgkQni8M22OVw8D6ngCgnlvpaiCmqlPFX/HWepsNYCjh +8B4An3+Vy2QAuVwKURJWwD3XToGdTIlC +=Z2/5 +-----END PGP SIGNATURE----- diff --git a/app-portage/sunrise-commit/metadata.xml b/app-portage/sunrise-commit/metadata.xml new file mode 100644 --- /dev/null +++ b/app-portage/sunrise-commit/metadata.xml @@ -0,0 +1,8 @@ + + + + no-herd + + binki@ohnopub.net + + diff --git a/app-portage/sunrise-commit/sunrise-commit-0.ebuild b/app-portage/sunrise-commit/sunrise-commit-0.ebuild new file mode 100644 --- /dev/null +++ b/app-portage/sunrise-commit/sunrise-commit-0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +DESCRIPTION="Script for committing to the sunrise overlay" +HOMEPAGE="http://git.qwpx.net/~mgorny/sunrise-commit/" +SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="!!app-portage/overlay-utils + sys-apps/portage" + +S=${WORKDIR}/${PN} + +src_install() { + dobin ${PN} || die + + doman ${PN}.1 || die +}