From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/python-updater/
Date: Sat, 6 Jan 2018 10:33:42 +0000 (UTC) [thread overview]
Message-ID: <1515234819.34d03159133e33002416659c6a287368f1858288.zlogene@gentoo> (raw)
commit: 34d03159133e33002416659c6a287368f1858288
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:33:17 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:33:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d03159
app-admin/python-updater: remove last rited package
app-admin/python-updater/Manifest | 1 -
app-admin/python-updater/metadata.xml | 8 -----
.../python-updater/python-updater-0.14.ebuild | 37 ----------------------
.../python-updater/python-updater-9999.ebuild | 37 ----------------------
4 files changed, 83 deletions(-)
diff --git a/app-admin/python-updater/Manifest b/app-admin/python-updater/Manifest
deleted file mode 100644
index 57734682d08..00000000000
--- a/app-admin/python-updater/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-updater-0.14.tar.bz2 10354 BLAKE2B 09dda2d14dd0e15285914f86d3e9b9637e70057e7aac8105a5d6590ff698c6ab33cf5a081e1af05730c804fcc9472d195f63340dae60da04823dc98005896e8b SHA512 6d5589326a1dc1cb83c42a0d1cdadce4e33ee25a1699e93475d5167666f06fda900822fa3f5657c473999860a36cfb6f6dd1312b66695e47ad3035404e26b9db
diff --git a/app-admin/python-updater/metadata.xml b/app-admin/python-updater/metadata.xml
deleted file mode 100644
index 9e5274c5b4a..00000000000
--- a/app-admin/python-updater/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="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
-</pkgmetadata>
diff --git a/app-admin/python-updater/python-updater-0.14.ebuild b/app-admin/python-updater/python-updater-0.14.ebuild
deleted file mode 100644
index 73a56953ceb..00000000000
--- a/app-admin/python-updater/python-updater-0.14.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing active Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/"
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"
-else
- SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} == 9999 ]]; then
- DEPEND="
- sys-apps/gentoo-functions
- sys-apps/help2man
- "
-fi
-RDEPEND="
- sys-apps/gentoo-functions
- || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 sys-apps/pkgcore )
-"
-
-src_compile() {
- [[ ${PV} == 9999 ]] && emake python-updater
- default
-}
diff --git a/app-admin/python-updater/python-updater-9999.ebuild b/app-admin/python-updater/python-updater-9999.ebuild
deleted file mode 100644
index 8e2df7dfc60..00000000000
--- a/app-admin/python-updater/python-updater-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing active Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/"
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"
-else
- SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} == 9999 ]]; then
- DEPEND="
- sys-apps/gentoo-functions
- sys-apps/help2man
- "
-fi
-RDEPEND="
- sys-apps/gentoo-functions
- || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 sys-apps/pkgcore )
-"
-
-src_compile() {
- [[ ${PV} == 9999 ]] && emake python-updater
- default
-}
next reply other threads:[~2018-01-06 10:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-06 10:33 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-21 14:12 [gentoo-commits] repo/gentoo:master commit in: app-admin/python-updater/ Michał Górny
2016-06-11 13:16 Markus Meier
2016-05-31 5:24 Jeroen Roovers
2016-05-23 8:57 Tobias Klausmann
2015-12-10 19:39 Mike Gilbert
2015-12-10 19:39 Mike Gilbert
2015-08-21 19:10 Fabian Groffen
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=1515234819.34d03159133e33002416659c6a287368f1858288.zlogene@gentoo \
--to=zlogene@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