From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/lowdown/
Date: Sat, 17 Apr 2021 02:31:58 +0000 (UTC) [thread overview]
Message-ID: <1618626707.169419e63c921b232f563137550b2fad2093cd20.telans@gentoo> (raw)
commit: 169419e63c921b232f563137550b2fad2093cd20
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 02:31:47 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 17 02:31:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=169419e6
app-text/lowdown: moved to ::gentoo
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
app-text/lowdown/Manifest | 1 -
app-text/lowdown/lowdown-0.8.4.ebuild | 45 -----------------------------------
app-text/lowdown/lowdown-9999.ebuild | 45 -----------------------------------
app-text/lowdown/metadata.xml | 17 -------------
4 files changed, 108 deletions(-)
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
deleted file mode 100644
index 9885a61c9..000000000
--- a/app-text/lowdown/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lowdown-0.8.4.tar.gz 210080 BLAKE2B 7cf0de77cda02f9c39df40f3e54711654d84d34941094db0d8d28ef26d385a28216e13669c08e65d13b1924a24f50a0f2815145edc4a5d89fab7659ccbe43e9d SHA512 d1d63c96a53692286285a64809317f4ff4b6d2f4499d984cd1284787f3d7ce42ff1ef842bfebd0a2cb4deccfa2bf3d20ff0deb41443b361a314fcde0ee59bd72
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 361710afc..000000000
--- a/app-text/lowdown/lowdown-0.8.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="simple markdown translator"
-HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-else
- SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-src_prepare() {
- default
-
- # note: not an autoconf configure script (oconfigure)
- cat <<-EOF > "configure.local"
- PREFIX="${EPREFIX}/usr"
- BINDIR="${EPREFIX}/usr/bin"
- SBINDIR="${EPREFIX}/usr/sbin"
- LIBDIR="${EPREFIX}/usr/$(get_libdir)"
- MANDIR="${EPREFIX}/usr/share/man"
- INCLUDEDIR="${EPREFIX}/usr/include"
-
- CFLAGS="${CFLAGS} ${CPPFLAGS}"
- LDFLAGS="${LDFLAGS}"
- CC="$(tc-getCC)"
-
- # fix utf-8 locale on musl
- $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
- EOF
-}
-
-src_configure() {
- ./configure
-}
diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild
deleted file mode 100644
index 361710afc..000000000
--- a/app-text/lowdown/lowdown-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="simple markdown translator"
-HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
-else
- SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-src_prepare() {
- default
-
- # note: not an autoconf configure script (oconfigure)
- cat <<-EOF > "configure.local"
- PREFIX="${EPREFIX}/usr"
- BINDIR="${EPREFIX}/usr/bin"
- SBINDIR="${EPREFIX}/usr/sbin"
- LIBDIR="${EPREFIX}/usr/$(get_libdir)"
- MANDIR="${EPREFIX}/usr/share/man"
- INCLUDEDIR="${EPREFIX}/usr/include"
-
- CFLAGS="${CFLAGS} ${CPPFLAGS}"
- LDFLAGS="${LDFLAGS}"
- CC="$(tc-getCC)"
-
- # fix utf-8 locale on musl
- $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
- EOF
-}
-
-src_configure() {
- ./configure
-}
diff --git a/app-text/lowdown/metadata.xml b/app-text/lowdown/metadata.xml
deleted file mode 100644
index d3650e990..000000000
--- a/app-text/lowdown/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <maintainer>
- <name>kristapsdz</name>
- <email>kristaps@bsd.lv</email>
- </maintainer>
- <changelog>https://kristaps.bsd.lv/lowdown/archive.html</changelog>
- <bugs-to>https://github.com/kristapsdz/lowdown/issues</bugs-to>
- <remote-id type="github">kristapsdz/lowdown</remote-id>
- </upstream>
- <maintainer type="person">
- <email>cybertailor@gmail.com</email>
- <name>Anna</name>
- </maintainer>
-</pkgmetadata>
next reply other threads:[~2021-04-17 2:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-17 2:31 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-08 7:11 [gentoo-commits] repo/proj/guru:dev commit in: app-text/lowdown/ Anna Vyalkova
2021-03-21 20:46 Andrew Ammerlaan
2021-03-21 20:18 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1618626707.169419e63c921b232f563137550b2fad2093cd20.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox