public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supernova/
Date: Sun,  9 Aug 2015 22:18:07 +0000 (UTC)	[thread overview]
Message-ID: <1439158666.b104a998a3d57207dfdede3d99d0e66cc4f5a923.alunduil@gentoo> (raw)

commit:     b104a998a3d57207dfdede3d99d0e66cc4f5a923
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 22:15:57 2015 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 22:17:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b104a998

app-admin/supernova: remove version 1.0.7

Package-Manager: portage-2.2.20

 app-admin/supernova/Manifest               |  1 -
 app-admin/supernova/supernova-1.0.7.ebuild | 39 ------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-admin/supernova/Manifest b/app-admin/supernova/Manifest
index 17c413b..d581a5e 100644
--- a/app-admin/supernova/Manifest
+++ b/app-admin/supernova/Manifest
@@ -1,4 +1,3 @@
-DIST supernova-1.0.7.tar.gz 17783 SHA256 e0336590e8b4a73404acbfd7379285c631daf628baaba64c9f42d839982d9949 SHA512 54e98ab0a7f926b96dc2da62951cb552767515ae8a94ef88fbcf654db6079c91d6971b526663116e36bab795939605ec108aa39247e57c5dacfccbab4048b7d9 WHIRLPOOL b769f5c4b3d284eb17447b9b9d63b12bbcb8c8c87637ce8e6999d3bdf245f5b47194f9454e4b273c0b176b7fae5497346a0657d34ed335b8e7039cd273cb9fe0
 DIST supernova-2.0.0.tar.gz 18298 SHA256 43b27ee9ed2ca7b0b5860bf52422750e215b60cb71eca106a57b4f900faef24e SHA512 a5c439cfe489991d5ae7f0f63e858b1200ac8df8f1556871f79f8cfc97862d46aae555aee9c97565308388305bd721ecce1f91221824f425caf19acb92f5ac8a WHIRLPOOL e4514e9c0312c68f1c017a92f1959180db042da0cd38ef83079bcee93344758383b41c06b5c51d1139b970dfdae51fda03f8f041d1788a533f9ca71645a7bcf9
 DIST supernova-2.0.5.tar.gz 18219 SHA256 8219f6e42e364aceba5d1b70211522ba76fafad16374f71319a0e43c7f615489 SHA512 737649bb0d5e7ee21d9721cba8556617afffdd8cfa287f9d08fa3d81bfa98eb35a6aeeded9c13e600d355616cd3983bfc80148c0934d2b7791da2724e420c9c0 WHIRLPOOL b9204b5fb265bd7384b8724c62a5a10a4220f34c9ebe20f8f95945f12399c6fb291abb3086b5a09cb988fca8229ec99377f84394c98f15b6874ae140396ab8a9
 DIST supernova-2.0.7.tar.gz 18516 SHA256 5fc2cc9eaf6a7cd0bd355b867240bae2b15c66b1e3ff4f5206b591c3ae155837 SHA512 f1271cac15c04f8f4dc1e1c4d92bd6214019215a9c2b1f567268a49e122852f1e3e67fb0325720b450176c073358f99fe2cbefb602055ac2d650d41e839202a3 WHIRLPOOL 7392ccf2e1ee8adac46141478c05d1c1f5876d2a1ac0ce9adefa182ece0cb26d3c9e800f9d1d4c7c5c0978512a736da527903c3e7f34bdd45405599b5641927c

diff --git a/app-admin/supernova/supernova-1.0.7.ebuild b/app-admin/supernova/supernova-1.0.7.ebuild
deleted file mode 100644
index 95f61b0..0000000
--- a/app-admin/supernova/supernova-1.0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit bash-completion-r1 distutils-r1 vcs-snapshot
-
-DESCRIPTION="novaclient wrapper for multiple nova environments"
-HOMEPAGE="https://github.com/rackerhacker/supernova"
-SRC_URI="https://github.com/major/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-RDEPEND="
-	>=dev-python/keyring-0.9.2[${PYTHON_USEDEP}]
-	dev-python/rackspace-novaclient[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-	use examples && local EXAMPLES=( example_configs/. )
-
-	distutils-r1_python_install_all
-
-	newbashcomp contrib/${PN}-completion.bash ${PN}
-}


             reply	other threads:[~2015-08-09 22:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 22:18 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-29 22:40 [gentoo-commits] repo/gentoo:master commit in: app-admin/supernova/ Matthew Thode
2018-03-10 16:29 Matt Thode
2015-12-11 22:40 Alex Brandt
2015-12-11 22:40 Alex Brandt
2015-11-29 22:37 Alex Brandt
2015-11-29 22:37 Alex Brandt
2015-08-29 23:57 Alex Brandt
2015-08-29 23:57 Alex Brandt
2015-08-16 19:14 Alex Brandt
2015-08-16 19:09 Alex Brandt
2015-08-09 22:18 Alex Brandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439158666.b104a998a3d57207dfdede3d99d0e66cc4f5a923.alunduil@gentoo \
    --to=alunduil@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox