Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elicense/
Date: Mon, 20 May 2019 22:28:15
Message-Id: 1558391223.313461f94be9a8ccc0970440a397d4de6f54b9c0.whissi@gentoo
1 commit: 313461f94be9a8ccc0970440a397d4de6f54b9c0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 20 22:27:03 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 22:27:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313461f9
7
8 app-portage/elicense: new package
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-portage/elicense/Manifest | 1 +
14 app-portage/elicense/elicense-1.0.0.ebuild | 23 +++++++++++++++++++++++
15 app-portage/elicense/elicense-9999.ebuild | 23 +++++++++++++++++++++++
16 app-portage/elicense/metadata.xml | 12 ++++++++++++
17 4 files changed, 59 insertions(+)
18
19 diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
20 new file mode 100644
21 index 00000000000..5d6c85b7d43
22 --- /dev/null
23 +++ b/app-portage/elicense/Manifest
24 @@ -0,0 +1 @@
25 +DIST elicense-1.0.0.tar.gz 8719 BLAKE2B 4d9c06cf3229f5a13ec246080098e1f8389afa951bf95cce48159509c160bbc43da511ec0936139c282f59514419fc4911b6a7c9c89bdce18ccda8d175baacae SHA512 5b81e9256486f42f9060d29c7ba3c9101a23a60bfc1ceed978172a2d6feeda22e42486b950ee181a3fe5166e69cabc0ba29043811076865b38f687c0258e9aa8
26
27 diff --git a/app-portage/elicense/elicense-1.0.0.ebuild b/app-portage/elicense/elicense-1.0.0.ebuild
28 new file mode 100644
29 index 00000000000..9d3210d94d9
30 --- /dev/null
31 +++ b/app-portage/elicense/elicense-1.0.0.ebuild
32 @@ -0,0 +1,23 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
38 +inherit distutils-r1
39 +
40 +if [[ ${PV} == "9999" ]]; then
41 + EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
42 + inherit git-r3
43 +else
44 + SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
46 +fi
47 +
48 +DESCRIPTION="A common interface to Gentoo package managers"
49 +HOMEPAGE="https://github.com/Whissi/elicense"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +IUSE=""
54 +
55 +RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
56
57 diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild
58 new file mode 100644
59 index 00000000000..9d3210d94d9
60 --- /dev/null
61 +++ b/app-portage/elicense/elicense-9999.ebuild
62 @@ -0,0 +1,23 @@
63 +# Copyright 1999-2019 Gentoo Authors
64 +# Distributed under the terms of the GNU General Public License v2
65 +
66 +EAPI="7"
67 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
68 +inherit distutils-r1
69 +
70 +if [[ ${PV} == "9999" ]]; then
71 + EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
72 + inherit git-r3
73 +else
74 + SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
75 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-fbsd"
76 +fi
77 +
78 +DESCRIPTION="A common interface to Gentoo package managers"
79 +HOMEPAGE="https://github.com/Whissi/elicense"
80 +
81 +LICENSE="GPL-2"
82 +SLOT="0"
83 +IUSE=""
84 +
85 +RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
86
87 diff --git a/app-portage/elicense/metadata.xml b/app-portage/elicense/metadata.xml
88 new file mode 100644
89 index 00000000000..a100a0b4e8f
90 --- /dev/null
91 +++ b/app-portage/elicense/metadata.xml
92 @@ -0,0 +1,12 @@
93 +<?xml version="1.0" encoding="UTF-8"?>
94 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 +<pkgmetadata>
96 + <maintainer type="person">
97 + <email>whissi@g.o</email>
98 + <name>Thomas Deutschmann</name>
99 + </maintainer>
100 + <stabilize-allarches/>
101 + <upstream>
102 + <remote-id type="github">Whissi/elicense</remote-id>
103 + </upstream>
104 +</pkgmetadata>