summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-08 17:45:17 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-08 17:45:17 +0000
commit85da94c74695fb5572a3ca8a47dee1763e224a89 (patch)
treecc31949372ed7af44a2b9898d7d218e576e1033c /dev-ruby
parentUpdate freetype cross-compile patch to drop eautoreconf usage (fixes bug #465... (diff)
downloadgentoo-2-85da94c74695fb5572a3ca8a47dee1763e224a89.tar.gz
gentoo-2-85da94c74695fb5572a3ca8a47dee1763e224a89.tar.bz2
gentoo-2-85da94c74695fb5572a3ca8a47dee1763e224a89.zip
Version bump.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/mixlib-cli/ChangeLog9
-rw-r--r--dev-ruby/mixlib-cli/mixlib-cli-1.3.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-ruby/mixlib-cli/ChangeLog b/dev-ruby/mixlib-cli/ChangeLog
index da43ded40fc5..13efadf1e0be 100644
--- a/dev-ruby/mixlib-cli/ChangeLog
+++ b/dev-ruby/mixlib-cli/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/mixlib-cli
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/ChangeLog,v 1.6 2012/08/14 18:40:58 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/ChangeLog,v 1.7 2013/04/08 17:45:17 graaff Exp $
+
+*mixlib-cli-1.3.0 (08 Apr 2013)
+
+ 08 Apr 2013; Hans de Graaff <graaff@gentoo.org> +mixlib-cli-1.3.0.ebuild:
+ Version bump.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/mixlib-cli/mixlib-cli-1.3.0.ebuild b/dev-ruby/mixlib-cli/mixlib-cli-1.3.0.ebuild
new file mode 100644
index 000000000000..7e4cc377fbbb
--- /dev/null
+++ b/dev-ruby/mixlib-cli/mixlib-cli-1.3.0.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-ruby/mixlib-cli/mixlib-cli-1.3.0.ebuild,v 1.1 2013/04/08 17:45:17 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mixin for creating command line applications"
+HOMEPAGE="http://github.com/opscode/mixlib-cli"
+SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""