mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
metasm: bump to newer hg repo and fixup the ebuild
This commit is contained in:
parent
f4ad5f5c45
commit
e66d527aba
2 changed files with 12 additions and 8 deletions
|
|
@ -1,25 +1,23 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
USE_RUBY="ruby18 ruby19"
|
||||
EAPI="5"
|
||||
USE_RUBY="ruby19 ruby20 ruby21"
|
||||
|
||||
inherit ruby-ng mercurial
|
||||
|
||||
DESCRIPTION="Metasm is a cross-architecture assembler, disassembler, compiler, linker and debugger"
|
||||
HOMEPAGE="http://metasm.cr0.org/"
|
||||
SRC_URI=""
|
||||
#EGIT_REPO_URI="http://github.com/jjyg/${PN}.git"
|
||||
EHG_REPO_URI="https://code.google.com/p/metasm/"
|
||||
EHG_REPO_URI="https://www.cr0.org/progs/metasm/hg/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk"
|
||||
|
||||
RDEPEND="dev-ruby/ruby-gtk2"
|
||||
DEPEND="${RDEPEND}"
|
||||
ruby_add_rdepend "dev-ruby/ruby-gtk2"
|
||||
|
||||
ruby-ng_src_prepare(){
|
||||
einfo "running prepare"
|
||||
|
|
|
|||
|
|
@ -18,8 +18,14 @@
|
|||
~dev-ruby/ruby_parser-3.7.0
|
||||
~dev-ruby/sexp_processor-4.6.0
|
||||
~dev-ruby/rack-test-0.6.3
|
||||
|
||||
=dev-ruby/ruby-gtk2-2.2.3-r1
|
||||
~dev-ruby/kissfft-0.0.1
|
||||
=dev-ruby/pkg-config-1.1.5-r1
|
||||
=dev-ruby/ruby-pango-2.2.3-r1
|
||||
=dev-ruby/ruby-glib2-2.2.3-r1
|
||||
=dev-ruby/ruby-gdkpixbuf2-2.2.3-r1
|
||||
=dev-ruby/ruby-atk-2.2.3-r1
|
||||
=dev-ruby/rcairo-1.14.3
|
||||
|
||||
dev-ruby/mini_exiftool
|
||||
~dev-ruby/spider-0.4.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue