public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/
Date: Mon, 20 May 2019 22:28:10 +0000 (UTC)	[thread overview]
Message-ID: <1558391223.313461f94be9a8ccc0970440a397d4de6f54b9c0.whissi@gentoo> (raw)

commit:     313461f94be9a8ccc0970440a397d4de6f54b9c0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 22:27:03 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May 20 22:27:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313461f9

app-portage/elicense: new package

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

 app-portage/elicense/Manifest              |  1 +
 app-portage/elicense/elicense-1.0.0.ebuild | 23 +++++++++++++++++++++++
 app-portage/elicense/elicense-9999.ebuild  | 23 +++++++++++++++++++++++
 app-portage/elicense/metadata.xml          | 12 ++++++++++++
 4 files changed, 59 insertions(+)

diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
new file mode 100644
index 00000000000..5d6c85b7d43
--- /dev/null
+++ b/app-portage/elicense/Manifest
@@ -0,0 +1 @@
+DIST elicense-1.0.0.tar.gz 8719 BLAKE2B 4d9c06cf3229f5a13ec246080098e1f8389afa951bf95cce48159509c160bbc43da511ec0936139c282f59514419fc4911b6a7c9c89bdce18ccda8d175baacae SHA512 5b81e9256486f42f9060d29c7ba3c9101a23a60bfc1ceed978172a2d6feeda22e42486b950ee181a3fe5166e69cabc0ba29043811076865b38f687c0258e9aa8

diff --git a/app-portage/elicense/elicense-1.0.0.ebuild b/app-portage/elicense/elicense-1.0.0.ebuild
new file mode 100644
index 00000000000..9d3210d94d9
--- /dev/null
+++ b/app-portage/elicense/elicense-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/Whissi/elicense"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"

diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild
new file mode 100644
index 00000000000..9d3210d94d9
--- /dev/null
+++ b/app-portage/elicense/elicense-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]]; then
+	EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/Whissi/elicense"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"

diff --git a/app-portage/elicense/metadata.xml b/app-portage/elicense/metadata.xml
new file mode 100644
index 00000000000..a100a0b4e8f
--- /dev/null
+++ b/app-portage/elicense/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>whissi@gentoo.org</email>
+		<name>Thomas Deutschmann</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">Whissi/elicense</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2019-05-20 22:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 22:28 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-20 22:35 [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/ Thomas Deutschmann
2019-05-21 14:50 Thomas Deutschmann
2019-05-21 14:50 Thomas Deutschmann
2019-05-22 20:42 Thomas Deutschmann
2019-09-08 18:35 Thomas Deutschmann
2019-12-31  3:17 Thomas Deutschmann
2019-12-31  3:17 Thomas Deutschmann
2020-02-11 11:38 Michał Górny
2020-09-02 15:58 Thomas Deutschmann
2022-04-27 21:57 Andreas K. Hüttel
2022-06-06 13:35 Ulrich Müller
2023-01-21  6:53 Sam James
2024-06-03 15:27 Ben Kohler
2024-06-03 15:27 Ben Kohler
2024-06-03 15:27 Ben Kohler

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=1558391223.313461f94be9a8ccc0970440a397d4de6f54b9c0.whissi@gentoo \
    --to=whissi@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