From: Michał Górny Date: Thu, 1 Sep 2011 07:21:39 +0000 (+0000) Subject: Introduce repo-commit-0.3.1, a repository commit helper. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5c4965b75f9a29908871b770bf7d78e432ceeb07;p=gentoo.git Introduce repo-commit-0.3.1, a repository commit helper. Package-Manager: portage-2.2.0_alpha51_p63/cvs/Linux x86_64 --- diff --git a/app-portage/repo-commit/ChangeLog b/app-portage/repo-commit/ChangeLog new file mode 100644 index 000000000000..2784bafa87f2 --- /dev/null +++ b/app-portage/repo-commit/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-portage/repo-commit +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/repo-commit/ChangeLog,v 1.1 2011/09/01 07:21:39 mgorny Exp $ + +*repo-commit-0.3.1-r1 (01 Sep 2011) + + 01 Sep 2011; Michał Górny +repo-commit-0.3.1-r1.ebuild, + +metadata.xml: + Introduce repo-commit-0.3.1, a repository commit helper. + diff --git a/app-portage/repo-commit/Manifest b/app-portage/repo-commit/Manifest new file mode 100644 index 000000000000..c602a9506941 --- /dev/null +++ b/app-portage/repo-commit/Manifest @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST repo-commit-0.3.1.tar.bz2 51203 RMD160 0861477c231908c45a31dd22f0aeb243968ca625 SHA1 f92bacc8cbbb3cb44d62aea21d3f85f317b1002c SHA256 d0715e801c52660556f71302be5ac4ab8b55b0a29c4d56bfd8f8e3cf407560db +EBUILD repo-commit-0.3.1-r1.ebuild 538 RMD160 e94197b55f1306a00f6e38b17768a2799fa7a49b SHA1 f9889076b3d66770b15f88e4165b394dc965f0b0 SHA256 46a9eec7baf290b7d6cdd87f626a6dff5a6e93a1815f9abeae4e59b4e18cce11 +MISC ChangeLog 413 RMD160 e0ecb437dd9f29edca0b8d5f692e8850279fe81a SHA1 b64a8859cd1a1491607254f2c32f123739f62db3 SHA256 2c81a7e091b3d9db1a6c44e7244c706a34759d9e305c9ccee9cc8ef1406cec43 +MISC metadata.xml 763 RMD160 1b412db687779f2fa128b2f81e22765461580a3e SHA1 cdcfb9141e2964bc3c3e52cdbd6f9334d0c4b0e8 SHA256 8f503548fa5aa2a7c361f5040bfb963fd3c68e4356edd12a5558dbaff9d18159 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iJwEAQEIAAYFAk5fMvoACgkQfXuS5UK5QB3+pgP+I0OvzjnxX+k2nBzVgXiHm/ZC +lLe6gANtt7aBbMXdQFQnHSMGjMP2ooM0PwPkFY1UAaELi4DyuGgAIqQOD09vxmB0 +QKu6g44EV7P7RkiVBKWL0oWqULd6jNDGV4mA+Jpa1zu2rfY72pFa5is7QrAEw1aU +k3Gd2/w+jaZSRTEidxg= +=UXee +-----END PGP SIGNATURE----- diff --git a/app-portage/repo-commit/metadata.xml b/app-portage/repo-commit/metadata.xml new file mode 100644 index 000000000000..4053f3d88fd1 --- /dev/null +++ b/app-portage/repo-commit/metadata.xml @@ -0,0 +1,24 @@ + + + + no-herd + + mgorny@gentoo.org + Michał Górny + + + binki@gentoo.org + Nathan Phillip Brink + + + + mgorny@gentoo.org + Michał Górny + + + binki@gentoo.org + Nathan Phillip Brink + + http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=app-portage/repo-commit:%20 + + diff --git a/app-portage/repo-commit/repo-commit-0.3.1-r1.ebuild b/app-portage/repo-commit/repo-commit-0.3.1-r1.ebuild new file mode 100644 index 000000000000..f0f55d89c9d0 --- /dev/null +++ b/app-portage/repo-commit/repo-commit-0.3.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/repo-commit/repo-commit-0.3.1-r1.ebuild,v 1.1 2011/09/01 07:21:39 mgorny Exp $ + +EAPI=4 +inherit autotools-utils + +DESCRIPTION="A repository commit helper" +HOMEPAGE="https://github.com/mgorny/repo-commit/" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-portage/gentoolkit-dev + sys-apps/portage"