* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/
@ 2017-02-04 21:40 Alon Bar-Lev
0 siblings, 0 replies; 4+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 21:40 UTC (permalink / raw
To: gentoo-commits
commit: bbede05430dd0f6e8a8a077ce53eafe1bc02644c
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 20:53:53 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:40:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbede054
app-crypt/aescrypt: eapi bump
Package-Manager: portage-2.3.3
app-crypt/aescrypt/aescrypt-3.0.6b.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
index 1f5e2c6..5896bd8 100644
--- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
+++ b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
-inherit eutils toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic
DESCRIPTION="Advanced file encryption using AES"
HOMEPAGE="http://www.aescrypt.com/"
@@ -18,10 +18,10 @@ IUSE="static"
DEPEND=""
RDEPEND="${DEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/${P}-build.patch"
- epatch "${FILESDIR}/${P}-iconv.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${P}-build.patch"
+ "${FILESDIR}/${P}-iconv.patch"
+)
src_compile() {
if use static; then
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/
@ 2017-08-22 21:31 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-08-22 21:31 UTC (permalink / raw
To: gentoo-commits
commit: b05a3dd6d236ca48edfc53e89452b04c8740517a
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 11:41:05 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:31:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a3dd6
app-crypt/aescrypt: HOMEPAGE 301 redirect to HTTPS
Package-Manager: Portage-2.3.7, Repoman-2.3.3
app-crypt/aescrypt/aescrypt-3.0.6b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
index ccfd4888c17..73d76b66a2d 100644
--- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
+++ b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit toolchain-funcs flag-o-matic
DESCRIPTION="Advanced file encryption using AES"
-HOMEPAGE="http://www.aescrypt.com/"
+HOMEPAGE="https://www.aescrypt.com/"
SRC_URI="https://www.aescrypt.com/download/v3/${P}.tar.gz"
LICENSE="BSD GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/
@ 2021-01-05 8:40 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-01-05 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 946a620f4b25d4787cac4f854dbdad5429cee846
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 08:33:15 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 08:33:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946a620f
app-crypt/aescrypt: remove redundant S definition
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/aescrypt/aescrypt-3.14.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-crypt/aescrypt/aescrypt-3.14.ebuild b/app-crypt/aescrypt/aescrypt-3.14.ebuild
index 2349542d05c..78142e9a9dc 100644
--- a/app-crypt/aescrypt/aescrypt-3.14.ebuild
+++ b/app-crypt/aescrypt/aescrypt-3.14.ebuild
@@ -19,7 +19,6 @@ RDEPEND="X? (
"
PATCHES=( "${FILESDIR}/${P}-iconv.patch" )
-S="${WORKDIR}/${P}"
src_prepare() {
xdg_src_prepare
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/
@ 2021-02-24 16:27 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-24 16:27 UTC (permalink / raw
To: gentoo-commits
commit: c0e792eea291270ac55657c9dfcbcbc6749f49e7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 16:26:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:26:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e792ee
app-crypt/aescrypt: Keyword 3.14 arm64, #770871
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/aescrypt/aescrypt-3.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/aescrypt/aescrypt-3.14.ebuild b/app-crypt/aescrypt/aescrypt-3.14.ebuild
index 78142e9a9dc..c40e124664a 100644
--- a/app-crypt/aescrypt/aescrypt-3.14.ebuild
+++ b/app-crypt/aescrypt/aescrypt-3.14.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.aescrypt.com/"
SRC_URI="https://www.aescrypt.com/download/v$(ver_cut 1)/linux/${P}.tgz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="static X"
RDEPEND="X? (
|| ( gnome-extra/zenity kde-apps/kdialog )
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-24 16:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 21:40 [gentoo-commits] repo/gentoo:master commit in: app-crypt/aescrypt/ Alon Bar-Lev
-- strict thread matches above, loose matches on Subject: below --
2017-08-22 21:31 Michał Górny
2021-01-05 8:40 Joonas Niilola
2021-02-24 16:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox