aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.8.4.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-06 10:19:45 +0200
committerWolfgang Müller2021-05-06 10:19:45 +0200
commit73688bf374dad2359f975da931b6d3d94a2779d4 (patch)
tree999713f6e72c99b7759f7daa2fe8406e4ec5ba15 /app-text/lowdown/lowdown-0.8.4.ebuild
parent9f5a74c79f693d3fdae20ff45e81f6d87f25e4a5 (diff)
downloadpramantha-73688bf374dad2359f975da931b6d3d94a2779d4.tar.gz
app-text/lowdown: Drop package
This package has been added upstream in [1]. [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ffc169a189e534b2d7bf0a3820fd3ea6252465
Diffstat (limited to 'app-text/lowdown/lowdown-0.8.4.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.8.4.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.8.4.ebuild b/app-text/lowdown/lowdown-0.8.4.ebuild
deleted file mode 100644
index 59dd497..0000000
--- a/app-text/lowdown/lowdown-0.8.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple markdown translator"
-HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
-SRC_URI="https://kristaps.bsd.lv/lowdown/snapshots/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-RESTRICT="mirror"
-
-src_configure() {
- ./configure LDFLAGS="$(usex static '-static' '' '' '')" PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
-}