public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/deltup/
@ 2017-05-19 10:52 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d4b990da19a0bc779480169b81fe16fb4c8863ff
Author:     Amir Ghassemi Nasr <Ameretat.Reith <AT> gmail <DOT> com>
AuthorDate: Fri May 19 07:40:14 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b990da

app-portage/deltup: ability to use libressl

Introducing libressl USE for app-portage/deltup-0.4.6

Closes: https://github.com/gentoo/gentoo/pull/4676

 app-portage/deltup/deltup-0.4.6.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-portage/deltup/deltup-0.4.6.ebuild b/app-portage/deltup/deltup-0.4.6.ebuild
index ad9ce82c8e0..cdc06476fff 100644
--- a/app-portage/deltup/deltup-0.4.6.ebuild
+++ b/app-portage/deltup/deltup-0.4.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit eutils toolchain-funcs
 
@@ -15,11 +15,14 @@ S="${WORKDIR}/${MY_PN}-${PV}/src"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="libressl"
 
-DEPEND="dev-libs/openssl:0
+DEPEND="
 	sys-libs/zlib
-	app-arch/bzip2"
+	app-arch/bzip2
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:= )
+"
 RDEPEND="${DEPEND}
 	|| ( dev-util/bdelta =dev-util/xdelta-1* )"
 


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

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

commit:     d8947406365b7541171dc1afb437b59a17648887
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:21:12 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8947406

app-portage/deltup: 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-portage/deltup/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-portage/deltup/metadata.xml b/app-portage/deltup/metadata.xml
index 99396d6343f..b61ab208492 100644
--- a/app-portage/deltup/metadata.xml
+++ b/app-portage/deltup/metadata.xml
@@ -4,7 +4,6 @@
   <maintainer type="person">
     <email>Ameretat.Reith@gmail.com</email>
     <name>Ameretat 'reith' Reith</name>
-    <description>Primary Maintainer, Assign bugs</description>
   </maintainer>
   <maintainer type="project">
     <email>proxy-maint@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/deltup/
@ 2021-05-02 20:08 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2021-05-02 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e90149afba85602a4eccc03a8296aaf17cf8fa62
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 20:02:31 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:02:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90149af

app-portage/deltup: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-portage/deltup/deltup-0.4.6-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-portage/deltup/deltup-0.4.6-r1.ebuild b/app-portage/deltup/deltup-0.4.6-r1.ebuild
index c000491c69d..81b8f8efe46 100644
--- a/app-portage/deltup/deltup-0.4.6-r1.ebuild
+++ b/app-portage/deltup/deltup-0.4.6-r1.ebuild
@@ -15,13 +15,11 @@ S="${WORKDIR}/${MY_PN}-${PV}/src"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="libressl"
 
 DEPEND="
 	sys-libs/zlib
 	app-arch/bzip2
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:= )
+	dev-libs/openssl:0=
 "
 RDEPEND="${DEPEND}
 	|| ( dev-util/bdelta =dev-util/xdelta-1* )"


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

end of thread, other threads:[~2021-05-02 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-19 10:52 [gentoo-commits] repo/gentoo:master commit in: app-portage/deltup/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-02-11 10:25 Michał Górny
2021-05-02 20:08 Mikle Kolyada

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