diff options
author | William Hubbs <williamh@gentoo.org> | 2013-06-27 19:58:54 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-06-27 19:58:54 +0000 |
commit | b3683f150224717cd321c25291cb397f568aa306 (patch) | |
tree | 4d7d1452950323d1ae8e2f0b6ced8d6079314ce7 /dev-util | |
parent | drop now useless patch (gccfloat) (diff) | |
download | gentoo-2-b3683f150224717cd321c25291cb397f568aa306.tar.gz gentoo-2-b3683f150224717cd321c25291cb397f568aa306.tar.bz2 gentoo-2-b3683f150224717cd321c25291cb397f568aa306.zip |
version bump
(Portage version: 2.2.0_alpha185/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cligh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cligh/cligh-0.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/cligh/ChangeLog b/dev-util/cligh/ChangeLog index b9b1ce87158b..ffcfd957015e 100644 --- a/dev-util/cligh/ChangeLog +++ b/dev-util/cligh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cligh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.1 2013/01/20 20:47:15 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/ChangeLog,v 1.2 2013/06/27 19:58:54 williamh Exp $ + +*cligh-0.2 (27 Jun 2013) + + 27 Jun 2013; William Hubbs <williamh@gentoo.org> +cligh-0.2.ebuild: + version bump *cligh-0.1_p20120630 (20 Jan 2013) *cligh-9999 (20 Jan 2013) diff --git a/dev-util/cligh/cligh-0.2.ebuild b/dev-util/cligh/cligh-0.2.ebuild new file mode 100644 index 000000000000..6cb5ab765f98 --- /dev/null +++ b/dev-util/cligh/cligh-0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cligh/cligh-0.2.ebuild,v 1.1 2013/06/27 19:58:54 williamh Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Command-line interface to GitHub" +HOMEPAGE="http://the-brannons.com/software/cligh.html" +SRC_URI="http://the-brannons.com/software/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/PyGithub[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + virtual/python-argparse[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |