aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.7.5.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2021-01-10 10:58:58 +0100
committerWynn Wolf Arbor2021-01-10 10:58:58 +0100
commit4acde8c8b647a47d33f395209bb661944fefa195 (patch)
treeacaf35853c922785443c2715ca0af58919aa07e9 /app-text/lowdown/lowdown-0.7.5.ebuild
parent036be1893ba362670900ebef81767b281ca29a22 (diff)
downloadpramantha-4acde8c8b647a47d33f395209bb661944fefa195.tar.gz
app-text/lowdown: Bump to 0.7.7
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Diffstat (limited to 'app-text/lowdown/lowdown-0.7.5.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.7.5.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.7.5.ebuild b/app-text/lowdown/lowdown-0.7.5.ebuild
deleted file mode 100644
index 7d5d165..0000000
--- a/app-text/lowdown/lowdown-0.7.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="static"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-RESTRICT="mirror"
-
-src_configure() {
- ./configure LDFLAGS="$(usex static '-static' '' '' '')" PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
-}