graaff 15/04/26 07:10:34 Modified: ChangeLog Added: akismet-2.0.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/akismet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/akismet/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/akismet/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/akismet/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/akismet/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 27 Jan 2015 19:12:42 -0000 1.5 +++ ChangeLog 26 Apr 2015 07:10:34 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/akismet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/ChangeLog,v 1.5 2015/01/27 19:12:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/ChangeLog,v 1.6 2015/04/26 07:10:34 graaff Exp $ + +*akismet-2.0.0 (26 Apr 2015) + + 26 Apr 2015; Hans de Graaff <[email protected]> +akismet-2.0.0.ebuild: + Version bump. 27 Jan 2015; Hans de Graaff <[email protected]> akismet-1.0.2.ebuild: Drop unneeded test-unit dependency, add ruby22. 1.1 dev-ruby/akismet/akismet-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/akismet/akismet-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/akismet/akismet-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: akismet-2.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/akismet-2.0.0.ebuild,v 1.1 2015/04/26 07:10:34 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem DESCRIPTION="A Ruby client for the Akismet API" HOMEPAGE="https://github.com/jonahb/akismet" SRC_URI="https://github.com/jonahb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" KEYWORDS="~amd64" IUSE="doc test" # Tests now require an API key from akismet and a network connection. RESTRICT="test"
