public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetdb/
Date: Tue, 12 Mar 2019 04:15:25 +0000 (UTC)	[thread overview]
Message-ID: <1552364116.a0e27e4d4d26c04a2daeb1c0996960488207fcf8.zerochaos@gentoo> (raw)

commit:     a0e27e4d4d26c04a2daeb1c0996960488207fcf8
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 04:14:54 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 04:15:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e27e4d

net-wireless/kismetdb: add release

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

 net-wireless/kismetdb/Manifest                              |  1 +
 .../{kismetdb-9999.ebuild => kismetdb-2019.03.01.ebuild}    | 13 +++++++++----
 net-wireless/kismetdb/kismetdb-9999.ebuild                  | 13 +++++++++----
 3 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/net-wireless/kismetdb/Manifest b/net-wireless/kismetdb/Manifest
new file mode 100644
index 00000000000..744d865f57e
--- /dev/null
+++ b/net-wireless/kismetdb/Manifest
@@ -0,0 +1 @@
+DIST kismetdb-2019.03.01.tar.gz 29115 BLAKE2B 2ff59518faa2fa4d689af901ae017b73dbe137f8e6ddf2bc897b297a9c87348110e682d181244506526cabf9febdee7956587f4c2988ec6fc5a80b0224b41239 SHA512 5b886ff5c133aea0c5d53bddaefd201061e6866987338f61623787b79397a396198fa3ba68a08e5728fa571bd2fb250eaf7b5ee785a165f4b1ba818f412d4bb3

diff --git a/net-wireless/kismetdb/kismetdb-9999.ebuild b/net-wireless/kismetdb/kismetdb-2019.03.01.ebuild
similarity index 56%
copy from net-wireless/kismetdb/kismetdb-9999.ebuild
copy to net-wireless/kismetdb/kismetdb-2019.03.01.ebuild
index 61f3dbd0918..a0a5fee7f90 100644
--- a/net-wireless/kismetdb/kismetdb-9999.ebuild
+++ b/net-wireless/kismetdb/kismetdb-2019.03.01.ebuild
@@ -4,16 +4,21 @@
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit git-r3 distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Kismetdb database log helper library"
 HOMEPAGE="https://kismetwireless.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"
+else
+	SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/python-kismet-db-${PV}"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/net-wireless/kismetdb/kismetdb-9999.ebuild b/net-wireless/kismetdb/kismetdb-9999.ebuild
index 61f3dbd0918..a0a5fee7f90 100644
--- a/net-wireless/kismetdb/kismetdb-9999.ebuild
+++ b/net-wireless/kismetdb/kismetdb-9999.ebuild
@@ -4,16 +4,21 @@
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit git-r3 distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Kismetdb database log helper library"
 HOMEPAGE="https://kismetwireless.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"
+else
+	SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/python-kismet-db-${PV}"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]


             reply	other threads:[~2019-03-12  4:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  4:15 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-07 18:35 [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetdb/ Rick Farina
2020-08-17 16:27 Rick Farina
2020-02-06  6:18 Michał Górny
2019-05-30 19:20 Rick Farina
2019-03-11 20:12 Rick Farina
2019-02-27 22:22 Rick Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552364116.a0e27e4d4d26c04a2daeb1c0996960488207fcf8.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox