* [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo/, profiles/, app-arch/createrepo/files/
@ 2019-04-14 7:10 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-14 7:10 UTC (permalink / raw
To: gentoo-commits
commit: cd0a62b77c91bbc54bd44f5fa5ae384a73f4b30c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 07:08:16 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 07:09:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0a62b7
app-arch/createrepo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/643308
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/createrepo/Manifest | 1 -
app-arch/createrepo/createrepo-0.10.4-r1.ebuild | 51 ----------------------
.../createrepo-0.10.3-ten-changelog-limit.patch | 11 -----
.../createrepo/files/createrepo-0.10.4-lzma.patch | 14 ------
app-arch/createrepo/metadata.xml | 8 ----
profiles/package.mask | 1 -
6 files changed, 86 deletions(-)
diff --git a/app-arch/createrepo/Manifest b/app-arch/createrepo/Manifest
deleted file mode 100644
index 34c776fcfa3..00000000000
--- a/app-arch/createrepo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST createrepo-0.10.4.tar.gz 71186 BLAKE2B ddd15305c6861e9872bf55683035c311a22aea062d27ba4e06bbe4e09598c85fbbaf4b874cbbd1e4c521610a7faa4097a7062ac52752ab2916c14ffca70a817d SHA512 28858d7d886e1132d001bb1bd847657502eb132133e39a4d19a4c8a080728c6b6f344283bc6ee21ce8def5b7980cbca7ed78299adeb71ce1012751268f6740ec
diff --git a/app-arch/createrepo/createrepo-0.10.4-r1.ebuild b/app-arch/createrepo/createrepo-0.10.4-r1.ebuild
deleted file mode 100644
index 39a64af2e0b..00000000000
--- a/app-arch/createrepo/createrepo-0.10.4-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='xml'
-
-inherit python-single-r1 bash-completion-r1
-
-DESCRIPTION="Creates a common rpm-metadata repository"
-HOMEPAGE="http://createrepo.baseurl.org/"
-SRC_URI="http://createrepo.baseurl.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/urlgrabber-2.9.0[${PYTHON_USEDEP}]
- >=app-arch/rpm-4.1.1[python,${PYTHON_USEDEP}]
- dev-libs/libxml2[python,${PYTHON_USEDEP}]
- >=app-arch/deltarpm-3.6_pre20110223[python,${PYTHON_USEDEP}]
- dev-python/backports-lzma[${PYTHON_USEDEP}]
- >=sys-apps/yum-3.4.3
- ${PYTHON_DEPS}"
-DEPEND="${PYTHON_DEPS}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.10.3-ten-changelog-limit.patch"
- "${FILESDIR}/${P}-lzma.patch"
-)
-
-pkg_setup() {
- python-single-r1_pkg_setup
- python_export PYTHON_SITEDIR
-}
-
-src_install() {
- emake install \
- DESTDIR="${ED}" \
- PYTHON=true \
- compdir="$(get_bashcompdir)" \
- PKGDIR="${PYTHON_SITEDIR}/${PN}"
- einstalldocs
- python_fix_shebang "${ED}"
- python_optimize
- python_optimize "${ED}/usr/share/createrepo"
-}
diff --git a/app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch b/app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch
deleted file mode 100644
index e6de1e11002..00000000000
--- a/app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/createrepo/__init__.py 2011-01-26 12:14:30.000000000 -0500
-+++ b/createrepo/__init__.py 2011-01-26 12:34:17.291441719 -0500
-@@ -96,7 +96,7 @@
- self.mdtimestamp = 0
- self.directory = None
- self.directories = []
-- self.changelog_limit = None # needs to be an int or None
-+ self.changelog_limit = 10 # needs to be an int or None
- self.unique_md_filenames = True
- self.additional_metadata = {} # dict of 'type':'filename'
- self.revision = str(int(time.time()))
diff --git a/app-arch/createrepo/files/createrepo-0.10.4-lzma.patch b/app-arch/createrepo/files/createrepo-0.10.4-lzma.patch
deleted file mode 100644
index 2bae50c0a8a..00000000000
--- a/app-arch/createrepo/files/createrepo-0.10.4-lzma.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/createrepo/utils.py b/createrepo/utils.py
-index b0d92ec..1220c7c 100644
---- a/createrepo/utils.py
-+++ b/createrepo/utils.py
-@@ -25,7 +25,8 @@ from gzip import write32u, FNAME
- from yum import misc
- _available_compression = ['gz', 'bz2']
- try:
-- import lzma
-+ import backports.lzma
-+ lzma = backports.lzma
- _available_compression.append('xz')
- except ImportError:
- lzma = None
diff --git a/app-arch/createrepo/metadata.xml b/app-arch/createrepo/metadata.xml
deleted file mode 100644
index cf9a9e94265..00000000000
--- a/app-arch/createrepo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>alonbl@gentoo.org</email>
- <name>Alon Bar-Lev</name>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index ca3ea5c756e..0821c2c8261 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -776,7 +776,6 @@ dev-util/staruml-bin
# it with DNF.
#
# Removal in 30 days. Bug #643308.
-app-arch/createrepo
dev-python/pyliblzma
sys-apps/yum
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-14 7:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-14 7:10 [gentoo-commits] repo/gentoo:master commit in: app-arch/createrepo/, profiles/, app-arch/createrepo/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox