summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-11-11 20:43:42 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-11-11 20:43:42 +0000
commit5e6a9f293533d11e1a3cd1139588313bf3e0ea30 (patch)
tree3fe462a4a52cb89edffbe81b9880cf0d2ec146a1 /app-text/jist
parentDrop NetworkManager dbus patch as NM handles this itself now #441968 by Pavel... (diff)
downloadgentoo-2-5e6a9f293533d11e1a3cd1139588313bf3e0ea30.tar.gz
gentoo-2-5e6a9f293533d11e1a3cd1139588313bf3e0ea30.tar.bz2
gentoo-2-5e6a9f293533d11e1a3cd1139588313bf3e0ea30.zip
version bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text/jist')
-rw-r--r--app-text/jist/ChangeLog7
-rw-r--r--app-text/jist/jist-1.2.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/app-text/jist/ChangeLog b/app-text/jist/ChangeLog
index 1eb954512177..2a8058dacccb 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.5 2012/10/19 22:09:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jist/ChangeLog,v 1.6 2012/11/11 20:43:42 hasufell Exp $
+
+*jist-1.2.0 (11 Nov 2012)
+
+ 11 Nov 2012; Julian Ospald <hasufell@gentoo.org> +jist-1.2.0.ebuild:
+ version bump
*jist-1.1.0 (19 Oct 2012)
diff --git a/app-text/jist/jist-1.2.0.ebuild b/app-text/jist/jist-1.2.0.ebuild
new file mode 100644
index 000000000000..67b82b428d4b
--- /dev/null
+++ b/app-text/jist/jist-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# 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.2.0.ebuild,v 1.1 2012/11/11 20:43:42 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=""
+
+ruby_add_rdepend "dev-ruby/json"