diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-16 03:57:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-16 03:57:44 +0000 |
commit | f867ef5d5f6629e67b351a79677169dece91dba4 (patch) | |
tree | 73e180c7aa208a854797632b59ccaa407cecbe0c /dev-vcs | |
parent | Update after Ruby packages move. (diff) | |
download | gentoo-2-f867ef5d5f6629e67b351a79677169dece91dba4.tar.gz gentoo-2-f867ef5d5f6629e67b351a79677169dece91dba4.tar.bz2 gentoo-2-f867ef5d5f6629e67b351a79677169dece91dba4.zip |
Update after Ruby packages move.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/fromcvs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-vcs/fromcvs/ChangeLog b/dev-vcs/fromcvs/ChangeLog index 483edf538c72..8db02ff214b9 100644 --- a/dev-vcs/fromcvs/ChangeLog +++ b/dev-vcs/fromcvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/fromcvs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/ChangeLog,v 1.4 2012/02/15 07:34:38 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/ChangeLog,v 1.5 2012/08/16 03:57:44 flameeyes Exp $ + + 16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> + fromcvs-0_pre132-r1.ebuild, fromcvs-0_pre20120214.ebuild: + Update after Ruby packages move. *fromcvs-0_pre20120214 (14 Feb 2012) @@ -30,4 +34,3 @@ 15 Jun 2011; Stanislav Ochotnicky <sochotnicky@gentoo.org> +fromcvs-0_pre132.ebuild, +metadata.xml: New ebuild for fromcvs added to the tree. Fixes #173341 - diff --git a/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild b/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild index 196335a6b1a0..98d45adee14e 100644 --- a/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild +++ b/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild,v 1.2 2011/06/18 10:08:55 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/fromcvs-0_pre132-r1.ebuild,v 1.3 2012/08/16 03:57:44 flameeyes Exp $ EAPI=4 @@ -32,7 +32,7 @@ RDEPEND="${RDEPEND} ruby_add_rdepend "dev-ruby/rcsparse >=dev-ruby/rbtree-0.3.0-r2 - sqlite? ( dev-ruby/sqlite3-ruby )" + sqlite? ( dev-ruby/sqlite3 )" src_prepare() { # prepare scripts that will go into bin diff --git a/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild b/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild index b59fa0015903..79bad9707064 100644 --- a/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild +++ b/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild,v 1.1 2012/02/15 07:34:39 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fromcvs/fromcvs-0_pre20120214.ebuild,v 1.2 2012/08/16 03:57:44 flameeyes Exp $ EAPI=4 @@ -30,7 +30,7 @@ RDEPEND="${RDEPEND} ruby_add_rdepend "dev-ruby/rcsparse >=dev-ruby/rbtree-0.3.0-r2 - sqlite? ( dev-ruby/sqlite3-ruby )" + sqlite? ( dev-ruby/sqlite3 )" all_ruby_prepare() { # prepare scripts that will go into bin |