summaryrefslogtreecommitdiff
path: root/dev-python/libzilla
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/libzilla
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/libzilla')
-rw-r--r--dev-python/libzilla/Manifest5
-rw-r--r--dev-python/libzilla/libzilla-1.4.ebuild24
-rw-r--r--dev-python/libzilla/libzilla-1.5.ebuild24
-rw-r--r--dev-python/libzilla/metadata.xml14
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
deleted file mode 100644
index efd091bf2b95..000000000000
--- a/dev-python/libzilla/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST libzilla-1.4.tar.gz 12052 BLAKE2B 83549c14f226abfb15986d17b047465f2f2e565ad07d9ca62078b83acb91aaf8fd3b9a1f2c930a6e1dce97bba04c5425da2fc40212c705140a297a7cc7a26aea SHA512 ac3370603133c2f557597cba9030bf0d5f5b833b867c84cbea58d667ec791d68af42f98559c5a1093f20b3a5993481f9cea8c89dceeb5a734bdcca44bfa1b44c
-DIST libzilla-1.5.tar.gz 12052 BLAKE2B 48eac27be098484d2ff1407e5f6c757d81071a20c5ce00a409e4c0ad7defa6208a729e3878a0fa25726635e13c79ce406b5caeebb6c03e94dd19af6d7ad055f2 SHA512 a4916a0453a0045541ad9df80fcb06a74ccb1e090983f369f78d21887ea3330129fc53bb912961c400a85cbf0e783f1d2ac74af83cce990780539efa414d8219
-EBUILD libzilla-1.4.ebuild 568 BLAKE2B e07f4be64ba09a6c5ec5e9fdd5b64bafb049d00ee39d04a45ef6a72d9db950b801ab91ae054ef96db2eae376c1f4a3ee1bb2424feb2811339ded6cb44d521a84 SHA512 52560d8bdd27e8339b82f0079022d3fcab4b509164205909fae3f0e597de1bbdc26646bb5a4f50f147878eb531f8a2ddcd807502a9b3612057fd20d7d3314d0f
-EBUILD libzilla-1.5.ebuild 570 BLAKE2B 18a3f4308ad4c63988a7414165ad4f2dc484fe0dfe56e66e4b4988912af5f2403c1e521e34c22be5cdd5c999e6195a280aa3e59bcfde458be6cf8fc24a16a6ad SHA512 0ea9033b41a2c2a1999b2431f880546d12383133f07155075aa8df372d216bc5fe7659444ff2f9a00de00b86da7c045f61c48a0124535ca0bd8e7bccc8d412c0
-MISC metadata.xml 418 BLAKE2B e908aeaf977f735946a52f7c9dad369a4787e19793af639e12eea821c52a27827ab48d3fb3496e304241962cc1c97829da0c9aa7359654708fc6013003c2f471 SHA512 e382a0185c2c4f2968395ef7aff65364c0523f529b6003ab135285cffd13f80c718953090d6c845b31aefcdd4c8c38ebaadbb9a4fd44cb557586185e4a7f023e
diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild
deleted file mode 100644
index 562ddd19f863..000000000000
--- a/dev-python/libzilla/libzilla-1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/libzilla/libzilla-1.5.ebuild b/dev-python/libzilla/libzilla-1.5.ebuild
deleted file mode 100644
index 7782fe66569f..000000000000
--- a/dev-python/libzilla/libzilla-1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla"
-SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/libzilla/metadata.xml b/dev-python/libzilla/metadata.xml
deleted file mode 100644
index 5e1aebe4f3bf..000000000000
--- a/dev-python/libzilla/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>monsieurp@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">monsieurp/libzilla</remote-id>
- </upstream>
-</pkgmetadata>