* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/
@ 2021-01-20 22:15 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-01-20 22:15 UTC (permalink / raw
To: gentoo-commits
commit: ecb88141fa0b54e1849fbb0d807ffcd02c33c22a
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Tue Jan 19 20:07:07 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Wed Jan 20 22:15:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecb88141
net-misc/tootle: new pkg; add version 1.0_alpha2 and live
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
net-misc/tootle/Manifest | 1 +
net-misc/tootle/metadata.xml | 11 ++++++
net-misc/tootle/tootle-1.0_alpha2.ebuild | 58 ++++++++++++++++++++++++++++++++
net-misc/tootle/tootle-9999.ebuild | 57 +++++++++++++++++++++++++++++++
4 files changed, 127 insertions(+)
diff --git a/net-misc/tootle/Manifest b/net-misc/tootle/Manifest
new file mode 100644
index 00000000..7f182e5d
--- /dev/null
+++ b/net-misc/tootle/Manifest
@@ -0,0 +1 @@
+DIST tootle-1.0_alpha2.tar.gz 794059 BLAKE2B 7dd03b8bdb3f8b9ae3758fc8c3e7f1fa3529ddc61cf3e281ed92330b89c99651e860d213cf1a3818abff24853b20a9562f46ac1c601e94537bf45940166a17aa SHA512 cb51fce1b439a0703be5e0c755aaebd4ad81b87252f19784cbec80ce3c43e94bfc72c5e205e9a016706a8edd4dfffc9ce0ecfddae4fc45f0edec85f5fca9dfcf
diff --git a/net-misc/tootle/metadata.xml b/net-misc/tootle/metadata.xml
new file mode 100644
index 00000000..e0e9cf02
--- /dev/null
+++ b/net-misc/tootle/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@protonmail.com</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">bleakgrey/tootle</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild b/net-misc/tootle/tootle-1.0_alpha2.ebuild
new file mode 100644
index 00000000..e0cbe714
--- /dev/null
+++ b/net-misc/tootle/tootle-1.0_alpha2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala meson gnome2-utils xdg
+
+DESCRIPTION="Mastodon client written in GTK3"
+HOMEPAGE="https://github.com/bleakgrey/tootle"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
+else
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+KEYWORDS="~arm64 ~amd64"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/json-glib
+ dev-libs/libgee:0.8
+ gui-libs/libhandy:1
+ net-libs/libsoup:2.4
+ x11-libs/gtk+:3
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+src_prepare() {
+ xdg_src_prepare
+ vala_src_prepare
+ default
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_gconf_uninstall
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
diff --git a/net-misc/tootle/tootle-9999.ebuild b/net-misc/tootle/tootle-9999.ebuild
new file mode 100644
index 00000000..71270f2c
--- /dev/null
+++ b/net-misc/tootle/tootle-9999.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala meson gnome2-utils xdg
+
+DESCRIPTION="Mastodon client written in GTK3"
+HOMEPAGE="https://github.com/bleakgrey/tootle"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
+else
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/json-glib
+ dev-libs/libgee:0.8
+ gui-libs/libhandy:1
+ net-libs/libsoup:2.4
+ x11-libs/gtk+:3
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+src_prepare() {
+ xdg_src_prepare
+ vala_src_prepare
+ default
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_gconf_uninstall
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/
@ 2021-01-21 13:20 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-21 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 60baca2d739ef61f579665664168e109fb0d9a2d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Jan 21 13:20:09 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jan 21 13:20:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60baca2d
net-misc/tootle: fix KEYWORDS, defined twice
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-misc/tootle/tootle-1.0_alpha2.ebuild | 3 +--
net-misc/tootle/tootle-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild b/net-misc/tootle/tootle-1.0_alpha2.ebuild
index e0cbe714..60d58c45 100644
--- a/net-misc/tootle/tootle-1.0_alpha2.ebuild
+++ b/net-misc/tootle/tootle-1.0_alpha2.ebuild
@@ -14,12 +14,11 @@ if [[ "${PV}" == *9999* ]]; then
else
MY_PV="${PV/_/-}"
SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
LICENSE="GPL-3"
-KEYWORDS="~arm64 ~amd64"
SLOT="0"
RDEPEND="
diff --git a/net-misc/tootle/tootle-9999.ebuild b/net-misc/tootle/tootle-9999.ebuild
index 71270f2c..60d58c45 100644
--- a/net-misc/tootle/tootle-9999.ebuild
+++ b/net-misc/tootle/tootle-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
else
MY_PV="${PV/_/-}"
SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/
@ 2021-02-02 17:02 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-02-02 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 1d67425b35f8dd13057e5adaf36e392356792097
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 2 16:55:20 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Tue Feb 2 16:55:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d67425b
net-misc/tootle: bump to 1.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
net-misc/tootle/Manifest | 1 +
net-misc/tootle/tootle-1.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/net-misc/tootle/Manifest b/net-misc/tootle/Manifest
index 7f182e5d..3c8d70d4 100644
--- a/net-misc/tootle/Manifest
+++ b/net-misc/tootle/Manifest
@@ -1 +1,2 @@
+DIST tootle-1.0.tar.gz 795812 BLAKE2B 6e0125d37646f39a5b0e26cb28080bc4b79cf50dfa805940359fcfe98156020106b309cb553a6844a0a4bff51298117e43805675159786a3d6af83e20098eb1b SHA512 31eadfcc27cff26e8c84ecc56209e8bc9e0f616a9ab32a63208a89875597ecc668ac856a6044533b718c90f4acd286b7f07ca1386d6bb8d259a793e339a3f79d
DIST tootle-1.0_alpha2.tar.gz 794059 BLAKE2B 7dd03b8bdb3f8b9ae3758fc8c3e7f1fa3529ddc61cf3e281ed92330b89c99651e860d213cf1a3818abff24853b20a9562f46ac1c601e94537bf45940166a17aa SHA512 cb51fce1b439a0703be5e0c755aaebd4ad81b87252f19784cbec80ce3c43e94bfc72c5e205e9a016706a8edd4dfffc9ce0ecfddae4fc45f0edec85f5fca9dfcf
diff --git a/net-misc/tootle/tootle-1.0.ebuild b/net-misc/tootle/tootle-1.0.ebuild
new file mode 100644
index 00000000..60d58c45
--- /dev/null
+++ b/net-misc/tootle/tootle-1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala meson gnome2-utils xdg
+
+DESCRIPTION="Mastodon client written in GTK3"
+HOMEPAGE="https://github.com/bleakgrey/tootle"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git"
+else
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+ S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/json-glib
+ dev-libs/libgee:0.8
+ gui-libs/libhandy:1
+ net-libs/libsoup:2.4
+ x11-libs/gtk+:3
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+src_prepare() {
+ xdg_src_prepare
+ vala_src_prepare
+ default
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_gconf_uninstall
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/
@ 2021-11-26 9:40 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2021-11-26 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 85d4c8fee236ccf668b6b9dc581e460e16c1702a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 09:39:47 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 09:39:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85d4c8fe
net-misc/tootle: drop to maintainer-needed
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
net-misc/tootle/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-misc/tootle/metadata.xml b/net-misc/tootle/metadata.xml
index 9f7155d54..8ab5c7f48 100644
--- a/net-misc/tootle/metadata.xml
+++ b/net-misc/tootle/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
+<!-- maintainer-needed -->
<upstream>
<remote-id type="github">bleakgrey/tootle</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-26 9:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-21 13:20 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-11-26 9:40 Maciej Barć
2021-02-02 17:02 Maciej Barć
2021-01-20 22:15 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox