--- /dev/null
+# 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 <mgorny@gentoo.org> +repo-commit-0.3.1-r1.ebuild,
+ +metadata.xml:
+ Introduce repo-commit-0.3.1, a repository commit helper.
+
--- /dev/null
+-----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-----
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <maintainer>
+ <email>binki@gentoo.org</email>
+ <name>Nathan Phillip Brink</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <maintainer status="active">
+ <email>binki@gentoo.org</email>
+ <name>Nathan Phillip Brink</name>
+ </maintainer>
+ <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=app-portage/repo-commit:%20</bugs-to>
+ </upstream>
+</pkgmetadata>
--- /dev/null
+# 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"