diff options
l--------- | app-emulation/vagrant/.#vagrant.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-1.7.2.ebuild | 69 | ||||
-rw-r--r-- | dev-python/cookiecutter/Manifest | 2 | ||||
-rw-r--r-- | dev-python/cookiecutter/cookiecutter-1.0.0.ebuild | 47 |
4 files changed, 0 insertions, 119 deletions
diff --git a/app-emulation/vagrant/.#vagrant.ebuild b/app-emulation/vagrant/.#vagrant.ebuild deleted file mode 120000 index 9876017..0000000 --- a/app-emulation/vagrant/.#vagrant.ebuild +++ /dev/null @@ -1 +0,0 @@ -majki@macogojira.5506:1435992042
\ No newline at end of file diff --git a/app-emulation/vagrant/vagrant-1.7.2.ebuild b/app-emulation/vagrant/vagrant-1.7.2.ebuild deleted file mode 100644 index 303ddc7..0000000 --- a/app-emulation/vagrant/vagrant-1.7.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/vagrant-1.4.3-r2.ebuild,v 1.2 2014/04/02 16:20:56 vikraman Exp $ - -EAPI="5" -USE_RUBY="ruby20" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec" -RUBY_FAKEGEM_EXTRAINSTALL="config keys plugins templates" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem eutils - -DESCRIPTION="A tool for building and distributing virtual machines using VirtualBox" -HOMEPAGE="http://vagrantup.com/" -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" -IUSE="test" - -# Missing ebuild for contest -RESTRICT="test" - -RDEPEND="${RDEPEND} - app-arch/libarchive - net-misc/curl - !x64-macos? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )" - -ruby_add_rdepend " - >=dev-ruby/childprocess-0.3.7 - >=dev-ruby/erubis-2.7.0 - dev-ruby/i18n:0.6 - >=dev-ruby/json-1.5.1 - >=dev-ruby/log4r-1.1.9 - >=dev-ruby/net-ssh-2.6.6 - >=dev-ruby/net-scp-1.1.0 -" - -ruby_add_bdepend " - dev-ruby/rake - test? ( dev-ruby/mocha virtual/ruby-minitest ) -" - -all_ruby_prepare() { - # remove bundler support - sed -i '/[Bb]undler/d' Rakefile || die - rm Gemfile || die - - # loosen dependencies - sed -e '/childprocess\|erubis\|log4r\|net-scp/s/~>/>=/' \ - -e '/net-ssh/s:, "< 2.8.0"::' \ - -i ${PN}.gemspec || die - - epatch "${FILESDIR}"/${PN}-1.2.1-no-warning.patch - epatch "${FILESDIR}"/${PN}-1.2.2-rvm.patch -} - -pkg_postinst() { - if use x64-macos ; then - ewarn - ewarn "For Mac OS X prefixes, you must install the virtualbox" - ewarn "package specifically for OS X which can be found at:" - ewarn "https://www.virtualbox.org/wiki/Downloads" - ewarn - fi -} diff --git a/dev-python/cookiecutter/Manifest b/dev-python/cookiecutter/Manifest deleted file mode 100644 index 9517886..0000000 --- a/dev-python/cookiecutter/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cookiecutter-1.0.0.tar.gz 114813 SHA256 0217730c32b640a53eff16d268a8359f9171e15018d8c1d52a98c1da0b2b68d8 SHA512 be36d89d85761d11f64fb670c0542eb40b7cc6b0feda6453656bf9bfd8f16d332fea779c3d477a0e5422532698be29bc5e8facd2c328cc0a425e2b6e7d95e593 WHIRLPOOL 85cdd448c0325ce2f7adfb474beec0d11852d315e617760902231611bf13fb6e4f92082af5f9725b87d9cf543b5d3bdc05d71dc0435037200ffe2c28b2f9ac77 -EBUILD cookiecutter-1.0.0.ebuild 1357 SHA256 88cebf3e537827e840b423cb30d3f856e50b9b9540d88d01df8171663917caf7 SHA512 daf8f3fd457b414122eb281f4268bf06e678cdadeedd8a5bdca8111394ec2dc179b1664ab461ff128cc9d8708f5823ee4240e820b6d8eb6ced623f13830fa0fc WHIRLPOOL 06207d76df70d667bc6ef17aacdde77c69e1bd0a7773a3812b34da6091099f9427a8ab454904478cec9288b9f4f3e450497f3b0f8ee37b744589d620fa4e888d diff --git a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild b/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild deleted file mode 100644 index 6e4e6db..0000000 --- a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A command-line utility that creates projects from cookiecutters (project templates)" -HOMEPAGE="http://pypi.python.org/pypi/cookiecutter https://github.com/audreyr/cookiecutter" -SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="doc test" - -# TODO: dependencies must have versions -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7 - >=dev-python/pyyaml-3.10 - <dev-python/click-4.0 - dev-python/mock[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - - -DOCS=( docs/index.rst ) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - py.test || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. ) - distutils-r1_python_install_all -} |