public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gixy/
Date: Sun, 23 Jul 2017 11:54:07 +0000 (UTC)	[thread overview]
Message-ID: <1500810837.56cc667464ab49c406d164e5f6c580038e363531.kensington@gentoo> (raw)

commit:     56cc667464ab49c406d164e5f6c580038e363531
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 11:53:42 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 11:53:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cc6674

app-admin/gixy: remove 0.1.3 and 0.1.4

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/gixy/Manifest          |  2 --
 app-admin/gixy/gixy-0.1.3.ebuild | 31 -------------------------------
 app-admin/gixy/gixy-0.1.4.ebuild | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/app-admin/gixy/Manifest b/app-admin/gixy/Manifest
index d4b46ff07a9..79486506cda 100644
--- a/app-admin/gixy/Manifest
+++ b/app-admin/gixy/Manifest
@@ -1,3 +1 @@
-DIST gixy-0.1.3.tar.gz 31484 SHA256 bffb35c111807379eda3a4ea4da32587ad7368bc8fe7d5436dddb65037e39198 SHA512 d366b0a5198424127e37656bdf09edd3c6005c6e302f01a7787c649f9c8cf84084c02441beea11246592ee2dbbf6c87ab241ab627d0571f3511ffb2cc8855b7c WHIRLPOOL a624da9d0ba7ca040ad3f5b764174261bb4481e258fff2c75acdbf84150158a4032386c9209757860f03f27383561e72541323ddc46068cfdea89d491ea2f43d
-DIST gixy-0.1.4.tar.gz 31918 SHA256 b9f9c985b7edf93d549b13a582ce1b84458c5454542d7e1aac97af9f3251cd28 SHA512 28bbc4fa862e587ae6e65cae0284ab7c8f5b958838a079c77b45c70337288935419fad69dc5853914b700dd68e183d0ea54c83dbc2479220268b6a15b307c29e WHIRLPOOL 96edf33961f8f8160de4b5b1a800df7b9984718a60e27b2610204a40a5a6a2c240d5e548ce12c620744fbb63796aec9085bb3af4374513cfd26cdf008c9bdcf1
 DIST gixy-0.1.5.tar.gz 32594 SHA256 3607081531df4ee52758850632879796b9f294c93a8068022d044aa4f5a61423 SHA512 63c41a16f1a1d16664c660150bf1603b87d2a2b474db58bb13af79e123b372a666b94aa96ef081af89fb5608c7f9a43e03750afb80d52c212c06d3407c413e38 WHIRLPOOL 1a87ec527dd9014100d4e75ef69d3a981d37420acac7260ce82722bd5062d1c035142e0251cb2dfc125546decdae121e23451377846702264f0719948f6cc9ff

diff --git a/app-admin/gixy/gixy-0.1.3.ebuild b/app-admin/gixy/gixy-0.1.3.ebuild
deleted file mode 100644
index 4ade6ac258d..00000000000
--- a/app-admin/gixy/gixy-0.1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx configuration static analyzer"
-HOMEPAGE="https://github.com/yandex/gixy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
-	>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.8[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/six-1.1.0[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-python_prepare() {
-	sed -i -e "/argparse/d" setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/app-admin/gixy/gixy-0.1.4.ebuild b/app-admin/gixy/gixy-0.1.4.ebuild
deleted file mode 100644
index 4ade6ac258d..00000000000
--- a/app-admin/gixy/gixy-0.1.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx configuration static analyzer"
-HOMEPAGE="https://github.com/yandex/gixy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
-	>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.8[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/six-1.1.0[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-python_prepare() {
-	sed -i -e "/argparse/d" setup.py || die
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2017-07-23 11:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-23 11:54 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-16  9:47 [gentoo-commits] repo/gentoo:master commit in: app-admin/gixy/ Jakov Smolić
2021-06-28 17:11 David Seifert
2020-10-08 10:02 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2020-04-19 13:37 Thomas Deutschmann
2020-02-04 13:32 Michał Górny
2018-10-18 16:20 Thomas Deutschmann
2018-10-18 15:43 Thomas Deutschmann
2017-11-20 19:24 Manuel Rüger
2017-07-23 11:51 Manuel Rüger
2017-05-22 12:28 Manuel Rüger
2017-05-15 14:32 Manuel Rüger
2017-05-11 14:47 Manuel Rüger

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=1500810837.56cc667464ab49c406d164e5f6c580038e363531.kensington@gentoo \
    --to=kensington@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