summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2012-08-11 08:06:34 +0000
committerBenedikt Boehm <hollow@gentoo.org>2012-08-11 08:06:34 +0000
commit34432712850e0eea4eefbfd2b231f576e08da37e (patch)
tree10bc3cbd37536c8cca4b99c0279d4927dca2f083 /dev-ruby/mixlib-log
parentRevert the dependency change. (diff)
downloadgentoo-2-34432712850e0eea4eefbfd2b231f576e08da37e.tar.gz
gentoo-2-34432712850e0eea4eefbfd2b231f576e08da37e.tar.bz2
gentoo-2-34432712850e0eea4eefbfd2b231f576e08da37e.zip
version bump
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mixlib-log')
-rw-r--r--dev-ruby/mixlib-log/ChangeLog9
-rw-r--r--dev-ruby/mixlib-log/mixlib-log-1.4.1.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-ruby/mixlib-log/ChangeLog b/dev-ruby/mixlib-log/ChangeLog
index 0e60194e9835..91a0f78677aa 100644
--- a/dev-ruby/mixlib-log/ChangeLog
+++ b/dev-ruby/mixlib-log/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/mixlib-log
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.6 2011/12/26 15:39:29 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/ChangeLog,v 1.7 2012/08/11 08:06:34 hollow Exp $
+
+*mixlib-log-1.4.1 (11 Aug 2012)
+
+ 11 Aug 2012; Benedikt Böhm <hollow@gentoo.org> +mixlib-log-1.4.1.ebuild:
+ version bump
*mixlib-log-1.3.0-r1 (26 Dec 2011)
diff --git a/dev-ruby/mixlib-log/mixlib-log-1.4.1.ebuild b/dev-ruby/mixlib-log/mixlib-log-1.4.1.ebuild
new file mode 100644
index 000000000000..e3a7c80ae99d
--- /dev/null
+++ b/dev-ruby/mixlib-log/mixlib-log-1.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-log/mixlib-log-1.4.1.ebuild,v 1.1 2012/08/11 08:06:34 hollow Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+RUBY_FAKEGEM_TASK_TEST="spec features"
+
+RUBY_FAKEGEM_EXTRA_DOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple class based Log mechanism"
+HOMEPAGE="http://github.com/opscode/mixlib-log"
+SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
+RUBY_S="opscode-${PN}-*"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+ dev-ruby/rspec:2
+ dev-util/cucumber
+)"