aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.6.5.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-27 13:19:39 +0200
committerWynn Wolf Arbor2020-05-27 13:19:39 +0200
commit47b32277ea62174adeb56dac958942b61c7139b9 (patch)
tree87aea84d8e71ff5ffa55de8e16efbbebebe2ca39 /app-text/lowdown/lowdown-0.6.5.ebuild
parent6c8d163eabc9fa5f5152115d8520853de599ea03 (diff)
downloadpramantha-47b32277ea62174adeb56dac958942b61c7139b9.tar.gz
app-text/lowdown: Bump to 0.6.5-r1
Enable support for statically-linked binaries by adding a 'static' USE flag. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'app-text/lowdown/lowdown-0.6.5.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.6.5.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.6.5.ebuild b/app-text/lowdown/lowdown-0.6.5.ebuild
deleted file mode 100644
index c8e11e2..0000000
--- a/app-text/lowdown/lowdown-0.6.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 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"
-}