mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
added a bunch of ruby gems, needed by cewl
This commit is contained in:
parent
1d95055e85
commit
fa0381538b
6 changed files with 56 additions and 0 deletions
2
dev-ruby/httpconfig/Manifest
Normal file
2
dev-ruby/httpconfig/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST http_configuration-1.0.2.gem 9728 RMD160 3add104bae7f0ac1ab25ab99b10fb27c6f33216e SHA1 49f59cc0c3000617244bba30dbeda7819bff8029 SHA256 f9a69a634df3244e41cf6823f5fe1bb9ccbc5fa7a1fa94b44b6d261f85ccef58
|
||||
EBUILD httpconfig-1.0.2.ebuild 385 RMD160 a087f8138c66a6d545231203cd17a98efbb2d08f SHA1 aae6a58dc439f4985a9a1f4b1f4450d3073779d5 SHA256 e9e5d2fdc792fb25b22d5d512ed8050975bc76a4c718b75ff3a7adde694363ea
|
||||
17
dev-ruby/httpconfig/httpconfig-1.0.2.ebuild
Normal file
17
dev-ruby/httpconfig/httpconfig-1.0.2.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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/${MY_P}.gem"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
2
dev-ruby/mini_exiftool/Manifest
Normal file
2
dev-ruby/mini_exiftool/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST mini_exiftool-1.0.1.gem 48128 RMD160 e057a67a030f738300ec0941af203b54dc01751b SHA1 0dcf9ee31c561f7c5621fd0360650bed6673926d SHA256 0ce0f5922868f2b2c3318d879669aa7ce7872641e587f6a939158e90f9486fe0
|
||||
EBUILD mini_exiftool-1.0.1.ebuild 338 RMD160 5b55801cc26d77d5deb1c2548acbdf5867b4b6b5 SHA1 cbec3cc50526e00a83c14a0e6c5a1848309cb888 SHA256 7d306eed0ac052c1e14b31abb26b3e246a42b37f01654e2e4ba2593e18b967ac
|
||||
18
dev-ruby/mini_exiftool/mini_exiftool-1.0.1.ebuild
Normal file
18
dev-ruby/mini_exiftool/mini_exiftool-1.0.1.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit gems
|
||||
|
||||
USE_RUBY="ruby18"
|
||||
|
||||
DESCRIPTION="wrapper for exiftool"
|
||||
HOMEPAGE="http://rubyforge.org/projects/miniexiftool/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="$RDEPEND
|
||||
media-libs/exiftool"
|
||||
2
dev-ruby/spider/Manifest
Normal file
2
dev-ruby/spider/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST spider-0.4.4.gem 31232 RMD160 88ed6d2d3a2781ef261225ddde5d9edeb6d12b7c SHA1 e44855a128161cc0af425102b6d7f77e3497bf92 SHA256 b07bba8e003f7665efdb797f717085030352732b4bd01ba8dc80ac6fc364b103
|
||||
EBUILD spider-0.4.4.ebuild 291 RMD160 51cad002c4664fea09cc0d3848df1b90065d82a7 SHA1 739c480b9543ab106c74473ce898054a49672a20 SHA256 6ac1a8d65f691f68565eb49f62603f9e9c54ddf8ca288e2c5b142449cf601340
|
||||
15
dev-ruby/spider/spider-0.4.4.ebuild
Normal file
15
dev-ruby/spider/spider-0.4.4.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit gems
|
||||
|
||||
USE_RUBY="ruby18"
|
||||
|
||||
DESCRIPTION="web spidering library"
|
||||
HOMEPAGE="http://rubyforge.org/projects/spider/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue