From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/gentle/
Date: Mon, 26 Jun 2023 18:18:29 +0000 (UTC) [thread overview]
Message-ID: <1687803491.8ffd838a429d5fc3fe4fc6034fa9227f7c60746f.cybertailor@gentoo> (raw)
commit: 8ffd838a429d5fc3fe4fc6034fa9227f7c60746f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jun 26 18:18:06 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jun 26 18:18:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ffd838a
app-portage/gentle: treeclean (moved to ::gentoo)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-portage/gentle/Manifest | 2 --
app-portage/gentle/gentle-0.2.ebuild | 32 ----------------------------
app-portage/gentle/gentle-0.3.0.ebuild | 39 ----------------------------------
app-portage/gentle/metadata.xml | 16 --------------
4 files changed, 89 deletions(-)
diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest
deleted file mode 100644
index 3e8fcd55c..000000000
--- a/app-portage/gentle/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gentle-0.2.tar.xz 31524 BLAKE2B 18dc26ffe778964360b3a9ea5057f2bfa54bcfd6bc411a49bff125b7ac69b9e9626eeb1d4a68241a8c5023f6cd6131c644cf5af83cece8929367923c6d675b7c SHA512 87b5e06b98ae1206eb36a04f78493f3819334935477e084484d175e774dfa8195ebe9204362b635eec682f31987a7f4f5e6cb8df5711d3b9348d0bb97ab24aa6
-DIST gentle_mxml-0.3.0.tar.gz 34317 BLAKE2B caa5ce9e529a13c7df58b1b5622f1837bea1c05a77df7c85eefd087df204fcab14bbc0884b5dbfb056b4613520110e3a291a8f78cb4e798d6f32208e98d7da26 SHA512 a77154e43e17e12e514a5d579792d757b2e69c2aaa95a80af6e355eaaa8fcd2bd3e18373a96db7ad64804a1ce67dca32d9c0af2ac9bf11d5f18f0328d6501969
diff --git a/app-portage/gentle/gentle-0.2.ebuild b/app-portage/gentle/gentle-0.2.ebuild
deleted file mode 100644
index 899f670aa..000000000
--- a/app-portage/gentle/gentle-0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator"
-HOMEPAGE="https://git.sysrq.in/gentle"
-SRC_URI="https://git.sysrq.in/${PN}/snapshot/${P}.tar.xz"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- app-text/xmldiff[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- $(python_gen_cond_dep \
- 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
- )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "yaml support" dev-python/pyyaml
- optfeature "toml support" dev-python/tomli
-}
diff --git a/app-portage/gentle/gentle-0.3.0.ebuild b/app-portage/gentle/gentle-0.3.0.ebuild
deleted file mode 100644
index 10426fcf1..000000000
--- a/app-portage/gentle/gentle-0.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=flit
-PYPI_PN="gentle-mxml"
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator"
-HOMEPAGE="
- https://pypi.org/project/gentle-mxml/
- https://git.sysrq.in/gentle
-"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- app-text/xmldiff[${PYTHON_USEDEP}]
- dev-python/pkginfo[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/rdflib[${PYTHON_USEDEP}]
- $(python_gen_cond_dep \
- 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
- )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "PKG-INFO support" dev-python/pkginfo
- optfeature "yaml support" dev-python/pyyaml
- optfeature "rdf support" dev-python/rdflib
- optfeature "toml support" dev-python/tomli
-}
diff --git a/app-portage/gentle/metadata.xml b/app-portage/gentle/metadata.xml
deleted file mode 100644
index 0d0574e01..000000000
--- a/app-portage/gentle/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
- <upstream>
- <maintainer>
- <name>Anna</name>
- <email>cyber@sysrq.in</email>
- </maintainer>
- <bugs-to>https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle</bugs-to>
- <remote-id type="pypi">gentle-mxml</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2023-06-26 18:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-26 18:18 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-25 15:06 [gentoo-commits] repo/proj/guru:dev commit in: app-portage/gentle/ Anna Vyalkova
2023-06-21 18:00 Anna Vyalkova
2023-06-11 11:02 Anna Vyalkova
2023-06-07 23:16 Anna Vyalkova
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=1687803491.8ffd838a429d5fc3fe4fc6034fa9227f7c60746f.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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