aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.4.6.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-21 17:50:33 +0100
committerWynn Wolf Arbor2020-02-21 17:50:33 +0100
commit1a22c49fc0809cb9762887ebccc08599dd5a0013 (patch)
tree3b44cb8e13faf5ff14c58d14c9d1e9647111e2e8 /app-text/lowdown/lowdown-0.4.6.ebuild
parent89a623939e1f0a5a2790f228281282c7b1fe7630 (diff)
downloadpramantha-1a22c49fc0809cb9762887ebccc08599dd5a0013.tar.gz
app-text/lowdown: Bump to 0.5.4
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'app-text/lowdown/lowdown-0.4.6.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.4.6.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.4.6.ebuild b/app-text/lowdown/lowdown-0.4.6.ebuild
deleted file mode 100644
index baaefc9..0000000
--- a/app-text/lowdown/lowdown-0.4.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2019 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=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-RESTRICT="mirror"
-
-src_configure() {
- ./configure PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
-}