Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/
Date: Sat, 17 Apr 2021 20:00:41
Message-Id: 1618626707.169419e63c921b232f563137550b2fad2093cd20.andrewammerlaan@gentoo
1 commit: 169419e63c921b232f563137550b2fad2093cd20
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Apr 17 02:31:47 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Apr 17 02:31:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=169419e6
7
8 app-text/lowdown: moved to ::gentoo
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 app-text/lowdown/Manifest | 1 -
13 app-text/lowdown/lowdown-0.8.4.ebuild | 45 -----------------------------------
14 app-text/lowdown/lowdown-9999.ebuild | 45 -----------------------------------
15 app-text/lowdown/metadata.xml | 17 -------------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
19 deleted file mode 100644
20 index 9885a61c9..000000000
21 --- a/app-text/lowdown/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST lowdown-0.8.4.tar.gz 210080 BLAKE2B 7cf0de77cda02f9c39df40f3e54711654d84d34941094db0d8d28ef26d385a28216e13669c08e65d13b1924a24f50a0f2815145edc4a5d89fab7659ccbe43e9d SHA512 d1d63c96a53692286285a64809317f4ff4b6d2f4499d984cd1284787f3d7ce42ff1ef842bfebd0a2cb4deccfa2bf3d20ff0deb41443b361a314fcde0ee59bd72
25
26 diff --git a/app-text/lowdown/lowdown-0.8.4.ebuild b/app-text/lowdown/lowdown-0.8.4.ebuild
27 deleted file mode 100644
28 index 361710afc..000000000
29 --- a/app-text/lowdown/lowdown-0.8.4.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="simple markdown translator"
40 -HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
41 -
42 -if [[ ${PV} == "9999" ]] ; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
45 -else
46 - SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
47 - KEYWORDS="~amd64 ~x86"
48 -fi
49 -
50 -LICENSE="ISC"
51 -SLOT="0"
52 -
53 -src_prepare() {
54 - default
55 -
56 - # note: not an autoconf configure script (oconfigure)
57 - cat <<-EOF > "configure.local"
58 - PREFIX="${EPREFIX}/usr"
59 - BINDIR="${EPREFIX}/usr/bin"
60 - SBINDIR="${EPREFIX}/usr/sbin"
61 - LIBDIR="${EPREFIX}/usr/$(get_libdir)"
62 - MANDIR="${EPREFIX}/usr/share/man"
63 - INCLUDEDIR="${EPREFIX}/usr/include"
64 -
65 - CFLAGS="${CFLAGS} ${CPPFLAGS}"
66 - LDFLAGS="${LDFLAGS}"
67 - CC="$(tc-getCC)"
68 -
69 - # fix utf-8 locale on musl
70 - $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
71 - EOF
72 -}
73 -
74 -src_configure() {
75 - ./configure
76 -}
77
78 diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild
79 deleted file mode 100644
80 index 361710afc..000000000
81 --- a/app-text/lowdown/lowdown-9999.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -inherit toolchain-funcs
90 -
91 -DESCRIPTION="simple markdown translator"
92 -HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
93 -
94 -if [[ ${PV} == "9999" ]] ; then
95 - inherit git-r3
96 - EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
97 -else
98 - SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
99 - KEYWORDS="~amd64 ~x86"
100 -fi
101 -
102 -LICENSE="ISC"
103 -SLOT="0"
104 -
105 -src_prepare() {
106 - default
107 -
108 - # note: not an autoconf configure script (oconfigure)
109 - cat <<-EOF > "configure.local"
110 - PREFIX="${EPREFIX}/usr"
111 - BINDIR="${EPREFIX}/usr/bin"
112 - SBINDIR="${EPREFIX}/usr/sbin"
113 - LIBDIR="${EPREFIX}/usr/$(get_libdir)"
114 - MANDIR="${EPREFIX}/usr/share/man"
115 - INCLUDEDIR="${EPREFIX}/usr/include"
116 -
117 - CFLAGS="${CFLAGS} ${CPPFLAGS}"
118 - LDFLAGS="${LDFLAGS}"
119 - CC="$(tc-getCC)"
120 -
121 - # fix utf-8 locale on musl
122 - $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
123 - EOF
124 -}
125 -
126 -src_configure() {
127 - ./configure
128 -}
129
130 diff --git a/app-text/lowdown/metadata.xml b/app-text/lowdown/metadata.xml
131 deleted file mode 100644
132 index d3650e990..000000000
133 --- a/app-text/lowdown/metadata.xml
134 +++ /dev/null
135 @@ -1,17 +0,0 @@
136 -<?xml version="1.0" encoding="UTF-8"?>
137 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
138 -<pkgmetadata>
139 - <upstream>
140 - <maintainer>
141 - <name>kristapsdz</name>
142 - <email>kristaps@×××.lv</email>
143 - </maintainer>
144 - <changelog>https://kristaps.bsd.lv/lowdown/archive.html</changelog>
145 - <bugs-to>https://github.com/kristapsdz/lowdown/issues</bugs-to>
146 - <remote-id type="github">kristapsdz/lowdown</remote-id>
147 - </upstream>
148 - <maintainer type="person">
149 - <email>cybertailor@×××××.com</email>
150 - <name>Anna</name>
151 - </maintainer>
152 -</pkgmetadata>