public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/sign/
@ 2015-10-10 12:48 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-10-10 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     217364bef0254769a8fcaeffb3e6d6e4da5c0e72
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 12:48:48 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 12:48:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217364be

app-crypt/sign: Remove myself from metadata

Package-Manager: portage-2.2.23

 app-crypt/sign/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app-crypt/sign/metadata.xml b/app-crypt/sign/metadata.xml
index 22b9e39..d27c6c5 100644
--- a/app-crypt/sign/metadata.xml
+++ b/app-crypt/sign/metadata.xml
@@ -6,11 +6,6 @@
 	<name>Alice Ferrazzi</name>
 	<description>Assign bugs to me.</description>
 </maintainer>
-<maintainer>
-	<email>mrueg@gentoo.org</email>
-	<name>Manuel Rüger</name>
-	<description>CC him on bugs.</description>
-</maintainer>
 <longdescription>
 sign is a file signing and signature verification utility. It's main purpose is
 to be a simple and convenient extension to a tar/gz/bzip2 line of tools to check


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/sign/
@ 2016-06-03 14:19 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2016-06-03 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8554650314e4fab11e1e018b8be0f7affb62dbc8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 14:20:41 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 14:21:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85546503

app-crypt/sign: add libressl support

Package-Manager: portage-2.2.28

 app-crypt/sign/sign-1.0.7.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-crypt/sign/sign-1.0.7.ebuild b/app-crypt/sign/sign-1.0.7.ebuild
index 3277e9e..dd59e5d 100644
--- a/app-crypt/sign/sign-1.0.7.ebuild
+++ b/app-crypt/sign/sign-1.0.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 inherit toolchain-funcs eutils
 
@@ -13,9 +13,11 @@ SRC_URI="http://swapped.cc/${PN}/files/${P}.tar.gz"
 LICENSE="BZIP2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
+IUSE="libressl"
 
-RDEPEND=">=dev-libs/openssl-0.9.8"
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/sign/
@ 2018-02-11 10:01 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-02-11 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     20110fe6e89d6ed87448bf8ccaf1058d01787e72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 09:55:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:01:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20110fe6

app-crypt/sign: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-crypt/sign/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-crypt/sign/metadata.xml b/app-crypt/sign/metadata.xml
index eac2478a0ac..15e7b65be77 100644
--- a/app-crypt/sign/metadata.xml
+++ b/app-crypt/sign/metadata.xml
@@ -4,7 +4,6 @@
 <maintainer type="person">
 	<email>alicef@gentoo.org</email>
 	<name>Alice Ferrazzi</name>
-	<description>Assign bugs to me.</description>
 </maintainer>
 <longdescription>
 sign is a file signing and signature verification utility. It's main purpose is


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

end of thread, other threads:[~2018-02-11 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 14:19 [gentoo-commits] repo/gentoo:master commit in: app-crypt/sign/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2018-02-11 10:01 Michał Górny
2015-10-10 12:48 Manuel Rüger

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