mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
jsmin: remove dead gem and everything that depends on it
This commit is contained in:
parent
de379e45d1
commit
9bb9986cbb
6 changed files with 0 additions and 318 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST jsmin-1.0.1.gem 5120 SHA256 2d676103c842adb2f5ac41ccb567ab438fef935abd54999a9f29c1c01aa77d6e SHA512 4c6ed4ee964f45acc55e9d820a29259b1381d0bae40f7ffa0977f10fd5f4d40606273fde46bfeda5e56cfadefc238edee2e2b11fda5f99415bc2f5a5fb9aa6a7 WHIRLPOOL 0116260c592bf9b2bddd5b3177c71f1b4a1b43b8d56222ffe66dbbff47402606a5509627ab907a17e1a16a328029f9c324a4330e8330b0b94a0906fce760d860
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
USE_RUBY="ruby19"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC="yard"
|
||||
RUBY_FAKEGEM_DOCDIR="doc"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST="spec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby implementation of Douglas Crockford's JSMin JavaScript minifier"
|
||||
HOMEPAGE="http://github.com/rgrove/jsmin/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
# Tests fail with load errors, possibly due to unfulfilled
|
||||
# dependencies. Needs ot be investigated before moved to main tree.
|
||||
RESTRICT="test"
|
||||
|
||||
#ruby_add_bdepend "doc? ( dev-ruby/yard )"
|
||||
#ruby_add_bdepend "test? ( dev-ruby/rspec )"
|
||||
|
||||
#ruby_add_rdepend ""
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
USE_RUBY="ruby19"
|
||||
|
||||
inherit ruby-fakegem eutils
|
||||
|
||||
DESCRIPTION="Browser exploitation framework"
|
||||
HOMEPAGE="http://beefproject.com/"
|
||||
SRC_URI="https://github.com/beefproject/beef/archive/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND+=""
|
||||
RDEPEND+="net-analyzer/metasploit"
|
||||
|
||||
#ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
||||
|
||||
ruby_add_rdepend "(
|
||||
=dev-ruby/eventmachine-1.0.3*
|
||||
www-servers/thin
|
||||
=dev-ruby/sinatra-1.4.2*
|
||||
=dev-ruby/rack-1.5.2*
|
||||
>=dev-ruby/em-websocket-0.3.6
|
||||
>=dev-ruby/jsmin-1.0.1
|
||||
>=dev-ruby/uglifier-2.2.1
|
||||
dev-ruby/ansi
|
||||
dev-ruby/data_objects
|
||||
dev-ruby/dm-core
|
||||
dev-ruby/dm-migrations
|
||||
dev-ruby/dm-sqlite-adapter
|
||||
dev-ruby/erubis
|
||||
dev-ruby/json
|
||||
dev-ruby/msfrpc-client
|
||||
dev-ruby/parseconfig
|
||||
dev-ruby/rubyzip:1
|
||||
dev-ruby/sqlite3
|
||||
dev-ruby/term-ansicolor
|
||||
dev-ruby/twitter )"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
#upstream smoked something here
|
||||
mv "beef-${P}" "${P}"
|
||||
cd "${S}"
|
||||
einfo `pwd`
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PV}_unbundler.patch"
|
||||
rm {Gemfile*,.gitignore,install*,update-beef}
|
||||
#enable metasploit
|
||||
sed -i -e '/metasploit\:/ { n ; s/false/true/ }' config.yaml || die "failed to sed"
|
||||
sed -i -e 's/55552/55553/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e 's/"abc123"/"secure"/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e "s|'osx', path: '/opt/local/msf/'|'pentoo', path: '/usr/lib/metasploit/'|" extensions/metasploit/config.yaml || die "failed to sed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosbin "${FILESDIR}"/beef
|
||||
}
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
USE_RUBY="ruby19"
|
||||
inherit ruby-fakegem eutils
|
||||
|
||||
DESCRIPTION="Browser exploitation framework"
|
||||
HOMEPAGE="http://beefproject.com/"
|
||||
SRC_URI="https://github.com/beefproject/beef/archive/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND+=""
|
||||
RDEPEND+="net-analyzer/metasploit"
|
||||
|
||||
#ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
||||
|
||||
ruby_add_rdepend "(
|
||||
=dev-ruby/eventmachine-1.0.3*
|
||||
www-servers/thin
|
||||
=dev-ruby/sinatra-1.4.2*
|
||||
=dev-ruby/rack-1.5.2*
|
||||
=dev-ruby/em-websocket-0.3*
|
||||
>=dev-ruby/jsmin-1.0.1
|
||||
=dev-ruby/uglifier-2.5*
|
||||
dev-ruby/ansi
|
||||
dev-ruby/data_objects
|
||||
dev-ruby/dm-core
|
||||
dev-ruby/dm-migrations
|
||||
dev-ruby/dm-sqlite-adapter
|
||||
dev-ruby/erubis
|
||||
dev-ruby/json
|
||||
dev-ruby/msfrpc-client
|
||||
dev-ruby/parseconfig
|
||||
dev-ruby/rubyzip:1
|
||||
dev-ruby/sqlite3
|
||||
dev-ruby/term-ansicolor
|
||||
dev-ruby/twitter )"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
#upstream smoked something here
|
||||
mv "beef-${P}" "${P}"
|
||||
cd "${S}"
|
||||
einfo `pwd`
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/0.4.4.8_unbundler.patch"
|
||||
rm {Gemfile*,.gitignore,install*,update-beef}
|
||||
#enable metasploit
|
||||
sed -i -e '/metasploit\:/ { n ; s/false/true/ }' config.yaml || die "failed to sed"
|
||||
sed -i -e 's/55552/55553/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e 's/"abc123"/"secure"/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e "s|'osx', path: '/opt/local/msf/'|'pentoo', path: '/usr/lib/metasploit/'|" extensions/metasploit/config.yaml || die "failed to sed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosbin "${FILESDIR}"/beef
|
||||
}
|
||||
|
|
@ -1,73 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
USE_RUBY="ruby19"
|
||||
|
||||
inherit ruby-fakegem eutils
|
||||
|
||||
DESCRIPTION="Browser exploitation framework"
|
||||
HOMEPAGE="http://beefproject.com/"
|
||||
SRC_URI="https://github.com/beefproject/beef/archive/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND+=""
|
||||
RDEPEND+="net-analyzer/metasploit"
|
||||
|
||||
#ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
||||
|
||||
ruby_add_rdepend "(
|
||||
=dev-ruby/eventmachine-1.0.3*
|
||||
www-servers/thin
|
||||
=dev-ruby/sinatra-1.4.2*
|
||||
=dev-ruby/rack-1.5.2*
|
||||
=dev-ruby/em-websocket-0.3*
|
||||
=dev-ruby/uglifier-2.5*
|
||||
dev-ruby/ansi
|
||||
dev-ruby/data_objects
|
||||
dev-ruby/dm-core
|
||||
dev-ruby/dm-migrations
|
||||
dev-ruby/dm-sqlite-adapter
|
||||
dev-ruby/erubis
|
||||
dev-ruby/json
|
||||
>=dev-ruby/jsmin-1.0.1
|
||||
dev-ruby/msfrpc-client
|
||||
dev-ruby/parseconfig
|
||||
dev-ruby/rubyzip:1
|
||||
dev-ruby/sqlite3
|
||||
dev-ruby/term-ansicolor
|
||||
dev-ruby/tins
|
||||
dev-ruby/sourcify
|
||||
dev-ruby/rubydns
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
#upstream smoked something here
|
||||
mv "beef-${P}" "${P}"
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/0.4.5_unbundler.patch"
|
||||
rm {Gemfile*,.gitignore,install*,update-beef}
|
||||
#enable metasploit
|
||||
sed -i -e '/metasploit\:/ { n ; s/false/true/ }' config.yaml || die "failed to sed"
|
||||
sed -i -e 's/55552/55553/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e 's/"abc123"/"secure"/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e "s|'osx', path: '/opt/local/msf/'|'pentoo', path: '/usr/lib/metasploit/'|" extensions/metasploit/config.yaml || die "failed to sed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosbin "${FILESDIR}"/beef
|
||||
}
|
||||
|
|
@ -1,73 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
USE_RUBY="ruby19"
|
||||
|
||||
inherit ruby-fakegem eutils
|
||||
|
||||
DESCRIPTION="Browser exploitation framework"
|
||||
HOMEPAGE="http://beefproject.com/"
|
||||
SRC_URI="https://github.com/beefproject/beef/archive/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="AGPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND+=""
|
||||
RDEPEND+="net-analyzer/metasploit"
|
||||
|
||||
#ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
|
||||
|
||||
ruby_add_rdepend "(
|
||||
=dev-ruby/eventmachine-1.0.3*
|
||||
www-servers/thin
|
||||
=dev-ruby/sinatra-1.4.2*
|
||||
=dev-ruby/rack-1.5.2*
|
||||
=dev-ruby/em-websocket-0.3*
|
||||
dev-ruby/uglifier
|
||||
dev-ruby/ansi
|
||||
dev-ruby/data_objects
|
||||
dev-ruby/dm-core
|
||||
dev-ruby/dm-migrations
|
||||
dev-ruby/dm-sqlite-adapter
|
||||
dev-ruby/erubis
|
||||
dev-ruby/json
|
||||
>=dev-ruby/jsmin-1.0.1
|
||||
dev-ruby/msfrpc-client
|
||||
dev-ruby/parseconfig
|
||||
dev-ruby/rubyzip:1
|
||||
dev-ruby/sqlite3
|
||||
dev-ruby/term-ansicolor
|
||||
dev-ruby/tins
|
||||
dev-ruby/sourcify
|
||||
dev-ruby/rubydns
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
#upstream smoked something here
|
||||
mv "beef-${P}" "${P}"
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/0.4.5_unbundler.patch"
|
||||
rm {Gemfile*,.gitignore,install*,update-beef}
|
||||
#enable metasploit
|
||||
sed -i -e '/metasploit\:/ { n ; s/false/true/ }' config.yaml || die "failed to sed"
|
||||
sed -i -e 's/55552/55553/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e 's/"abc123"/"secure"/' extensions/metasploit/config.yaml || die "failed to sed"
|
||||
sed -i -e "s|'osx', path: '/opt/local/msf/'|'pentoo', path: '/usr/lib/metasploit/'|" extensions/metasploit/config.yaml || die "failed to sed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosbin "${FILESDIR}"/beef
|
||||
}
|
||||
Loading…
Reference in a new issue