From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Wed, 24 Jan 2018 21:48:12 +0000 (UTC) [thread overview]
Message-ID: <1516830488.c7460ad6c02ff0f894e3e4f7debc7ba22a83dcff.mgorny@gentoo> (raw)
commit: c7460ad6c02ff0f894e3e4f7debc7ba22a83dcff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 21:47:54 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 21:48:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7460ad6
app-portage/gemato: Clean old up
app-portage/gemato/Manifest | 3 ---
app-portage/gemato/gemato-10.0.ebuild | 43 ------------------------------
app-portage/gemato/gemato-10.1.ebuild | 43 ------------------------------
app-portage/gemato/gemato-9.2-r1.ebuild | 47 ---------------------------------
4 files changed, 136 deletions(-)
diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
index 6c025ea2764..fc03d07dbf2 100644
--- a/app-portage/gemato/Manifest
+++ b/app-portage/gemato/Manifest
@@ -1,5 +1,2 @@
-DIST gemato-10.0.tar.gz 62507 BLAKE2B db3a779d3749a80a784da410766e6b3e1b790df58693dc6c5bd928a9b8b3bd488e2b2efc8a4a37aa081856ba1336c039d33868b20e1ce723ce799a981e51d96c SHA512 bb00aaa6eeba053d66fc4f638b0e1d88059a7877aa376d873aa0b5a91c150cd45deccf01c3af85339a268f2ea46b2893cdb27d2b72a626b4fd0deca4fdca2d3d
-DIST gemato-10.1.tar.gz 63233 BLAKE2B 5f4cb29b3c6774c989c23e87decdc2426da6f10502f370284f552219a587873a750f1c2245f3cc184121b9668dfc53b0d23f7c4ef79b291aeb8865ab97edc05f SHA512 9b9ae169ffa72d5465ac9f1721911429061692e2f7bf6960ca92f2bb3bab46b4140ef3cf0884668bc844732f140aa5c061f7b92dc2e0f9396af930ee4dc2330b
DIST gemato-10.2.tar.gz 63273 BLAKE2B 650f3f9d1c43ee4c8fe1fd53c71fdb818c296141ffdba06371a588d08e6c3f4760c9cd46c4944a11d87cb7026fe13d4576c966275077757f8939452eb1ca15c1 SHA512 51dd55b98acfd22cf3d02a5cb608f6021fd0582c36ef52ac2f0fcb0a66d53ed6abfa546010c2315cabeda839965c8b36da484834bbb2cf6dc23a92b6430acd91
-DIST gemato-9.2.tar.gz 60217 BLAKE2B f46cb35b5ae71fe1743c7a43bfeff42a9d77517ef48dca1dd05c5c8cd569d5dcd9bdb0c0957d81d2db6b8d873099463fd6132121be04e0fd6f55bb130df48c2e SHA512 bb40abb910b528e455bdc01ed528071ca6f1390a8a5ae670692c93e6c3fc8fd7fc7e95d7321c81ad5144fc8a042676a8dac634c7b3f68e7f725edc98edd30c94
DIST gemato-9.3.tar.gz 60601 BLAKE2B d85bf5910736da2ca887567799dee1823e9be6af9b17a8f9deb84ee24bb725c3550aafffa51b15484acb7d37ddbd5996aa4175a8f307b6e3a593f8b5497822be SHA512 7f81409b3b9bd65d295cd760af5cabfc7daf257740f00015f07cd7a0cffd02a40f219b59378179b58bf53b321fb543b308457d3a8b7adcb02981562282f1f46f
diff --git a/app-portage/gemato/gemato-10.0.ebuild b/app-portage/gemato/gemato-10.0.ebuild
deleted file mode 100644
index fc3300922c2..00000000000
--- a/app-portage/gemato/gemato-10.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# pyblake2 & pysha3 are broken with pypy*
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Stand-alone Manifest generation & verification tool"
-HOMEPAGE="https://github.com/mgorny/gemato"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
-
-MODULE_RDEPEND="
- blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
- bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
- gpg? ( app-crypt/gnupg )
- lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
- sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
-
-RDEPEND="${MODULE_RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- portage-postsync? ( app-crypt/gentoo-keys )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${MODULE_RDEPEND} )"
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use portage-postsync; then
- exeinto /etc/portage/repo.postsync.d
- doexe utils/repo.postsync.d/00gemato
- fi
-}
diff --git a/app-portage/gemato/gemato-10.1.ebuild b/app-portage/gemato/gemato-10.1.ebuild
deleted file mode 100644
index fc3300922c2..00000000000
--- a/app-portage/gemato/gemato-10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# pyblake2 & pysha3 are broken with pypy*
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Stand-alone Manifest generation & verification tool"
-HOMEPAGE="https://github.com/mgorny/gemato"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
-
-MODULE_RDEPEND="
- blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
- bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
- gpg? ( app-crypt/gnupg )
- lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
- sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
-
-RDEPEND="${MODULE_RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- portage-postsync? ( app-crypt/gentoo-keys )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${MODULE_RDEPEND} )"
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use portage-postsync; then
- exeinto /etc/portage/repo.postsync.d
- doexe utils/repo.postsync.d/00gemato
- fi
-}
diff --git a/app-portage/gemato/gemato-9.2-r1.ebuild b/app-portage/gemato/gemato-9.2-r1.ebuild
deleted file mode 100644
index fd32f6fdd3f..00000000000
--- a/app-portage/gemato/gemato-9.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# backports.lzma is broken with pypy
-# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Stand-alone Manifest generation & verification tool"
-HOMEPAGE="https://github.com/mgorny/gemato"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
-
-# pyliblzma installs an incompatible 'lzma' module (fixed properly in -9999)
-# https://bugs.gentoo.org/643254
-MODULE_RDEPEND="
- $(python_gen_cond_dep '!!dev-python/pyliblzma' python2_7)
- blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
- bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
- gpg? ( app-crypt/gnupg )
- lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
- sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
-
-RDEPEND="${MODULE_RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- portage-postsync? ( app-crypt/gentoo-keys )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${MODULE_RDEPEND} )"
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use portage-postsync; then
- exeinto /etc/portage/repo.postsync.d
- doexe utils/repo.postsync.d/00gemato
- fi
-}
next reply other threads:[~2018-01-24 21:48 UTC|newest]
Thread overview: 171+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-24 21:48 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 13:04 [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ Sam James
2024-07-09 12:30 Sam James
2024-07-06 6:35 Michał Górny
2024-07-06 6:10 Sam James
2024-06-17 12:32 Michał Górny
2024-05-29 23:32 Sam James
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-08-14 6:26 Michał Górny
2023-06-11 16:15 Michał Górny
2023-05-29 19:06 Michał Górny
2023-05-29 19:06 Michał Górny
2023-05-29 15:03 Michał Górny
2023-04-29 7:00 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 16:59 Arthur Zamarin
2023-04-07 13:38 Michał Górny
2023-03-01 19:33 Michał Górny
2023-03-01 17:00 Michał Górny
2023-03-01 16:36 Arthur Zamarin
2023-02-15 9:31 Michał Górny
2023-02-12 15:14 Michał Górny
2023-02-12 5:08 Sam James
2023-01-23 8:20 Michał Górny
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-09-17 17:47 Michał Górny
2022-09-17 17:47 Michał Górny
2022-08-10 14:20 Michał Górny
2022-07-28 12:06 Sam James
2022-05-15 3:48 Sam James
2021-06-03 22:34 Michał Górny
2021-06-03 22:34 Michał Górny
2020-12-13 0:37 Sam James
2020-10-02 20:42 Sam James
2020-10-01 12:22 Michał Górny
2020-09-26 10:55 Michał Górny
2020-09-26 4:57 Matt Turner
2020-09-24 16:47 Andreas K. Hüttel
2020-09-24 14:28 Michał Górny
2020-09-24 13:49 Michał Górny
2020-09-24 6:46 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-18 23:53 Sam James
2020-09-18 15:09 Agostino Sarubbo
2020-09-18 15:07 Agostino Sarubbo
2020-09-18 11:04 Andreas K. Hüttel
2020-09-18 10:17 Agostino Sarubbo
2020-09-18 10:07 Agostino Sarubbo
2020-09-18 9:38 Michał Górny
2020-09-09 21:38 Sergei Trofimovich
2020-09-08 19:11 Michał Górny
2020-09-07 7:31 Sergei Trofimovich
2020-09-06 16:22 Michał Górny
2020-09-05 10:51 Michał Górny
2020-09-02 6:33 Sergei Trofimovich
2020-08-30 21:28 Michał Górny
2020-08-30 5:15 Sam James
2020-08-28 19:10 Sergei Trofimovich
2020-08-28 7:54 Sergei Trofimovich
2020-08-27 22:10 Sergei Trofimovich
2020-08-27 14:16 Michał Górny
2020-08-26 19:10 Michał Górny
2020-08-25 19:22 Michał Górny
2020-08-18 16:51 Michał Górny
2020-08-15 8:44 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-29 10:20 Michał Górny
2020-05-27 7:45 Michał Górny
2020-05-17 7:26 Michał Górny
2020-05-07 14:28 Michał Górny
2020-05-07 13:18 Michał Górny
2020-02-21 14:11 Michał Górny
2019-11-26 11:48 Agostino Sarubbo
2019-11-26 1:15 Aaron Bauman
2019-11-18 9:55 Michał Górny
2019-10-18 18:01 Michał Górny
2019-09-08 6:43 Michał Górny
2019-09-08 6:43 Michał Górny
2019-07-28 14:08 Mikle Kolyada
2019-07-28 14:08 Mikle Kolyada
2019-07-28 14:08 Mikle Kolyada
2019-06-28 10:04 Michael Haubenwallner
2019-06-12 2:29 Aaron Bauman
2019-06-06 6:46 Agostino Sarubbo
2019-06-05 7:12 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-06-04 14:36 Agostino Sarubbo
2019-05-30 20:08 Sergei Trofimovich
2019-05-30 20:05 Sergei Trofimovich
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:37 Mikle Kolyada
2019-05-26 8:27 Sergei Trofimovich
2019-05-04 15:20 Mikle Kolyada
2019-05-04 14:28 Andreas K. Hüttel
2019-04-27 13:49 Michał Górny
2018-09-16 12:59 Mikle Kolyada
2018-09-11 8:18 Michał Górny
2018-09-09 12:14 Mikle Kolyada
2018-08-25 18:08 Sergei Trofimovich
2018-08-23 1:41 Thomas Deutschmann
2018-08-22 21:54 Mart Raudsepp
2018-08-21 18:42 Sergei Trofimovich
2018-08-21 0:13 Sergei Trofimovich
2018-08-21 0:09 Sergei Trofimovich
2018-08-21 0:05 Sergei Trofimovich
2018-08-20 1:14 Mikle Kolyada
2018-08-02 22:07 Michał Górny
2018-08-01 10:04 Michał Górny
2018-07-16 22:16 Michał Górny
2018-06-27 22:15 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-06-26 18:03 Michał Górny
2018-06-06 19:57 Michał Górny
2018-06-03 20:40 Sergei Trofimovich
2018-06-03 9:49 Mikle Kolyada
2018-06-02 8:01 Michał Górny
2018-05-27 8:41 Michał Górny
2018-05-17 9:09 Mikle Kolyada
2018-05-14 19:21 Tobias Klausmann
2018-05-08 6:24 Sergei Trofimovich
2018-05-06 19:33 Michał Górny
2018-05-04 15:36 Thomas Deutschmann
2018-05-04 12:29 Mart Raudsepp
2018-05-03 21:45 Sergei Trofimovich
2018-05-03 9:27 Mikle Kolyada
2018-04-13 13:31 Michał Górny
2018-04-04 17:07 Michał Górny
2018-03-26 16:14 Michał Górny
2018-03-16 13:32 Michał Górny
2018-03-11 21:50 Matt Turner
2018-03-11 19:57 Michał Górny
2018-03-11 19:55 Michał Górny
2018-02-21 17:20 Michał Górny
2018-02-19 16:28 Michael Haubenwallner
2018-02-13 11:37 Michał Górny
2018-02-09 11:26 Michał Górny
2018-02-06 7:21 Joshua Kinard
2018-02-05 18:24 Michał Górny
2018-02-02 20:13 Michał Górny
2018-02-02 20:13 Michał Górny
2018-02-02 18:16 Michał Górny
2018-01-30 18:19 Michał Górny
2018-01-25 18:57 Michał Górny
2018-01-25 18:45 Michał Górny
2018-01-25 18:45 Michał Górny
2018-01-24 21:48 Michał Górny
2018-01-24 21:22 Michał Górny
2018-01-23 10:39 Michał Górny
2018-01-16 10:52 Michał Górny
2018-01-03 19:22 Michał Górny
2017-12-25 19:22 Markus Meier
2017-12-23 11:17 Markus Meier
2017-12-21 13:07 Sergei Trofimovich
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-10 10:10 Michał Górny
2017-12-04 22:07 Sergei Trofimovich
2017-12-03 10:40 Michał Górny
2017-11-27 8:47 Sergei Trofimovich
2017-11-26 23:18 Michał Górny
2017-11-26 23:18 Michał Górny
2017-11-26 23:18 Michał Górny
2017-11-26 22:35 Zac Medico
2017-11-26 21:02 Sergei Trofimovich
2017-11-25 9:15 Michał Górny
2017-11-21 22:55 Michał Górny
2017-11-21 22:26 Michał Górny
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=1516830488.c7460ad6c02ff0f894e3e4f7debc7ba22a83dcff.mgorny@gentoo \
--to=mgorny@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