aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.6.5-r1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-18 10:57:25 +0200
committerWynn Wolf Arbor2020-06-18 10:57:25 +0200
commitb294f9775b5a55bf2923ec4b9769486ffa9841f3 (patch)
tree30440cc089bd12e6ddda05435bce17dd00edfdcf /app-text/lowdown/lowdown-0.6.5-r1.ebuild
parent1585ba3ef24ef3fda744e3cec0bf34fb616cb879 (diff)
downloadpramantha-b294f9775b5a55bf2923ec4b9769486ffa9841f3.tar.gz
app-text/lowdown: Bump to 0.7.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'app-text/lowdown/lowdown-0.6.5-r1.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.6.5-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.6.5-r1.ebuild b/app-text/lowdown/lowdown-0.6.5-r1.ebuild
deleted file mode 100644
index 7d5d165..0000000
--- a/app-text/lowdown/lowdown-0.6.5-r1.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"
-}