aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.8.3.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-04-15 12:48:21 +0200
committerWolfgang Müller2021-04-15 12:48:21 +0200
commit122b351e13c6cca504f7680c996b264f7f077ba2 (patch)
treedbad4323a412c03a827468ed9396e1176d8db1df /app-text/lowdown/lowdown-0.8.3.ebuild
parentdef241723d0c8a29e0e63e95e0338270139e2786 (diff)
downloadpramantha-122b351e13c6cca504f7680c996b264f7f077ba2.tar.gz
app-text/lowdown: Bump to 0.8.4
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Diffstat (limited to 'app-text/lowdown/lowdown-0.8.3.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.8.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
deleted file mode 100644
index 59dd497..0000000
--- a/app-text/lowdown/lowdown-0.8.3.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"
-}