graaff 14/12/29 06:58:09 Modified: ChangeLog Added: origin-2.1.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.17 dev-ruby/origin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 3 Dec 2014 02:28:28 -0000 1.16 +++ ChangeLog 29 Dec 2014 06:58:09 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/origin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v 1.16 2014/12/03 02:28:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v 1.17 2014/12/29 06:58:09 graaff Exp $ + +*origin-2.1.1 (29 Dec 2014) + + 29 Dec 2014; Hans de Graaff <[email protected]> +origin-2.1.1.ebuild: + Version bump. 03 Dec 2014; Manuel RĂ¼ger <[email protected]> origin-1.1.0.ebuild: Add ruby20, ruby21 targets. 1.1 dev-ruby/origin/origin-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/origin-2.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/origin-2.1.1.ebuild?rev=1.1&content-type=text/plain Index: origin-2.1.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/origin-2.1.1.ebuild,v 1.1 2014/12/29 06:58:09 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" GITHUB_USER="mongoid" GITHUB_PROJECT="${PN}" MY_PV="${PV/_rc/.rc}" inherit ruby-fakegem DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and options" HOMEPAGE="http://mongoid.org/" SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_bdepend " test? ( =dev-ruby/activesupport-4* >=dev-ruby/i18n-0.6:0.6 >=dev-ruby/tzinfo-0.3.22:0 )"
