commit: 7e49d271cb0d91976e44772d624f2eb19cc7bade Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Dec 9 13:56:53 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Dec 9 13:56:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e49d271
net-libs/balde-markdown: treeclean Closes: https://bugs.gentoo.org/819321 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-libs/balde-markdown/Manifest | 1 - net-libs/balde-markdown/balde-markdown-0.1.ebuild | 45 ----------------------- net-libs/balde-markdown/metadata.xml | 13 ------- profiles/package.mask | 1 - 4 files changed, 60 deletions(-) diff --git a/net-libs/balde-markdown/Manifest b/net-libs/balde-markdown/Manifest deleted file mode 100644 index 7074ba7f4d82..000000000000 --- a/net-libs/balde-markdown/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST balde-markdown-0.1.tar.bz2 260429 BLAKE2B 4306a02e363a271c77d9ab3f08261ab9410d6ac8c258bc74dec3b1cabd8728927d12bd0d0b2941f5dbd90256e11ef8e30b5c952c2d7711bf6ae2896068822862 SHA512 ba0a952d1f8480f6173a8af6eb662741ac04db4e39d65158afac97606c2faaaff973dce384b2bc1d42aabbdd345cd451fc5624f1c6d2f941f2630b2e76a01d10 diff --git a/net-libs/balde-markdown/balde-markdown-0.1.ebuild b/net-libs/balde-markdown/balde-markdown-0.1.ebuild deleted file mode 100644 index 810fde09dce0..000000000000 --- a/net-libs/balde-markdown/balde-markdown-0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://github.com/balde/${PN}.git" - inherit git-r3 autotools -fi - -DESCRIPTION="A balde extension that adds Markdown support" -HOMEPAGE="https://github.com/balde/balde-markdown" - -SRC_URI="https://github.com/balde/${PN}/releases/download/v${PV}/${P}.tar.bz2" -KEYWORDS="~amd64 ~x86" -if [[ ${PV} = *9999* ]]; then - SRC_URI="" -fi - -LICENSE="LGPL-2" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-libs/glib-2.34 - >=net-libs/balde-0.1 - app-text/discount" - -DEPEND="${RDEPEND}" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - default -} - -src_configure() { - econf \ - --without-valgrind \ - --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/net-libs/balde-markdown/metadata.xml b/net-libs/balde-markdown/metadata.xml deleted file mode 100644 index 0571121e40f6..000000000000 --- a/net-libs/balde-markdown/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Rafael G. Martins</name> - </maintainer> - <bugs-to>mailto:[email protected]</bugs-to> - <remote-id type="github">balde/balde-markdown</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 41570a74d4d9..920e1d8ecf71 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -421,7 +421,6 @@ net-misc/sobby # distro is packaging this. # Removal on 2021-12-09. Bug #819312. Bug #819321. net-libs/balde -net-libs/balde-markdown # Sam James <[email protected]> (2021-11-03) # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default
