* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2016-12-20 16:54 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2016-12-20 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 67742bf898819ae46dec8424f619be1a5443935f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:36:47 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:53:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67742bf8
app-crypt/manuale: Initial version
Package-Manager: portage-2.3.3
app-crypt/manuale/Manifest | 1 +
app-crypt/manuale/manuale-1.0.3.ebuild | 25 +++++++++++++++++++++++++
app-crypt/manuale/metadata.xml | 11 +++++++++++
3 files changed, 37 insertions(+)
diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
new file mode 100644
index 00000000..d1dc7f4
--- /dev/null
+++ b/app-crypt/manuale/Manifest
@@ -0,0 +1 @@
+DIST manuale-1.0.3.tar.gz 13407 SHA256 97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184 WHIRLPOOL aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70
diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild
new file mode 100644
index 00000000..03cb105
--- /dev/null
+++ b/app-crypt/manuale/manuale-1.0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully manual Let's Encrypt client"
+HOMEPAGE="https://github.com/veeti/manuale"
+SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]"
+
+DOCS=( README.md CHANGELOG.md)
diff --git a/app-crypt/manuale/metadata.xml b/app-crypt/manuale/metadata.xml
new file mode 100644
index 00000000..390ea10
--- /dev/null
+++ b/app-crypt/manuale/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">veeti/manuale</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2016-12-29 23:46 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2016-12-29 23:46 UTC (permalink / raw
To: gentoo-commits
commit: b9ac010aea639b147fde2547612fc8d6f4ca084f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 23:45:32 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 23:45:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ac010a
app-crypt/manuale: Drop python2.7
Gentoo-Bug: #603872
Package-Manager: portage-2.3.3
app-crypt/manuale/manuale-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild
index 03cb105..518eb51 100644
--- a/app-crypt/manuale/manuale-1.0.3.ebuild
+++ b/app-crypt/manuale/manuale-1.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python3_4 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2017-01-04 22:53 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2017-01-04 22:53 UTC (permalink / raw
To: gentoo-commits
commit: afc163534e56ec53f3a40d6328fa42dc570b0734
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 22:53:10 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 22:53:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc16353
app-crypt/manuale: Version bump to 1.1.0
Package-Manager: portage-2.3.3
app-crypt/manuale/Manifest | 1 +
app-crypt/manuale/manuale-1.1.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
index d1dc7f4..41b9671 100644
--- a/app-crypt/manuale/Manifest
+++ b/app-crypt/manuale/Manifest
@@ -1 +1,2 @@
DIST manuale-1.0.3.tar.gz 13407 SHA256 97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184 WHIRLPOOL aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70
+DIST manuale-1.1.0.tar.gz 14015 SHA256 e39ec3109153b1cd171678fff130fd36a6bc8ac129d24be8283854945069c3de SHA512 b78d6468fba14738f0b33cb11817a61692bab2b18a3331b2696c6e1c070a202903be6d6f642da7dd35560b15ee5fe24afecebe51395bdacae59f04cc582b6b44 WHIRLPOOL 8b22942b6384c7bd9d09dc1540b7a6fb0b4ac7847cc7fa60778743908e8d930eede4a4f23e9a360e72534ca3402824978bd926defbbea085d33055f42273d6b4
diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild b/app-crypt/manuale/manuale-1.1.0.ebuild
new file mode 100644
index 00000000..e6e9f81
--- /dev/null
+++ b/app-crypt/manuale/manuale-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully manual Let's Encrypt client"
+HOMEPAGE="https://github.com/veeti/manuale"
+SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]"
+
+DOCS=( README.md CHANGELOG.md)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2017-03-10 15:28 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2017-03-10 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 5794cb71313a267a2d70b102d268bcf8b36f1c7b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 15:28:17 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 15:28:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5794cb71
app-crypt/manuale: Add python3_5 support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-crypt/manuale/manuale-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild b/app-crypt/manuale/manuale-1.1.0.ebuild
index 824f41f6b00..9b16cb96273 100644
--- a/app-crypt/manuale/manuale-1.1.0.ebuild
+++ b/app-crypt/manuale/manuale-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python{3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2017-05-05 15:30 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2017-05-05 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 015c36934a0ae0c168508213c448f10892a3a3ca
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 15:29:59 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 5 15:30:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015c3693
app-crypt/manuale: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-crypt/manuale/manuale-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild b/app-crypt/manuale/manuale-1.1.0.ebuild
index 9b16cb96273..974307de8f4 100644
--- a/app-crypt/manuale/manuale-1.1.0.ebuild
+++ b/app-crypt/manuale/manuale-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2017-07-23 11:58 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2017-07-23 11:58 UTC (permalink / raw
To: gentoo-commits
commit: daef62ae62e1a609865227375479e727638ba889
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 11:54:20 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 11:56:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daef62ae
app-crypt/manuale: Drop myself as a maintainer
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-crypt/manuale/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-crypt/manuale/metadata.xml b/app-crypt/manuale/metadata.xml
index 390ea1054ff..0610b7e1cd7 100644
--- a/app-crypt/manuale/metadata.xml
+++ b/app-crypt/manuale/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">veeti/manuale</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/
@ 2017-07-23 12:01 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-07-23 12:01 UTC (permalink / raw
To: gentoo-commits
commit: ecfdb57dbd25f5f59ecaf597572203fc7c3ad47c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 11:59:27 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 12:01:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfdb57d
app-crypt/manuale: remove 1.0.3
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-crypt/manuale/Manifest | 1 -
app-crypt/manuale/manuale-1.0.3.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
index 41b96710a7f..7998d8dc9ff 100644
--- a/app-crypt/manuale/Manifest
+++ b/app-crypt/manuale/Manifest
@@ -1,2 +1 @@
-DIST manuale-1.0.3.tar.gz 13407 SHA256 97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184 WHIRLPOOL aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70
DIST manuale-1.1.0.tar.gz 14015 SHA256 e39ec3109153b1cd171678fff130fd36a6bc8ac129d24be8283854945069c3de SHA512 b78d6468fba14738f0b33cb11817a61692bab2b18a3331b2696c6e1c070a202903be6d6f642da7dd35560b15ee5fe24afecebe51395bdacae59f04cc582b6b44 WHIRLPOOL 8b22942b6384c7bd9d09dc1540b7a6fb0b4ac7847cc7fa60778743908e8d930eede4a4f23e9a360e72534ca3402824978bd926defbbea085d33055f42273d6b4
diff --git a/app-crypt/manuale/manuale-1.0.3.ebuild b/app-crypt/manuale/manuale-1.0.3.ebuild
deleted file mode 100644
index 1a77668cccc..00000000000
--- a/app-crypt/manuale/manuale-1.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fully manual Let's Encrypt client"
-HOMEPAGE="https://github.com/veeti/manuale"
-SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-
-DOCS=( README.md CHANGELOG.md)
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-07-23 12:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 16:54 [gentoo-commits] repo/gentoo:master commit in: app-crypt/manuale/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-12-29 23:46 Manuel Rüger
2017-01-04 22:53 Manuel Rüger
2017-03-10 15:28 Manuel Rüger
2017-05-05 15:30 Manuel Rüger
2017-07-23 11:58 Manuel Rüger
2017-07-23 12:01 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox