summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-11 14:34:54 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-11 14:34:54 +0100
commit9612809801c17c5e0fb7c68877b5e3f808d28029 (patch)
tree5b70333be2a97b8b5786e87dbba194b55b286f12 /app-portage
parentgames-roguelike/mangband: Remove last-rited pkg (diff)
downloadgentoo-9612809801c17c5e0fb7c68877b5e3f808d28029.tar.gz
gentoo-9612809801c17c5e0fb7c68877b5e3f808d28029.tar.bz2
gentoo-9612809801c17c5e0fb7c68877b5e3f808d28029.zip
app-portage/gs-pypi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/659414 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gs-pypi/Manifest3
-rw-r--r--app-portage/gs-pypi/gs-pypi-0.1.ebuild25
-rw-r--r--app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild25
-rw-r--r--app-portage/gs-pypi/gs-pypi-0.2.1.ebuild25
-rw-r--r--app-portage/gs-pypi/gs-pypi-0.2.ebuild25
-rw-r--r--app-portage/gs-pypi/gs-pypi-9999.ebuild26
-rw-r--r--app-portage/gs-pypi/metadata.xml14
7 files changed, 0 insertions, 143 deletions
diff --git a/app-portage/gs-pypi/Manifest b/app-portage/gs-pypi/Manifest
deleted file mode 100644
index 1bf6c1912b30..000000000000
--- a/app-portage/gs-pypi/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gs-pypi-0.1.tar.gz 15351 BLAKE2B fa1a1af502abf0bc4d7d77344c87da7632f5176d693decca3d7738c4ea8e9e6973cab342f155fb23e07053369cbf2e639130763a446fcc783efdb4a2363f6f70 SHA512 e7d8dabed21de28f327da3163e95ea16dfb63c27d502233c0f6eae7bf3146866498c492795eff5c7126bf56bf6dd1613457290ffab83962741d49bd9254f059f
-DIST gs-pypi-0.2.1.tar.gz 16608 BLAKE2B 498eb01321ff91e70d46315d64838b6b2770f12ec71fcbc0dc92ed14bdf96d08e88181739cb27faef881ffcbdc8ac08861b04498f45348783f53394a0a8b4925 SHA512 72c04ab621690b0e1e8aee489cef09ed3f04a84b4d1f5e0888913429f24c37e79e320d41c585d7e5a087b8f9e6859f6702c42d81c1086bb51ce77c9949af6ac0
-DIST gs-pypi-0.2.tar.gz 16582 BLAKE2B 8d331913165fc94d3aa2e1a1fbd9f11bde8834441520998b7341819ae669d6301190d1ac362b4ada4f8cc1ead858a5229bec2554eb6a1b172a613e762fade174 SHA512 b28143f6eb85151cee27c24f11fd8e2adae7115120cc38eeaaa9a59af49af9cee8423725db0babc0dec7ef357ed2485f8a360f69db9fb246f1097fc0f3c227b0
diff --git a/app-portage/gs-pypi/gs-pypi-0.1.ebuild b/app-portage/gs-pypi/gs-pypi-0.1.ebuild
deleted file mode 100644
index dae5eca3555d..000000000000
--- a/app-portage/gs-pypi/gs-pypi-0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="g-sorcery backend for pypi packages"
-HOMEPAGE="https://github.com/jauhien/gs-pypi"
-SRC_URI="https://github.com/jauhien/gs-pypi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')]
- dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- doman docs/*.8
-}
diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
deleted file mode 100644
index 80da171c493e..000000000000
--- a/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-
-inherit distutils-r1
-
-DESCRIPTION="g-sorcery backend for pypi packages"
-HOMEPAGE="https://github.com/jauhien/gs-pypi"
-SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 'python*')]
- dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- doman docs/*.8
-}
diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
deleted file mode 100644
index a118272f159b..000000000000
--- a/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="g-sorcery backend for pypi packages"
-HOMEPAGE="https://github.com/jauhien/gs-pypi"
-SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 'python*')]
- dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- doman docs/*.8
-}
diff --git a/app-portage/gs-pypi/gs-pypi-0.2.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.ebuild
deleted file mode 100644
index eed9d40201b1..000000000000
--- a/app-portage/gs-pypi/gs-pypi-0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="g-sorcery backend for pypi packages"
-HOMEPAGE="https://github.com/jauhien/gs-pypi"
-SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-portage/g-sorcery-0.2[bson(-),$(python_gen_usedep 'python*')]
- dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- doman docs/*.8
-}
diff --git a/app-portage/gs-pypi/gs-pypi-9999.ebuild b/app-portage/gs-pypi/gs-pypi-9999.ebuild
deleted file mode 100644
index 4233e2078a9e..000000000000
--- a/app-portage/gs-pypi/gs-pypi-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="g-sorcery backend for pypi packages"
-HOMEPAGE="https://github.com/jauhien/gs-pypi"
-SRC_URI=""
-EGIT_BRANCH="master"
-EGIT_REPO_URI="https://github.com/jauhien/gs-pypi"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=app-portage/g-sorcery-9999[bson(-),git(-),$(python_gen_usedep 'python*')]
- dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
- distutils-r1_python_install_all
- doman docs/*.8
-}
diff --git a/app-portage/gs-pypi/metadata.xml b/app-portage/gs-pypi/metadata.xml
deleted file mode 100644
index 299a3233827d..000000000000
--- a/app-portage/gs-pypi/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dolsen@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>layman@gentoo.org</email>
- <name>Gentoo Layman team</name>
- </maintainer>
- <upstream>
- <remote-id type="github">jauhien/gs-pypi</remote-id>
- </upstream>
-</pkgmetadata>