logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: f3e2aaaca93c218d2181f483b92a6c913fd2fe61
parent d1f4b9c3090c42da0d5b4e82f1bca7ee55a046bf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jul 2021 16:57:53 +0200

app-text/hoedown: Unused, remove

Diffstat:

Dapp-text/hoedown/Manifest1-
Dapp-text/hoedown/hoedown-3.0.7.ebuild42------------------------------------------
Dapp-text/hoedown/hoedown-9999.ebuild42------------------------------------------
Dapp-text/hoedown/metadata.xml8--------
4 files changed, 0 insertions(+), 93 deletions(-)

diff --git a/app-text/hoedown/Manifest b/app-text/hoedown/Manifest @@ -1 +0,0 @@ -DIST hoedown-3.0.7.tar.gz 66228 BLAKE2B 68c69d87e09c115c61f3644f116a0747dfce897dc288b5818d2502cd317477a1af8dffd552a102bb8fc79915efb5e33d46eb098c1d20e8b3413db2eb7a8d67d6 SHA512 b8b6652350693084d70fd4db4e48a4dbdc1d02164152b1337eee981c9268bc3913ce6b70d56d955204549f650b0bce3d53d40d09c18f6fb21e88937597c76241 diff --git a/app-text/hoedown/hoedown-3.0.7.ebuild b/app-text/hoedown/hoedown-3.0.7.ebuild @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/hoedown/hoedown/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Standards compliant, fast, secure markdown processing library in C" -HOMEPAGE="https://github.com/hoedown/hoedown" - -LICENSE="ISC" -SLOT="0" -IUSE="test" - -RDEPEND="!dev-python/smartypants" -DEPEND=" - ${RDEPEND} - test? ( app-text/htmltidy ) -" - -src_compile() { - emake \ - CC=$(tc-getCC) \ - CFLAGS="${CFLAGS}" -} - -src_install() { - emake \ - PREFIX=/usr \ - LIBDIR=/usr/$(get_libdir) \ - DESTDIR="${D}" \ - install - einstalldocs -} diff --git a/app-text/hoedown/hoedown-9999.ebuild b/app-text/hoedown/hoedown-9999.ebuild @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/hoedown/hoedown/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Standards compliant, fast, secure markdown processing library in C" -HOMEPAGE="https://github.com/hoedown/hoedown" - -LICENSE="ISC" -SLOT="0" -IUSE="test" - -RDEPEND="!dev-python/smartypants" -DEPEND=" - ${RDEPEND} - test? ( app-text/htmltidy ) -" - -src_compile() { - emake \ - CC=$(tc-getCC) \ - CFLAGS="${CFLAGS}" -} - -src_install() { - emake \ - PREFIX=/usr \ - LIBDIR=/usr/$(get_libdir) \ - DESTDIR="${D}" \ - install - einstalldocs -} diff --git a/app-text/hoedown/metadata.xml b/app-text/hoedown/metadata.xml @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> -</pkgmetadata>