diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-16 23:58:27 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-17 00:13:41 +0100 |
commit | 67f122df3f3dc623ba5be0a37af99683da2807e4 (patch) | |
tree | 94dbe54ed807fbfd9c658b6d15c0f6c8af994b10 /app-emacs | |
parent | app-emacs/plz: drop old 0.7 (diff) | |
download | gentoo-67f122df3f3dc623ba5be0a37af99683da2807e4.tar.gz gentoo-67f122df3f3dc623ba5be0a37af99683da2807e4.tar.bz2 gentoo-67f122df3f3dc623ba5be0a37af99683da2807e4.zip |
app-emacs/plz: drop old 0.7.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/plz/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/plz/plz-0.7.1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-emacs/plz/Manifest b/app-emacs/plz/Manifest index 764679e2413f..3ebbf19d58ec 100644 --- a/app-emacs/plz/Manifest +++ b/app-emacs/plz/Manifest @@ -1,2 +1 @@ -DIST plz-0.7.1.tar.gz 105720 BLAKE2B a73e8429df78f9e660baa1730f172f0a871f8f0323d932a49aadc27e702572b0d2dbc525fa05069d8fe886eb9cfb2019ac1dc349c3a7417f4461967138456a23 SHA512 8ad5bbf5c0eb8ebad68f79a0d71a39017fc4e243fa60655597b9892b6594962b4c337d85e178fd2c28bee51c1a282a4b38d32726406392b3bff1b044acc8bf80 DIST plz-0.7.2.tar.gz 105864 BLAKE2B b876f69a61452ca932c70e87d35e4442f1ddae4c74c3e124056ff0adae9923d0a374c047a1c1dade705713a9b2aaa5bbfbb73368fde9564b53ce638f90f08ff0 SHA512 01951bbb0e59d6196338a806b4bab030538c411d185acf5462bc1eb4d3130b1da5d78a436e84163dd8167b3705edb6dcafdeef8d4611973521566d34f2ca5654 diff --git a/app-emacs/plz/plz-0.7.1.ebuild b/app-emacs/plz/plz-0.7.1.ebuild deleted file mode 100644 index 7397ae367c6f..000000000000 --- a/app-emacs/plz/plz-0.7.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="HTTP library with curl backend for GNU Emacs" -HOMEPAGE="https://github.com/alphapapa/plz.el/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/alphapapa/plz.el.git" -else - SRC_URI="https://github.com/alphapapa/plz.el/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}"/plz.el-${PV} - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -PROPERTIES="test_network" # Tests require network access. -RESTRICT="test" - -RDEPEND="net-misc/curl" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert tests -l tests/test-plz.el - -src_install() { - elisp_src_install - - doinfo ${PN}.info -} |