public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/tox-weechat/
@ 2022-05-18 16:54 Tony Olagbaiye
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Olagbaiye @ 2022-05-18 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     23434ed531125dd92333cbc4dc978b5d2a1dac2e
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 16:53:57 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 16:53:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23434ed5

net-im/tox-weechat: new package, add 9999

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 net-im/tox-weechat/metadata.xml            | 10 ++++++++++
 net-im/tox-weechat/tox-weechat-9999.ebuild | 20 ++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-im/tox-weechat/metadata.xml b/net-im/tox-weechat/metadata.xml
new file mode 100644
index 000000000..53d048c4e
--- /dev/null
+++ b/net-im/tox-weechat/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mva@gentoo.org</email>
+    <description>Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name</description>
+    <name>Vadim A. Misbakh-Soloviov</name>
+  </maintainer>
+  <longdescription>Long description of the package</longdescription>
+</pkgmetadata>
\ No newline at end of file

diff --git a/net-im/tox-weechat/tox-weechat-9999.ebuild b/net-im/tox-weechat/tox-weechat-9999.ebuild
new file mode 100644
index 000000000..928f94c4c
--- /dev/null
+++ b/net-im/tox-weechat/tox-weechat-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3 patches
+
+DESCRIPTION="Tox plugin for WeeChat"
+HOMEPAGE="https://github.com/haavard/tox-weechat"
+EGIT_REPO_URI="https://github.com/haavard/tox-weechat"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_configure() {
+	local mycmakeargs=(
+		-DPLUGIN_PATH="/usr/$(get_libdir)/weechat/plugins"
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/tox-weechat/
@ 2022-05-18 17:01 Tony Olagbaiye
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Olagbaiye @ 2022-05-18 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7b98efb79d3a19bd932fbb9c6b381d883aa336df
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 17:01:15 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 17:01:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b98efb7

net-im/tox-weechat: drop

This reverts commit 23434ed531125dd92333cbc4dc978b5d2a1dac2e.
Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 net-im/tox-weechat/metadata.xml            | 10 ----------
 net-im/tox-weechat/tox-weechat-9999.ebuild | 20 --------------------
 2 files changed, 30 deletions(-)

diff --git a/net-im/tox-weechat/metadata.xml b/net-im/tox-weechat/metadata.xml
deleted file mode 100644
index 53d048c4e..000000000
--- a/net-im/tox-weechat/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>mva@gentoo.org</email>
-    <description>Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name</description>
-    <name>Vadim A. Misbakh-Soloviov</name>
-  </maintainer>
-  <longdescription>Long description of the package</longdescription>
-</pkgmetadata>
\ No newline at end of file

diff --git a/net-im/tox-weechat/tox-weechat-9999.ebuild b/net-im/tox-weechat/tox-weechat-9999.ebuild
deleted file mode 100644
index 928f94c4c..000000000
--- a/net-im/tox-weechat/tox-weechat-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3 patches
-
-DESCRIPTION="Tox plugin for WeeChat"
-HOMEPAGE="https://github.com/haavard/tox-weechat"
-EGIT_REPO_URI="https://github.com/haavard/tox-weechat"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-src_configure() {
-	local mycmakeargs=(
-		-DPLUGIN_PATH="/usr/$(get_libdir)/weechat/plugins"
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-18 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-18 17:01 [gentoo-commits] repo/proj/guru:dev commit in: net-im/tox-weechat/ Tony Olagbaiye
  -- strict thread matches above, loose matches on Subject: below --
2022-05-18 16:54 Tony Olagbaiye

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox