public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydecomp/
Date: Tue,  7 Jan 2020 14:23:38 +0000 (UTC)	[thread overview]
Message-ID: <1578407005.25a1e224614e83615759ea89cf30cad43d228789.bkohler@gentoo> (raw)

commit:     25a1e224614e83615759ea89cf30cad43d228789
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 14:06:50 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 14:23:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a1e224

dev-python/pydecomp: drop old 0.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/pydecomp/Manifest            |  1 -
 dev-python/pydecomp/pydecomp-0.2.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pydecomp/Manifest b/dev-python/pydecomp/Manifest
index 8c53d5b30aa..2b96bafda4f 100644
--- a/dev-python/pydecomp/Manifest
+++ b/dev-python/pydecomp/Manifest
@@ -1,2 +1 @@
-DIST pydecomp-0.2.tar.gz 9819 BLAKE2B fc2078b00f152e598599b1fc4b1239035d1d21789689fb49605a4c3afb6d9201a1b1635d6f1971edf98fef8de02caeb6ea5e6bae1fe2b21f546e8a712ca94949 SHA512 1cec8ba501cf6223740c50751508a83f474a9acbce811c82f6d8beb5536ea8ce9c1d04a218503acd13b6eec8d9a68ef4b712049a7e0ae94ff34ba05c6f50ebc9
 DIST pydecomp-0.3.tar.gz 10009 BLAKE2B 2741dc776ac265a84daf4c68542e652c7e2663dff1561297057f3ac219805136ece32af3f33e0b03df0a9883663692fc3855490478c538a0edec838c90c1c4b6 SHA512 7935111f9d0629eb74f529a6427b9db3cac4c9c205f80b28380ab9c323ca9ad7b78b40f69a7760a5a69ed065e9d6ddd42d08fb8f2cb787f15d2ec6e88e20221a

diff --git a/dev-python/pydecomp/pydecomp-0.2.ebuild b/dev-python/pydecomp/pydecomp-0.2.ebuild
deleted file mode 100644
index 405f6ea64aa..00000000000
--- a/dev-python/pydecomp/pydecomp-0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1 python-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_BRANCH="master"
-	EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
-	inherit git-r3
-else
-	SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-	S="${WORKDIR}/pyDeComp-${PV}"
-fi
-
-DESCRIPTION="A python library of common (de)compression and contents handling"
-HOMEPAGE="https://github.com/dol-sen/pyDeComp"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-python_install_all() {
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	einfo
-	einfo "Please file any enhancement requests, or bugs"
-	einfo "at https://github.com/dol-sen/pyDeComp/issues"
-	einfo "I am also on IRC @ #gentoo-releng of the freenode network"
-}


             reply	other threads:[~2020-01-07 14:23 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-07 14:23 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  1:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydecomp/ Zac Medico
2023-01-09 15:27 Matt Turner
2022-05-14 11:11 WANG Xuerui
2022-05-14 11:11 WANG Xuerui
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-03-15  9:22 Michał Górny
2022-02-02  7:29 Sam James
2022-01-29 21:19 Michał Górny
2021-11-22  0:25 Georgy Yakovlev
2021-11-18 12:26 Agostino Sarubbo
2021-11-18 12:25 Agostino Sarubbo
2021-11-18 12:24 Agostino Sarubbo
2021-11-18  6:45 Georgy Yakovlev
2021-11-18  5:38 Sam James
2021-11-18  5:38 Sam James
2021-11-18  5:37 Sam James
2021-09-22  7:39 Arthur Zamarin
2021-07-11 13:00 Brian Dolbec
2021-02-20 15:34 Ben Kohler
2021-02-20 15:34 Ben Kohler
2020-05-31 17:11 Mike Frysinger
2020-04-15  2:49 Mike Gilbert
2020-04-04 19:13 Matt Turner
2020-01-07 14:23 Ben Kohler
2019-05-04 19:20 Andreas K. Hüttel
2018-09-25 11:38 Ben Kohler
2018-08-06 14:46 Brian Dolbec
2018-07-21 20:26 Brian Dolbec
2017-12-02 17:32 Brian Dolbec
2017-05-11 12:28 Manuel Rüger
2016-04-18  4:43 Michał Górny
2016-02-07  5:39 Brian Dolbec
2015-11-10  7:46 Mike Frysinger
2015-09-11 15:36 Brian Dolbec
2015-09-11  5:26 Brian Dolbec
2015-09-06  3:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyDeComp/ Richard Farina
2015-09-06  2:41 Richard Farina
2015-09-06  2:39 Richard Farina
2015-09-03 16:53 Brian Dolbec

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=1578407005.25a1e224614e83615759ea89cf30cad43d228789.bkohler@gentoo \
    --to=bkohler@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