aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-06 10:19:45 +0200
committerWolfgang Müller2021-05-06 10:19:45 +0200
commit73688bf374dad2359f975da931b6d3d94a2779d4 (patch)
tree999713f6e72c99b7759f7daa2fe8406e4ec5ba15 /app-text/lowdown
parent9f5a74c79f693d3fdae20ff45e81f6d87f25e4a5 (diff)
downloadpramantha-73688bf374dad2359f975da931b6d3d94a2779d4.tar.gz
app-text/lowdown: Drop package
This package has been added upstream in [1]. [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ffc169a189e534b2d7bf0a3820fd3ea6252465
Diffstat (limited to 'app-text/lowdown')
-rw-r--r--app-text/lowdown/Manifest3
-rw-r--r--app-text/lowdown/lowdown-0.8.4.ebuild23
-rw-r--r--app-text/lowdown/metadata.xml7
3 files changed, 0 insertions, 33 deletions
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
deleted file mode 100644
index b19e62e..0000000
--- a/app-text/lowdown/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lowdown-0.8.4.tar.gz 210080 BLAKE2B 7cf0de77cda02f9c39df40f3e54711654d84d34941094db0d8d28ef26d385a28216e13669c08e65d13b1924a24f50a0f2815145edc4a5d89fab7659ccbe43e9d SHA512 d1d63c96a53692286285a64809317f4ff4b6d2f4499d984cd1284787f3d7ce42ff1ef842bfebd0a2cb4deccfa2bf3d20ff0deb41443b361a314fcde0ee59bd72
-EBUILD lowdown-0.8.4.ebuild 513 BLAKE2B d7a3488c744d025f92a6896162f2f1140b8e4c8f47761bfe2772b9adb860010dc3eac3afa211e3b7b1c5a5a2efb14b04accc027ba4154f037efe7db9fb554e05 SHA512 a68df9e1b05caab5c9291b8220b53619a7351ac2f5052cf3a2b3065e48f99f22b5927da12654f775e1239b13e815a93b58af5228f460f9fb4ea5fdcfb8e4f53c
-MISC metadata.xml 223 BLAKE2B 2c1cd83f1f1d25a43ea978cd66b5c9f6020889613dfaed65d6745858a45d4bf50fda775305420e41c36cafd63d63746ed894411acbced66ab8ae04906dfb8592 SHA512 4f71eacfeb2b21a4ea746ce1663777937b920e942c94eef1fe93c3557e207c9fdb2569369d56637cba563dc50179d62195db6225123ecfedc303600b8a0bb49b
diff --git a/app-text/lowdown/lowdown-0.8.4.ebuild b/app-text/lowdown/lowdown-0.8.4.ebuild
deleted file mode 100644
index 59dd497..0000000
--- a/app-text/lowdown/lowdown-0.8.4.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"
-}
diff --git a/app-text/lowdown/metadata.xml b/app-text/lowdown/metadata.xml
deleted file mode 100644
index c84abce..0000000
--- a/app-text/lowdown/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>wolf@oriole.systems</email>
- </maintainer>
-</pkgmetadata>