Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/postgres_ext/
Date: Thu, 09 Feb 2017 06:03:13
Message-Id: 1486619068.92d38c84069ef22f5eb71ba58eda5639412949a3.graaff@gentoo
1 commit: 92d38c84069ef22f5eb71ba58eda5639412949a3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 05:44:28 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 05:44:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d38c84
7
8 dev-ruby/postgres_ext: drop redundant SRC_URI
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
16 index 9d116d4e36..d3157974dc 100644
17 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
18 +++ b/dev-ruby/postgres_ext/postgres_ext-3.0.0.ebuild
19 @@ -11,7 +11,6 @@ inherit ruby-fakegem versionator
20
21 DESCRIPTION="Native PostgreSQL data types and querying extensions for ActiveRecord and Arel"
22 HOMEPAGE="https://github.com/dockyard/postgres_ext"
23 -SRC_URI="mirror://rubygems/${P}.gem"
24
25 LICENSE="BSD"
26 SLOT="$(get_version_component_range 1)"