summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-06-10 14:04:29 +0000
committerMichał Górny <mgorny@gentoo.org>2012-06-10 14:04:29 +0000
commita864e8303c29f3aa2a2d6afd9b84aedd2ec1e69c (patch)
tree2928e237066b2e8b623303c9764c4a60c7bc60bc /app-portage
parentVersion bump. (diff)
downloadgentoo-2-a864e8303c29f3aa2a2d6afd9b84aedd2ec1e69c.tar.gz
gentoo-2-a864e8303c29f3aa2a2d6afd9b84aedd2ec1e69c.tar.bz2
gentoo-2-a864e8303c29f3aa2a2d6afd9b84aedd2ec1e69c.zip
Version bump. The new version adds a spellcheck feature for commit messages, adds a --noask option and creates ChangeLog entries via repoman if new enough.
(Portage version: 2.2.0_alpha110_p3/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/repo-commit/ChangeLog8
-rw-r--r--app-portage/repo-commit/repo-commit-0.4.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/app-portage/repo-commit/ChangeLog b/app-portage/repo-commit/ChangeLog
index f416f32f448d..901b4fa9b667 100644
--- a/app-portage/repo-commit/ChangeLog
+++ b/app-portage/repo-commit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-portage/repo-commit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/repo-commit/ChangeLog,v 1.2 2012/01/27 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/repo-commit/ChangeLog,v 1.3 2012/06/10 14:04:29 mgorny Exp $
+
+*repo-commit-0.4 (10 Jun 2012)
+
+ 10 Jun 2012; Michał Górny <mgorny@gentoo.org> +repo-commit-0.4.ebuild:
+ Version bump. The new version adds a spellcheck feature for commit messages,
+ adds a --noask option and creates ChangeLog entries via repoman if new enough.
*repo-commit-0.3.2 (27 Jan 2012)
diff --git a/app-portage/repo-commit/repo-commit-0.4.ebuild b/app-portage/repo-commit/repo-commit-0.4.ebuild
new file mode 100644
index 000000000000..d2bd6c3c600f
--- /dev/null
+++ b/app-portage/repo-commit/repo-commit-0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 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.4.ebuild,v 1.1 2012/06/10 14:04:29 mgorny Exp $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="A repository commit helper"
+HOMEPAGE="https://github.com/mgorny/repo-commit/"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ || (
+ >=sys-apps/portage-2.2.0_alpha86
+ ( >=sys-apps/portage-2.1.10.30
+ <sys-apps/portage-2.2.0_alpha )
+ app-portage/gentoolkit-dev
+ )
+ sys-apps/portage"