diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-22 14:08:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-22 14:08:05 +0000 |
commit | 93a93e9a3b53c1a73142a305ea1f8136846942ee (patch) | |
tree | b9791a06ab3284e27b568412c59316c66240c682 /net-libs/balde-markdown | |
parent | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff) |
gentoo resync : 22.12.2021
Diffstat (limited to 'net-libs/balde-markdown')
-rw-r--r-- | net-libs/balde-markdown/Manifest | 3 | ||||
-rw-r--r-- | net-libs/balde-markdown/balde-markdown-0.1.ebuild | 45 | ||||
-rw-r--r-- | net-libs/balde-markdown/metadata.xml | 13 |
3 files changed, 0 insertions, 61 deletions
diff --git a/net-libs/balde-markdown/Manifest b/net-libs/balde-markdown/Manifest deleted file mode 100644 index 205f6dcae275..000000000000 --- a/net-libs/balde-markdown/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST balde-markdown-0.1.tar.bz2 260429 BLAKE2B 4306a02e363a271c77d9ab3f08261ab9410d6ac8c258bc74dec3b1cabd8728927d12bd0d0b2941f5dbd90256e11ef8e30b5c952c2d7711bf6ae2896068822862 SHA512 ba0a952d1f8480f6173a8af6eb662741ac04db4e39d65158afac97606c2faaaff973dce384b2bc1d42aabbdd345cd451fc5624f1c6d2f941f2630b2e76a01d10 -EBUILD balde-markdown-0.1.ebuild 850 BLAKE2B b1ca913c2dbf14d2e6555b5c6bd3f6b753d4d818ba15d74b54ea73097f6f8d66386d86c1bb275194ee4f4c93360108f3ef9bf63acac815238197f302346e2b27 SHA512 dffc4d3ed2003805bbcb1f53e761ec246e8d6900bb40162c402681f14e3a07caff671e7b3669df87efd166d6208cfa9e8a8ef3bfaefe0303095d0c76646c6548 -MISC metadata.xml 432 BLAKE2B c6dc02584514b1ead0b3a13892f4e6c929feb94c493639196d85f6a35379760f637f19e1907b6db72454e663324aa95eee1b4c396031db16663a3fb3d96c7824 SHA512 a70288d86a91ed7dbb558abb31c3c7ac8fe4f69712166497167586f870b39bb9daed6a00ce053e42b8bc17243e036ab04cf7c0c7533f00a5e4160dc031d129b7 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>rafaelmartins@gentoo.org</email> - <name>Rafael G. Martins</name> - </maintainer> - <bugs-to>mailto:balde-dev@googlegroups.com</bugs-to> - <remote-id type="github">balde/balde-markdown</remote-id> - </upstream> -</pkgmetadata> |