mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
dev-ruby: fix update, I hope
This commit is contained in:
parent
859fb2d757
commit
55e041409d
3 changed files with 2 additions and 20 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST http_configuration-1.0.2.gem 9728 RMD160 3add104bae7f0ac1ab25ab99b10fb27c6f33216e SHA1 49f59cc0c3000617244bba30dbeda7819bff8029 SHA256 f9a69a634df3244e41cf6823f5fe1bb9ccbc5fa7a1fa94b44b6d261f85ccef58
|
||||
EBUILD http_configuration-1.0.2-r1.ebuild 434 RMD160 cc4990e8e209ca08943087224e14d70e7b313b4a SHA1 b474fd8c566856c9739205d0949c0150d390a5db SHA256 c8b629a07b444bbb5d7b237f1700291222bf1b6c365ac51d2fb0e4a5e1c186c8
|
||||
EBUILD http_configuration-1.0.2.ebuild 388 RMD160 0791f0c8b86d01a61c55972360e64838ce0e4e07 SHA1 320b8f2e24dea8afb1af06d91bdccdcbe5262a54 SHA256 9bb55f409e1cf68bd13c9f8140d18e78a901335b70c82b5afe4aabc0ce7d707e
|
||||
EBUILD http_configuration-1.0.2-r1.ebuild 454 RMD160 fd350e82f3a3cee846f13c8683683b93f6cca579 SHA1 42b06fd33a41ee3fc13a808effa0ede775f7f492 SHA256 ccdff51069af2f38e823eab02dc385d8825855575735f652f0932a725f3e7fb4
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
RDEPEND="!dev-ruby/httpconfig"
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit gems
|
||||
|
||||
USE_RUBY="ruby18"
|
||||
|
||||
DESCRIPTION="set configuration for Net::HTTP"
|
||||
HOMEPAGE="http://rubyforge.org/projects/httpconfig/"
|
||||
#MY_P="${P/httpconfig/http_configuration}"
|
||||
SRC_URI="mirror://rubygems/${P}.gem"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue