diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-19 22:09:45 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-19 22:09:45 +0000 |
commit | d5a7b70a78ce28d760ac915cffd3aca33fcfd416 (patch) | |
tree | c4f335e4234ca1d0ee3bb64e804443ab4481e926 /app-text/jist | |
parent | don't add aggressive optimizations to debug build (diff) | |
download | gentoo-2-d5a7b70a78ce28d760ac915cffd3aca33fcfd416.tar.gz gentoo-2-d5a7b70a78ce28d760ac915cffd3aca33fcfd416.tar.bz2 gentoo-2-d5a7b70a78ce28d760ac915cffd3aca33fcfd416.zip |
version bump
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text/jist')
-rw-r--r-- | app-text/jist/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/jist/jist-1.1.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-text/jist/ChangeLog b/app-text/jist/ChangeLog index 544086395c84..1eb954512177 100644 --- a/app-text/jist/ChangeLog +++ b/app-text/jist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/jist # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jist/ChangeLog,v 1.4 2012/10/17 03:29:46 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/ChangeLog,v 1.5 2012/10/19 22:09:45 hasufell Exp $ + +*jist-1.1.0 (19 Oct 2012) + + 19 Oct 2012; Julian Ospald <hasufell@gentoo.org> +jist-1.1.0.ebuild: + version bump 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> jist-1.0.1.ebuild: x86 stable wrt bug #435898 diff --git a/app-text/jist/jist-1.1.0.ebuild b/app-text/jist/jist-1.1.0.ebuild new file mode 100644 index 000000000000..6beed700b319 --- /dev/null +++ b/app-text/jist/jist-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.1.0.ebuild,v 1.1 2012/10/19 22:09:45 hasufell Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A ruby gem to publish a gist" +HOMEPAGE="http://github.com/ConradIrwin/jist" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |