public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/dmr_utils/
@ 2018-11-16 18:42 Rick Farina
  0 siblings, 0 replies; 3+ messages in thread
From: Rick Farina @ 2018-11-16 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9c685ea2d0ab1429e17af1d95733f6fac62d8aa0
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 16 18:40:21 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Nov 16 18:42:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c685ea2

net-misc/dmr_utils: import from pentoo

dep of hblink

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

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

diff --git a/net-misc/dmr_utils/dmr_utils-9999.ebuild b/net-misc/dmr_utils/dmr_utils-9999.ebuild
new file mode 100644
index 00000000000..dff3e7fd70b
--- /dev/null
+++ b/net-misc/dmr_utils/dmr_utils-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="Python utilities for working with DMR"
+HOMEPAGE="https://github.com/n0mjs710/dmr_utils"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/n0mjs710/dmr_utils.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+PDEPEND="dev-python/bitarray["${PYTHON_USEDEP}"]"

diff --git a/net-misc/dmr_utils/metadata.xml b/net-misc/dmr_utils/metadata.xml
new file mode 100644
index 00000000000..b4ca965f410
--- /dev/null
+++ b/net-misc/dmr_utils/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">
+		<name>Rick Farina</name>
+		<email>zerochaos@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/dmr_utils/
@ 2018-11-17 23:29 Thomas Deutschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2018-11-17 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b4765b755b8ae119283ad1a0332b0b0de57a4f08
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 23:28:25 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 23:28:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4765b75

net-misc/dmr_utils: metadata.xml: remove empty longdescription element

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-misc/dmr_utils/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-misc/dmr_utils/metadata.xml b/net-misc/dmr_utils/metadata.xml
index b4ca965f410..f4c696b2c61 100644
--- a/net-misc/dmr_utils/metadata.xml
+++ b/net-misc/dmr_utils/metadata.xml
@@ -5,6 +5,4 @@
 		<name>Rick Farina</name>
 		<email>zerochaos@gentoo.org</email>
 	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/dmr_utils/
@ 2020-02-11 12:16 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-11 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:05:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18c500e

net-misc/dmr_utils: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/dmr_utils/dmr_utils-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dmr_utils/dmr_utils-9999.ebuild b/net-misc/dmr_utils/dmr_utils-9999.ebuild
index dff3e7fd70b..134326c73cc 100644
--- a/net-misc/dmr_utils/dmr_utils-9999.ebuild
+++ b/net-misc/dmr_utils/dmr_utils-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit git-r3 distutils-r1
 


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

end of thread, other threads:[~2020-02-11 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16 18:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/dmr_utils/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2018-11-17 23:29 Thomas Deutschmann
2020-02-11 12:16 Michał Górny

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