public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2015-08-29 12:25 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-08-29 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6e3a08ff88dc49c607d74d4997d8b7fd3e48fa6a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 12:25:23 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 12:26:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3a08ff

app-portage/conf-update: bump to version 1.0.3

Gentoo-Bug: #527326

Package-Manager: portage-2.2.20.1

 app-portage/conf-update/Manifest                 |  1 +
 app-portage/conf-update/conf-update-1.0.3.ebuild | 35 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-portage/conf-update/Manifest b/app-portage/conf-update/Manifest
index 7613046..4483e2b 100644
--- a/app-portage/conf-update/Manifest
+++ b/app-portage/conf-update/Manifest
@@ -1 +1,2 @@
 DIST conf-update-1.0.2.tar.bz2 18243 SHA256 1246b83d8927e4333cfcb535217e5f055bc9aa0290f617c2ab1bb97dbeb3de9c SHA512 8611b30e58a9222a024e19d67e957a63d9c44627067a241e4ee5e761f1950ae7f1aa1491f055ba267be65f813ee7da1a8703028736b65dfd2c4ef79ace906f49 WHIRLPOOL 139e07105eed7d8ee5246c24833ecc110c92a5361892a5ee98ea2eee5d30199cbee788f47497d5d32c95c387bbf2df16589faa79c2dbf00b5ca5d347d7483c9e
+DIST conf-update-1.0.3.tar.bz2 18296 SHA256 5b8479447904e809338375c7d586803a3e8f8d6150cfc33da2c83763119a9a54 SHA512 7f20a4974f804d73729105d9abc0f3205a7574c6e2c6dbf020404f3161500b5ecc60d141e0833e9ae0f43a814591a74cd885a5033f50864bbcfb36ba452175b7 WHIRLPOOL e078895290de9cc116847a48c6fd6d190bc9a3700001de6d31a5728a7eefd2bc41bb34b67a3922ef10730f4668415a0b519861152ba4e54fe0150ec01232d578

diff --git a/app-portage/conf-update/conf-update-1.0.3.ebuild b/app-portage/conf-update/conf-update-1.0.3.ebuild
new file mode 100644
index 0000000..9780031
--- /dev/null
+++ b/app-portage/conf-update/conf-update-1.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="${PN} is a ncurses-based config management utility"
+HOMEPAGE="https://gitweb.gentoo.org/proj/conf-update.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${PF}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="colordiff"
+
+RDEPEND=">=dev-libs/glib-2.6
+		sys-libs/ncurses:0
+		dev-libs/openssl:0
+		colordiff? ( app-misc/colordiff )"
+DEPEND="virtual/pkgconfig
+		${RDEPEND}"
+
+src_prepare() {
+	sed -i -e "s/\$Rev:.*\\$/${PVR}/" "${S}"/"${PN}".h || die
+	if use colordiff ; then
+		sed -i -e "s/diff_tool=diff/diff_tool=colordiff/" ${PN}.conf  \ die 'colordiff-sed failed'
+	fi
+	tc-export PKG_CONFIG
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2015-10-01 12:37 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2015-10-01 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7bfe41a7472cf88c10075e51114910f907bda718
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 12:36:40 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 12:36:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfe41a7

app-portage/conf-update: amd64 stable wrt bug #561794

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-portage/conf-update/conf-update-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3.ebuild b/app-portage/conf-update/conf-update-1.0.3.ebuild
index 9780031..46804f4 100644
--- a/app-portage/conf-update/conf-update-1.0.3.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${PF}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="colordiff"
 
 RDEPEND=">=dev-libs/glib-2.6


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2015-10-04 10:14 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2015-10-04 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6347710c09c244b60787608d94806b5543b6067d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 10:13:25 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 10:13:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6347710c

app-portage/conf-update: x86 stable wrt bug #561794

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 app-portage/conf-update/conf-update-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3.ebuild b/app-portage/conf-update/conf-update-1.0.3.ebuild
index 46804f4..77f9b8d 100644
--- a/app-portage/conf-update/conf-update-1.0.3.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${PF}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="colordiff"
 
 RDEPEND=">=dev-libs/glib-2.6


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-02-01 12:26 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-02-01 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     25b44eb1367f4f4ccaf56cbfe267f5af6ab1ef68
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 12:29:32 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 12:29:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b44eb1

app-portage/conf-update: Drop old

Package-Manager: portage-2.2.26

 app-portage/conf-update/Manifest                 |  1 -
 app-portage/conf-update/conf-update-1.0.2.ebuild | 41 ------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-portage/conf-update/Manifest b/app-portage/conf-update/Manifest
index 4483e2b..7191760 100644
--- a/app-portage/conf-update/Manifest
+++ b/app-portage/conf-update/Manifest
@@ -1,2 +1 @@
-DIST conf-update-1.0.2.tar.bz2 18243 SHA256 1246b83d8927e4333cfcb535217e5f055bc9aa0290f617c2ab1bb97dbeb3de9c SHA512 8611b30e58a9222a024e19d67e957a63d9c44627067a241e4ee5e761f1950ae7f1aa1491f055ba267be65f813ee7da1a8703028736b65dfd2c4ef79ace906f49 WHIRLPOOL 139e07105eed7d8ee5246c24833ecc110c92a5361892a5ee98ea2eee5d30199cbee788f47497d5d32c95c387bbf2df16589faa79c2dbf00b5ca5d347d7483c9e
 DIST conf-update-1.0.3.tar.bz2 18296 SHA256 5b8479447904e809338375c7d586803a3e8f8d6150cfc33da2c83763119a9a54 SHA512 7f20a4974f804d73729105d9abc0f3205a7574c6e2c6dbf020404f3161500b5ecc60d141e0833e9ae0f43a814591a74cd885a5033f50864bbcfb36ba452175b7 WHIRLPOOL e078895290de9cc116847a48c6fd6d190bc9a3700001de6d31a5728a7eefd2bc41bb34b67a3922ef10730f4668415a0b519861152ba4e54fe0150ec01232d578

diff --git a/app-portage/conf-update/conf-update-1.0.2.ebuild b/app-portage/conf-update/conf-update-1.0.2.ebuild
deleted file mode 100644
index fd40c3d..0000000
--- a/app-portage/conf-update/conf-update-1.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="${PN} is a ncurses-based config management utility"
-HOMEPAGE="https://dev.gentoo.org/~nimiux/app-portage/${PN}"
-SRC_URI="https://dev.gentoo.org/~nimiux/app-portage/${PN}/distfiles/${PF}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="colordiff"
-
-RDEPEND=">=dev-libs/glib-2.6
-		sys-libs/ncurses
-		dev-libs/openssl
-		colordiff? ( app-misc/colordiff )"
-DEPEND="virtual/pkgconfig
-		${RDEPEND}"
-
-src_prepare() {
-	sed -i -e "s/\$Rev:.*\\$/${PVR}/" "${S}"/"${PN}".h || \
-		die 'version-sed failed'
-
-	if use colordiff ; then
-		sed -i -e "s/diff_tool=diff/diff_tool=colordiff/" ${PN}.conf || \
-			die 'colordiff-sed failed'
-	fi
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-02-04  9:19 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-02-04  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1e61eb10b1acb4ec5c8a6b5958b1e01c8fc7d8
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 09:23:00 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 09:23:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1e61eb

app-portage/conf-update: Bump to version 1.0.3-r1

Fixes bug #573272

Package-Manager: portage-2.2.26

 .../conf-update/conf-update-1.0.3-r1.ebuild        | 36 ++++++++++++++++++++++
 app-portage/conf-update/metadata.xml               |  2 ++
 2 files changed, 38 insertions(+)

diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
new file mode 100644
index 0000000..821c39c
--- /dev/null
+++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="${PN} is a ncurses-based config management utility"
+HOMEPAGE="https://gitweb.gentoo.org/proj/conf-update.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="colordiff libressl"
+
+RDEPEND=">=dev-libs/glib-2.6
+		sys-libs/ncurses:0
+		libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+		colordiff? ( app-misc/colordiff )"
+DEPEND="virtual/pkgconfig
+		${RDEPEND}"
+
+src_prepare() {
+	sed -i -e "s/\$Rev:.*\\$/${PVR}/" "${S}"/"${PN}".h || die
+	if use colordiff ; then
+		sed -i -e "s/diff_tool=diff/diff_tool=colordiff/" ${PN}.conf  \ die 'colordiff-sed failed'
+	fi
+	tc-export PKG_CONFIG
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}

diff --git a/app-portage/conf-update/metadata.xml b/app-portage/conf-update/metadata.xml
index 31347ae..cae82b3 100644
--- a/app-portage/conf-update/metadata.xml
+++ b/app-portage/conf-update/metadata.xml
@@ -16,5 +16,7 @@ portage de Gentoo Linux
 <use>
   <flag name="colordiff">Use colors when displaying diffs
     (<pkg>app-misc/colordiff</pkg>)</flag>
+<flag name="libressl">Enable SSL connections and crypto functions
+	using <pkg>dev-libs/libressl</pkg></flag>
 </use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-02-21 15:26 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-02-21 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     69cb7623a6c2456ca9420b3d825d43e894f645d0
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 15:24:47 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 15:26:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb7623

app-portage/conf-update: Fix openssl conditional dependency

Fixes bug #574996

 app-portage/conf-update/conf-update-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
index 821c39c..996c6c8 100644
--- a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="colordiff libressl"
 
 RDEPEND=">=dev-libs/glib-2.6
 		sys-libs/ncurses:0
-		libressl? ( dev-libs/openssl:0 )
+		!libressl? ( dev-libs/openssl:0 )
 		libressl? ( dev-libs/libressl )
 		colordiff? ( app-misc/colordiff )"
 DEPEND="virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-03-15 15:27 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d2ba3d102a1fa1a48b8e542483e0c22760b980e3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:25:37 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:25:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ba3d10

app-portage/conf-update: x86 stable wrt bug #576452

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-portage/conf-update/conf-update-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
index a32f4de..6ae417e 100644
--- a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="colordiff libressl"
 
 RDEPEND=">=dev-libs/glib-2.6


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-03-16 11:51 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2016-03-16 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     81228483aed8fe50d0f5760b0a9f79b373d21aaf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 11:48:33 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 11:51:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81228483

app-portage/conf-update: ppc stable wrt bug #576452

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-portage/conf-update/conf-update-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
index 6ae417e..9c157cc 100644
--- a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="colordiff libressl"
 
 RDEPEND=">=dev-libs/glib-2.6


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2016-10-03 11:13 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-10-03 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5d5bc491deb3349d368989fc106790ed02e76b28
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 11:13:45 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 11:13:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5bc491

app-portage/conf-update: Drop old

Package-Manager: portage-2.3.0

 app-portage/conf-update/conf-update-1.0.3.ebuild | 35 ------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3.ebuild b/app-portage/conf-update/conf-update-1.0.3.ebuild
deleted file mode 100644
index dd15e6e..00000000
--- a/app-portage/conf-update/conf-update-1.0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="${PN} is a ncurses-based config management utility"
-HOMEPAGE="https://gitweb.gentoo.org/proj/conf-update.git/"
-SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${PF}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="colordiff"
-
-RDEPEND=">=dev-libs/glib-2.6
-		sys-libs/ncurses:0
-		dev-libs/openssl:0
-		colordiff? ( app-misc/colordiff )"
-DEPEND="virtual/pkgconfig
-		${RDEPEND}"
-
-src_prepare() {
-	sed -i -e "s/\$Rev:.*\\$/${PVR}/" "${S}"/"${PN}".h || die
-	if use colordiff ; then
-		sed -i -e "s/diff_tool=diff/diff_tool=colordiff/" ${PN}.conf  \ die 'colordiff-sed failed'
-	fi
-	tc-export PKG_CONFIG
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2017-11-25 19:55 David Seifert
  0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-11-25 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c38709ebd8215da5df3ab03674e0fe938b99b6b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 18:03:02 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 19:53:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38709eb

app-portage/conf-update: [QA] Consistent whitespace in metadata.xml

 app-portage/conf-update/metadata.xml | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/app-portage/conf-update/metadata.xml b/app-portage/conf-update/metadata.xml
index cae82b362a6..3307947ef43 100644
--- a/app-portage/conf-update/metadata.xml
+++ b/app-portage/conf-update/metadata.xml
@@ -1,22 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-  <email>nimiux@gentoo.org</email>
-  <name>Chema Alonso</name>
-</maintainer>
-<longdescription lang="en">
-conf-update is a curses based tool for the Gentoo Linux portage
-system
-</longdescription>
-<longdescription lang="es">
-conf-update es una herramienta basada en curses para el sistema
-portage de Gentoo Linux
-</longdescription>
-<use>
-  <flag name="colordiff">Use colors when displaying diffs
-    (<pkg>app-misc/colordiff</pkg>)</flag>
-<flag name="libressl">Enable SSL connections and crypto functions
-	using <pkg>dev-libs/libressl</pkg></flag>
-</use>
+	<maintainer type="person">
+		<email>nimiux@gentoo.org</email>
+		<name>Chema Alonso</name>
+	</maintainer>
+	<longdescription lang="en">
+		conf-update is a curses based tool for the Gentoo Linux portage system
+	</longdescription>
+	<longdescription lang="es">
+		conf-update es una herramienta basada en curses para el sistema portage de Gentoo Linux
+	</longdescription>
+	<use>
+		<flag name="colordiff">Use colors when displaying diffs (<pkg>app-misc/colordiff</pkg>)</flag>
+		<flag name="libressl">Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
@ 2021-05-01 18:24 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-05-01 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a8779625d484ea8c2d72216a9b1e9e7926b289a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:17:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:24:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8779625

app-portage/conf-update: drop redundant USE=libressl in metadata.xml

It was/is a global USE flag anyway and these
didn't add anything.

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/conf-update/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-portage/conf-update/metadata.xml b/app-portage/conf-update/metadata.xml
index 1e5a51a1844..90a0e1a4289 100644
--- a/app-portage/conf-update/metadata.xml
+++ b/app-portage/conf-update/metadata.xml
@@ -4,6 +4,5 @@
 	<!-- maintainer-needed -->
 	<use>
 		<flag name="colordiff">Use colors when displaying diffs (<pkg>app-misc/colordiff</pkg>)</flag>
-		<flag name="libressl">Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag>
 	</use>
 </pkgmetadata>


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

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

commit:     476ac3d68bc7989e3a24b30046ef321c1fa96e78
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 20:01:54 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:01:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476ac3d6

app-portage/conf-update: remove libressl support

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

 app-portage/conf-update/conf-update-1.0.3-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
index e45068f6d28..53603d63c76 100644
--- a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
+++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,14 +12,14 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="colordiff libressl"
+IUSE="colordiff"
 
 RDEPEND="
 	dev-libs/glib
 	sys-libs/ncurses:0
 	colordiff? ( app-misc/colordiff )
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
+	dev-libs/openssl:0=
+	"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 19:55 [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-05-02 20:08 Mikle Kolyada
2021-05-01 18:24 Sam James
2016-10-03 11:13 José María Alonso
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-02-21 15:26 José María Alonso
2016-02-04  9:19 José María Alonso
2016-02-01 12:26 José María Alonso
2015-10-04 10:14 Agostino Sarubbo
2015-10-01 12:37 Agostino Sarubbo
2015-08-29 12:25 José María Alonso

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