public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2015-12-23 11:16 Alon Bar-Lev
  0 siblings, 0 replies; 20+ messages in thread
From: Alon Bar-Lev @ 2015-12-23 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9daa04e38d22410e302bea82953c61b33a79dfc7
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 09:30:36 2015 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 11:15:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daa04e3

app-crypt/aespipe: version bump

Package-Manager: portage-2.2.24

 app-crypt/aespipe/Manifest            |  1 +
 app-crypt/aespipe/aespipe-2.4d.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index 8816155..8e7ad2a 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1,2 +1,3 @@
 DIST aespipe-v2.3e.tar.bz2 91752 SHA256 4e63a5709fdd0bffdb555582f9fd7a0bd1842e429420159accaf7f60c5d3c70f SHA512 e62f1f7a8f595066142f626dfd928106b4057c3e5f129bb31057af4e4a9412b4def60afffac72083621334449d627424fb661ef11a426015b0b0c232aa3ce648 WHIRLPOOL 3564aedeeb7e16a9cf10ceb13d15aaf3350b39ff8eb771d23d59029c8676b27bccee4098644d7e3d457af6866e045bec1cdfdf16f3941a831c0ec0b90897d08a
 DIST aespipe-v2.4c.tar.bz2 106608 SHA256 260190beea911190a839e711f610ec3454a9b13985d35479775b7e26ad4c845e SHA512 6738c019e4c1e5377650f9a982b328ce38e127ebe838cfe61c7d3fad878eaf0a4fd051d32897eb4c2ff33f94669203ccba25fc246405b50f9ac24fdf5d2831cf WHIRLPOOL a9c99f45313fa427e3a4227a3a8b8035c031937851e30fb5a31e8409bef25990497ce3f1b32e0e93c184a6d5549fa2a5e31185790a531350d6774df041c6f5e9
+DIST aespipe-v2.4d.tar.bz2 106703 SHA256 c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f SHA512 3c48facedf2e57978e9762ca1bfaa7c435897d75ab127697e20fa935a4797fde1d88e31db1b46f35968626e1bda3f2d2251d1b3f171cd27ee3cfc7a3d0193248 WHIRLPOOL 4b41b97b50e29fb4d567368684e50f7c6dc13dc9f783e17e8da2355f6aeaa7ec38d266942b1597897f579079674b34275d1bec2af68adfaf212766beb30680d7

diff --git a/app-crypt/aespipe/aespipe-2.4d.ebuild b/app-crypt/aespipe/aespipe-2.4d.ebuild
new file mode 100644
index 0000000..62ceb09
--- /dev/null
+++ b/app-crypt/aespipe/aespipe-2.4d.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit flag-o-matic
+
+DESCRIPTION="Encrypts data from stdin to stdout"
+HOMEPAGE="http://loop-aes.sourceforge.net"
+SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
+DEPEND=""
+RDEPEND="app-arch/sharutils
+	app-crypt/gnupg"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_configure() {
+	use static && append-ldflags -static
+	econf \
+		$(use_enable asm) \
+		$(use_enable cpu_flags_x86_aes intelaes) \
+		$(use_enable cpu_flags_x86_padlock padlock)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-02-04 21:40 Alon Bar-Lev
  0 siblings, 0 replies; 20+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f3d1121dbd19b7206bacb112c18aaf30b9efcba8
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 21:02:45 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:40:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d1121d

app-crypt/aespipe: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/aespipe/aespipe-2.4d.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4d.ebuild b/app-crypt/aespipe/aespipe-2.4d.ebuild
index 3bf5a25..b19102c 100644
--- a/app-crypt/aespipe/aespipe-2.4d.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4d.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit flag-o-matic
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-02-08  7:38 Ulrich Müller
  0 siblings, 0 replies; 20+ messages in thread
From: Ulrich Müller @ 2017-02-08  7:38 UTC (permalink / raw
  To: gentoo-commits

commit:     205eb9cc98ab7271e96bf9dcefe7e2aee9137b84
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 07:38:10 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 07:38:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205eb9cc

app-crypt/aespipe: Fix typo in metadata.xml.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/aespipe/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml
index d2cd615..f7a9049 100644
--- a/app-crypt/aespipe/metadata.xml
+++ b/app-crypt/aespipe/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Crypto</name>
 	</maintainer>
 	<use>
-		<flag name="asm">Enable assebly modules</flag>
+		<flag name="asm">Enable assembly modules</flag>
 		<flag name="cpu_flags_x86_padlock">Use VIA padlock instructions,
 		detected at run time, code still works on non-padlock processors</flag>
 	</use>


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-03-03  9:02 Agostino Sarubbo
  0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2017-03-03  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bd96267a0efcfdba618a72ff1060361cf7d37502
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 09:01:23 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 09:01:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd96267a

app-crypt/aespipe: amd64 stable wrt bug #611458

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

 app-crypt/aespipe/aespipe-2.4d.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4d.ebuild b/app-crypt/aespipe/aespipe-2.4d.ebuild
index 0e66be8db48..0b49a9dca14 100644
--- a/app-crypt/aespipe/aespipe-2.4d.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4d.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 DEPEND=""
 RDEPEND="app-arch/sharutils


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-03-07 17:08 Michael Weber
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Weber @ 2017-03-07 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     602eea2440d7c3f57ae36db961f8d57fe9e116c8
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 10:35:57 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 17:07:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602eea24

app-crypt/aespipe: arm arm64 ppc ppc64 stable (bug 611458).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-crypt/aespipe/aespipe-2.4d.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4d.ebuild b/app-crypt/aespipe/aespipe-2.4d.ebuild
index 460b1d31024..56384993c28 100644
--- a/app-crypt/aespipe/aespipe-2.4d.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4d.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 DEPEND=""
 RDEPEND="app-arch/sharutils


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-03-07 18:21 Alon Bar-Lev
  0 siblings, 0 replies; 20+ messages in thread
From: Alon Bar-Lev @ 2017-03-07 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     785556f70799897005d393576cc694edc37754d4
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 17:01:04 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 17:03:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785556f7

app-crypt/aespipe: cleanup

Bug: 611458

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/aespipe/Manifest               |  2 --
 app-crypt/aespipe/aespipe-2.3e.ebuild    | 29 -----------------------------
 app-crypt/aespipe/aespipe-2.4c-r1.ebuild | 28 ----------------------------
 3 files changed, 59 deletions(-)

diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index 8e7ad2ab527..9e7046029b2 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1,3 +1 @@
-DIST aespipe-v2.3e.tar.bz2 91752 SHA256 4e63a5709fdd0bffdb555582f9fd7a0bd1842e429420159accaf7f60c5d3c70f SHA512 e62f1f7a8f595066142f626dfd928106b4057c3e5f129bb31057af4e4a9412b4def60afffac72083621334449d627424fb661ef11a426015b0b0c232aa3ce648 WHIRLPOOL 3564aedeeb7e16a9cf10ceb13d15aaf3350b39ff8eb771d23d59029c8676b27bccee4098644d7e3d457af6866e045bec1cdfdf16f3941a831c0ec0b90897d08a
-DIST aespipe-v2.4c.tar.bz2 106608 SHA256 260190beea911190a839e711f610ec3454a9b13985d35479775b7e26ad4c845e SHA512 6738c019e4c1e5377650f9a982b328ce38e127ebe838cfe61c7d3fad878eaf0a4fd051d32897eb4c2ff33f94669203ccba25fc246405b50f9ac24fdf5d2831cf WHIRLPOOL a9c99f45313fa427e3a4227a3a8b8035c031937851e30fb5a31e8409bef25990497ce3f1b32e0e93c184a6d5549fa2a5e31185790a531350d6774df041c6f5e9
 DIST aespipe-v2.4d.tar.bz2 106703 SHA256 c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f SHA512 3c48facedf2e57978e9762ca1bfaa7c435897d75ab127697e20fa935a4797fde1d88e31db1b46f35968626e1bda3f2d2251d1b3f171cd27ee3cfc7a3d0193248 WHIRLPOOL 4b41b97b50e29fb4d567368684e50f7c6dc13dc9f783e17e8da2355f6aeaa7ec38d266942b1597897f579079674b34275d1bec2af68adfaf212766beb30680d7

diff --git a/app-crypt/aespipe/aespipe-2.3e.ebuild b/app-crypt/aespipe/aespipe-2.3e.ebuild
deleted file mode 100644
index b68c0e39682..00000000000
--- a/app-crypt/aespipe/aespipe-2.3e.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit flag-o-matic
-
-DESCRIPTION="Encrypts data from stdin to stdout"
-HOMEPAGE="http://loop-aes.sourceforge.net"
-SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="static"
-DEPEND=""
-RDEPEND="app-arch/sharutils"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
-	use static && append-ldflags -static
-	econf || die
-	emake || die
-}
-
-src_install() {
-	dobin aespipe bz2aespipe
-	dodoc README
-	doman aespipe.1
-}

diff --git a/app-crypt/aespipe/aespipe-2.4c-r1.ebuild b/app-crypt/aespipe/aespipe-2.4c-r1.ebuild
deleted file mode 100644
index 05852e32b22..00000000000
--- a/app-crypt/aespipe/aespipe-2.4c-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic
-
-DESCRIPTION="Encrypts data from stdin to stdout"
-HOMEPAGE="http://loop-aes.sourceforge.net"
-SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
-DEPEND=""
-RDEPEND="app-arch/sharutils
-	app-crypt/gnupg"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_configure() {
-	use static && append-ldflags -static
-	econf \
-		$(use_enable asm) \
-		$(use_enable cpu_flags_x86_aes intelaes) \
-		$(use_enable cpu_flags_x86_padlock padlock)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2017-10-07  8:22 Alon Bar-Lev
  0 siblings, 0 replies; 20+ messages in thread
From: Alon Bar-Lev @ 2017-10-07  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b086e980419a6fecfc0e7139fa2cfeedade8e340
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 07:57:33 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 08:21:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b086e980

app-crypt/aespipe: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --force

 app-crypt/aespipe/Manifest                                     | 2 +-
 app-crypt/aespipe/{aespipe-2.4d.ebuild => aespipe-2.4e.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index 9e7046029b2..86bbd0fb1bb 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1 +1 @@
-DIST aespipe-v2.4d.tar.bz2 106703 SHA256 c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f SHA512 3c48facedf2e57978e9762ca1bfaa7c435897d75ab127697e20fa935a4797fde1d88e31db1b46f35968626e1bda3f2d2251d1b3f171cd27ee3cfc7a3d0193248 WHIRLPOOL 4b41b97b50e29fb4d567368684e50f7c6dc13dc9f783e17e8da2355f6aeaa7ec38d266942b1597897f579079674b34275d1bec2af68adfaf212766beb30680d7
+DIST aespipe-v2.4e.tar.bz2 107741 SHA256 bad5abb8678c2a6062d22b893171623e0c8e6163b5c1e6e5086e2140e606b93a SHA512 e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e WHIRLPOOL aa6cffad21a537afe198ef97170dc312d76cbd38eabd3c3e8ad9f4333c04269ba639da3d732b94792ac9dbdf6c92d066f86a595f1cc55548b958114d1edb80bc

diff --git a/app-crypt/aespipe/aespipe-2.4d.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild
similarity index 100%
rename from app-crypt/aespipe/aespipe-2.4d.ebuild
rename to app-crypt/aespipe/aespipe-2.4e.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2020-06-08 13:41 Joonas Niilola
  0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-06-08 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8d521ab5f0dd828c84299a496ffd41dd56052858
Author:     Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Mon Jun  8 00:55:01 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 13:41:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d521ab5

app-crypt/aespipe: Added myself as proxy maintainer.

Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/aespipe/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml
index cc185eaa435..c896699a412 100644
--- a/app-crypt/aespipe/metadata.xml
+++ b/app-crypt/aespipe/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>hlein@korelogic.com</email>
+		<name>Hank Leininger</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<use>
 		<flag name="asm">Enable assembly modules</flag>
 		<flag name="cpu_flags_x86_padlock">Use VIA padlock instructions,


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2020-06-08 13:41 Joonas Niilola
  0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-06-08 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ed0e9b7be2c1dc78c6c8b3ec61d0bff209096a31
Author:     Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Mon Jun  8 00:56:17 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 13:41:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0e9b7b

app-crypt/aespipe: Version bump to 2.4f

Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Closes: https://bugs.gentoo.org/702738
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/aespipe/Manifest            |  1 +
 app-crypt/aespipe/aespipe-2.4f.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index bbd777bf6d5..1be556a24c2 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1 +1,2 @@
 DIST aespipe-v2.4e.tar.bz2 107741 BLAKE2B 9331441214b495f042f8ac41b57203057e762156aa7b6bd9fcb8d55b3e149fb79dd0d7c06358599fefd6662d797baf4cf9ba84fc4425e637c9fef0abf1b254c7 SHA512 e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e
+DIST aespipe-v2.4f.tar.bz2 107663 BLAKE2B 80af945ec938307ddaeb1a1f7a91da71d4f1aeabe4cb303166cad95c36e0d0090fd8440bb636ac0245d2701d61fdea715c84e18dfacf32bfba7f4b85a2db091f SHA512 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
new file mode 100644
index 00000000000..3ead8cc5fb4
--- /dev/null
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Encrypts data from stdin to stdout"
+HOMEPAGE="http://loop-aes.sourceforge.net"
+SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
+RDEPEND="app-arch/sharutils
+	app-crypt/gnupg"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_configure() {
+	use static && append-ldflags -static
+	econf \
+		$(use_enable asm) \
+		$(use_enable cpu_flags_x86_aes intelaes) \
+		$(use_enable cpu_flags_x86_padlock padlock)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-09 20:38 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2021-03-09 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     264bc7597ff2934f241c6a21721a5f7e51001de0
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Mar  9 20:15:36 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 20:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264bc759

app-crypt/aespipe: stable 2.4f for sparc, bug #775098

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index 3ead8cc5fb4..8959f446cae 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.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
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-09 23:54 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-03-09 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2ad9a29425b396f446085b0d703cf60046dd119e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 23:54:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 23:54:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad9a294

app-crypt/aespipe: Stabilize 2.4f arm, #775098

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index 8959f446cae..0bd5e38c8d9 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-09 23:57 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-03-09 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c14630bb4ea92970ffef1d62f88cef7180d1cf1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 23:55:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 23:57:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14630bb

app-crypt/aespipe: Stabilize 2.4f arm64, #775098

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index 0bd5e38c8d9..b807ebef5fa 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-10  3:06 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-03-10  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d27a208bce8c96fa11befca034d801deddd57b26
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 03:06:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 03:06:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27a208b

app-crypt/aespipe: Stabilize 2.4f ppc, #775098

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index b807ebef5fa..d4403e3299c 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm arm64 ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-10  3:06 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-03-10  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e87c340758678f1900f228ea2cd7ff9be0103616
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 03:06:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 03:06:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87c3407

app-crypt/aespipe: Stabilize 2.4f ppc64, #775098

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index d4403e3299c..ddf9bfde742 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-10 11:33 Joonas Niilola
  0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2021-03-10 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     727e5b5a26823cac05049c644466d87c68070ef7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 11:33:20 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 11:33:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727e5b5a

app-crypt/aespipe: stabilize 2.4f on x86

Bug: https://bugs.gentoo.org/775098
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index ddf9bfde742..8e2c2ac0ba4 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2021-03-11  2:35 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-03-11  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     54fc97d4ef5e517e1510c873444eb7a13913dde2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 02:35:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 02:35:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fc97d4

app-crypt/aespipe: Stabilize 2.4f amd64, #775098

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index 8e2c2ac0ba4..784af4b3ee1 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
 RDEPEND="app-arch/sharutils
 	app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2023-07-18 16:47 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-07-18 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     20313b74417fef39a58b7cfeeaf637d3069c510f
Author:     luzpaz <luzpaz <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jul 18 16:12:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 16:47:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20313b74

app-crypt/aespipe: use https:// schema

As recommended by repology
ref: https://repology.org/repository/gentoo/problems

Signed-off-by: luzpaz <luzpaz <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4e.ebuild | 4 ++--
 app-crypt/aespipe/aespipe-2.4f.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/aespipe/aespipe-2.4e.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild
index ce3262e38b3f..976a4bd9c952 100644
--- a/app-crypt/aespipe/aespipe-2.4e.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4e.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit flag-o-matic
 
 DESCRIPTION="Encrypts data from stdin to stdout"
-HOMEPAGE="http://loop-aes.sourceforge.net"
-SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
+HOMEPAGE="https://loop-aes.sourceforge.net"
+SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index cec3f4bd82d4..69644e21d52b 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit flag-o-matic
 
 DESCRIPTION="Encrypts data from stdin to stdout"
-HOMEPAGE="http://loop-aes.sourceforge.net"
-SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
+HOMEPAGE="https://loop-aes.sourceforge.net"
+SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2023-07-18 16:49 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-07-18 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eccd75e70a7ea4cab8e69b290cff5ebf923d836d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 16:48:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 16:48:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccd75e7

app-crypt/aespipe: crank copyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/aespipe/aespipe-2.4e.ebuild | 2 +-
 app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/aespipe/aespipe-2.4e.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild
index 976a4bd9c952..cf46e5c67d98 100644
--- a/app-crypt/aespipe/aespipe-2.4e.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4e.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild
index 69644e21d52b..3adf1b9778ab 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2023-09-09 13:17 David Seifert
  0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2023-09-09 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     04359ee8e89533770206fdbd42ed57b0af46ad6c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 13:16:39 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 13:16:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04359ee8

app-crypt/aespipe: drop 2.4e

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/aespipe/Manifest            |  1 -
 app-crypt/aespipe/aespipe-2.4e.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index 1be556a24c27..0b528d8f5946 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1,2 +1 @@
-DIST aespipe-v2.4e.tar.bz2 107741 BLAKE2B 9331441214b495f042f8ac41b57203057e762156aa7b6bd9fcb8d55b3e149fb79dd0d7c06358599fefd6662d797baf4cf9ba84fc4425e637c9fef0abf1b254c7 SHA512 e038f710ac971e5ba740648c0f255e8bc9fcea9be1a6b76208a453f21f013e1662c006d4f4495fa2b2560fd9b0c236947462a9b337a120073c6a5335b29f077e
 DIST aespipe-v2.4f.tar.bz2 107663 BLAKE2B 80af945ec938307ddaeb1a1f7a91da71d4f1aeabe4cb303166cad95c36e0d0090fd8440bb636ac0245d2701d61fdea715c84e18dfacf32bfba7f4b85a2db091f SHA512 75b6b2069a0e013dbded29b07b990fc783cc04ce05fc37e6591dae7e8190485960735ec1a1af18d065be57d0b7ec23dbe520e920f92e9c01170b7a23eb32eb3f

diff --git a/app-crypt/aespipe/aespipe-2.4e.ebuild b/app-crypt/aespipe/aespipe-2.4e.ebuild
deleted file mode 100644
index cf46e5c67d98..000000000000
--- a/app-crypt/aespipe/aespipe-2.4e.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="Encrypts data from stdin to stdout"
-HOMEPAGE="https://loop-aes.sourceforge.net"
-SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
-DEPEND=""
-RDEPEND="app-arch/sharutils
-	app-crypt/gnupg"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_configure() {
-	use static && append-ldflags -static
-	econf \
-		$(use_enable asm) \
-		$(use_enable cpu_flags_x86_aes intelaes) \
-		$(use_enable cpu_flags_x86_padlock padlock)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/
@ 2023-09-09 13:17 David Seifert
  0 siblings, 0 replies; 20+ messages in thread
From: David Seifert @ 2023-09-09 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6f0ee8b4b735f72e1fd724df35b1b551ef831963
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 13:16:40 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 13:16:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0ee8b4

app-crypt/aespipe: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../aespipe/{aespipe-2.4f.ebuild => aespipe-2.4f-r1.ebuild}      | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f-r1.ebuild
similarity index 94%
rename from app-crypt/aespipe/aespipe-2.4f.ebuild
rename to app-crypt/aespipe/aespipe-2.4f-r1.ebuild
index 3adf1b9778ab..c8ed90346146 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f-r1.ebuild
@@ -1,22 +1,23 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic
 
 DESCRIPTION="Encrypts data from stdin to stdout"
 HOMEPAGE="https://loop-aes.sourceforge.net"
 SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
-RDEPEND="app-arch/sharutils
-	app-crypt/gnupg"
 
-S="${WORKDIR}/${PN}-v${PV}"
+RDEPEND="
+	app-arch/sharutils
+	app-crypt/gnupg"
 
 src_configure() {
 	use static && append-ldflags -static


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

end of thread, other threads:[~2023-09-09 13:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07 18:21 [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/ Alon Bar-Lev
  -- strict thread matches above, loose matches on Subject: below --
2023-09-09 13:17 David Seifert
2023-09-09 13:17 David Seifert
2023-07-18 16:49 Sam James
2023-07-18 16:47 Sam James
2021-03-11  2:35 Sam James
2021-03-10 11:33 Joonas Niilola
2021-03-10  3:06 Sam James
2021-03-10  3:06 Sam James
2021-03-09 23:57 Sam James
2021-03-09 23:54 Sam James
2021-03-09 20:38 Sergei Trofimovich
2020-06-08 13:41 Joonas Niilola
2020-06-08 13:41 Joonas Niilola
2017-10-07  8:22 Alon Bar-Lev
2017-03-07 17:08 Michael Weber
2017-03-03  9:02 Agostino Sarubbo
2017-02-08  7:38 Ulrich Müller
2017-02-04 21:40 Alon Bar-Lev
2015-12-23 11:16 Alon Bar-Lev

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