* [gentoo-commits] repo/proj/guru:dev commit in: app-text/lowdown/
@ 2021-03-21 20:46 Andrew Ammerlaan
2021-03-21 20:46 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-21 20:46 UTC (permalink / raw
To: gentoo-commits
commit: ddd47421f01ccb9ab960731bd9dfc98acbd81985
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 21 20:46:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 20:46:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddd47421
app-text/lowdown: add proper keywords
repoman doesn't like having ~* in the keywords
(and I myself don't think it is a good idea either)
If this really works on everything, then just add all
keywords supported by Gentoo manually.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-text/lowdown/lowdown-0.8.3.ebuild | 7 +------
app-text/lowdown/lowdown-9999.ebuild | 7 +------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-0.8.3.ebuild
+++ b/app-text/lowdown/lowdown-0.8.3.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
- KEYWORDS=""
else
SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
- KEYWORDS="~*"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="ISC"
SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_prepare() {
default
diff --git a/app-text/lowdown/lowdown-9999.ebuild b/app-text/lowdown/lowdown-9999.ebuild
index 8f104fb8..361710af 100644
--- a/app-text/lowdown/lowdown-9999.ebuild
+++ b/app-text/lowdown/lowdown-9999.ebuild
@@ -11,18 +11,13 @@ HOMEPAGE="https://kristaps.bsd.lv/lowdown/"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/kristapsdz/${PN}.git"
- KEYWORDS=""
else
SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
- KEYWORDS="~*"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="ISC"
SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_prepare() {
default
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/
@ 2021-03-21 20:46 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-21 20:46 UTC (permalink / raw
To: gentoo-commits
commit: ec651080b5707f8581ec59c92b3ad7d298bb7679
Author: Anna Vyalkova <CyberTailor <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 20:17:31 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 20:17:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec651080
app-text/lowdown: add package
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Anna Vyalkova <cybertailor <AT> gmail.com>
app-text/lowdown/Manifest | 1 +
app-text/lowdown/lowdown-0.8.3.ebuild | 50 +++++++++++++++++++++++++++++++++++
app-text/lowdown/lowdown-9999.ebuild | 50 +++++++++++++++++++++++++++++++++++
app-text/lowdown/metadata.xml | 17 ++++++++++++
4 files changed, 118 insertions(+)
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
new file mode 100644
index 00000000..67bc61f4
--- /dev/null
+++ b/app-text/lowdown/Manifest
@@ -0,0 +1 @@
+DIST lowdown-0.8.3.tar.gz 201286 BLAKE2B 7bbebfa625e98e4a23fde37e67c7a02c4113242ddd7cee249393f3f74db52a799085bb812d323e42092c823be122fac0513e9d50b69b28c02a443b7cfd7706a0 SHA512 6c1a8fe7fc9ee0a34d0be35aefbcf597e0335b31cdfc3201e5e5db58f9bc79b26ddd2495b74ce0b8e89b486df300a2ea338c18bc991c61527a2360dca2c9804f
diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
new file mode 100644
index 00000000..8f104fb8
--- /dev/null
+++ b/app-text/lowdown/lowdown-0.8.3.ebuild
@@ -0,0 +1,50 @@
+# 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"
+ KEYWORDS=""
+else
+ SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
+ KEYWORDS="~*"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+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
new file mode 100644
index 00000000..8f104fb8
--- /dev/null
+++ b/app-text/lowdown/lowdown-9999.ebuild
@@ -0,0 +1,50 @@
+# 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"
+ KEYWORDS=""
+else
+ SRC_URI="https://kristaps.bsd.lv/${PN}/snapshots/${P}.tar.gz"
+ KEYWORDS="~*"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+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
new file mode 100644
index 00000000..d3650e99
--- /dev/null
+++ b/app-text/lowdown/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/
@ 2021-04-08 10:12 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-08 10:12 UTC (permalink / raw
To: gentoo-commits
commit: e18df2e81d30bf3e22621c43a11676da41d0c7eb
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Thu Apr 8 07:10:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 8 07:10:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e18df2e8
app-text/lowdown: bump to 0.8.4
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
app-text/lowdown/Manifest | 2 +-
app-text/lowdown/{lowdown-0.8.3.ebuild => lowdown-0.8.4.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
index 67bc61f46..9885a61c9 100644
--- a/app-text/lowdown/Manifest
+++ b/app-text/lowdown/Manifest
@@ -1 +1 @@
-DIST lowdown-0.8.3.tar.gz 201286 BLAKE2B 7bbebfa625e98e4a23fde37e67c7a02c4113242ddd7cee249393f3f74db52a799085bb812d323e42092c823be122fac0513e9d50b69b28c02a443b7cfd7706a0 SHA512 6c1a8fe7fc9ee0a34d0be35aefbcf597e0335b31cdfc3201e5e5db58f9bc79b26ddd2495b74ce0b8e89b486df300a2ea338c18bc991c61527a2360dca2c9804f
+DIST lowdown-0.8.4.tar.gz 210080 BLAKE2B 7cf0de77cda02f9c39df40f3e54711654d84d34941094db0d8d28ef26d385a28216e13669c08e65d13b1924a24f50a0f2815145edc4a5d89fab7659ccbe43e9d SHA512 d1d63c96a53692286285a64809317f4ff4b6d2f4499d984cd1284787f3d7ce42ff1ef842bfebd0a2cb4deccfa2bf3d20ff0deb41443b361a314fcde0ee59bd72
diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.4.ebuild
similarity index 100%
rename from app-text/lowdown/lowdown-0.8.3.ebuild
rename to app-text/lowdown/lowdown-0.8.4.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-text/lowdown/
@ 2021-04-17 20:00 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 169419e63c921b232f563137550b2fad2093cd20
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 02:31:47 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-17 20:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-21 20:46 [gentoo-commits] repo/proj/guru:dev commit in: app-text/lowdown/ Andrew Ammerlaan
2021-03-21 20:46 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-03-21 20:46 Andrew Ammerlaan
2021-04-08 10:12 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox