public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2018-09-19  7:47 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-09-19  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5213d5e1236fd20e6a863f1b30156641d81ade
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 07:46:50 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 07:46:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5213d5

app-emacs/mailcrypt: amd64 stable wrt bug #666434

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild
index 7de100b9da9..88f148624b2 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 RESTRICT="test"
 
 RDEPEND="app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2018-09-19 18:08 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2018-09-19 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b248420d25ad2bdfb97046b1dcfbcdac38e756db
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:07:36 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:08:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b248420d

app-emacs/mailcrypt: Remove old.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild | 41 ------------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild
deleted file mode 100644
index ee1ecbc9e39..00000000000
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp autotools
-
-DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP"
-HOMEPAGE="http://mailcrypt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-RESTRICT="test"
-
-RDEPEND="app-crypt/gnupg"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	export EMACS=/usr/bin/emacs
-	econf
-}
-
-src_install() {
-	emake \
-		lispdir="${D}${SITELISP}/${PN}" \
-		infodir="${D}/usr/share/info" \
-		install
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README*
-
-	DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how
-		to customize mailcrypt."
-	readme.gentoo_create_doc
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2019-10-18 11:13 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2019-10-18 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     540bebb447666aa1171d70b1ba7e5263cef0dedd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 11:10:14 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 11:12:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540bebb4

app-emacs/mailcrypt: Use eclass functions to build and install.

Instead of quirky upstream build system.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
new file mode 100644
index 00000000000..d7231e393d2
--- /dev/null
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP"
+HOMEPAGE="http://mailcrypt.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+RESTRICT="test"
+
+RDEPEND="app-crypt/gnupg"
+
+ELISP_PATCHES="${P}-backquotes.patch"
+ELISP_REMOVE="FSF-timer.el"		# remove bundled timer.el
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="mailcrypt.texi"
+DOCS="ANNOUNCE ChangeLog* INSTALL NEWS ONEWS README* WARNINGS"
+DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how to
+	customize mailcrypt."


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2019-11-18 11:26 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2019-11-18 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     65dbac1babdf735052b0496e78967df3e236f9c8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:26:19 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:26:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dbac1b

app-emacs/mailcrypt: amd64/ppc/sparc/x86 stable, (ALLARCHES policy) wrt bug #700266

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
index d7231e393d2..3906d3b559f 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 RESTRICT="test"
 
 RDEPEND="app-crypt/gnupg"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2019-11-18 11:56 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2019-11-18 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     019def4680b5b687911bac3c3e4f4117443badb6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:49:39 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:55:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019def46

app-emacs/mailcrypt: Remove old.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild | 44 ---------------------------
 1 file changed, 44 deletions(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
deleted file mode 100644
index 60f6a2ed7f2..00000000000
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1 elisp autotools
-
-DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP"
-HOMEPAGE="http://mailcrypt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-RESTRICT="test"
-
-RDEPEND="app-crypt/gnupg"
-
-ELISP_PATCHES="${P}-backquotes.patch"
-ELISP_REMOVE="FSF-timer.el"		# remove bundled timer.el
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-	eautoreconf
-}
-
-src_configure() {
-	export EMACS
-	econf
-}
-
-src_install() {
-	emake \
-		lispdir="${D}${SITELISP}/${PN}" \
-		infodir="${D}/usr/share/info" \
-		install
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README*
-
-	DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how
-		to customize mailcrypt."
-	readme.gentoo_create_doc
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
@ 2022-02-27 10:23 Matthew Smith
  0 siblings, 0 replies; 6+ messages in thread
From: Matthew Smith @ 2022-02-27 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e065df06c3545a50ff5b85310f4925e1fafe11d5
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 10:12:03 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 10:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e065df06

app-emacs/mailcrypt: add missing texinfo build dep, eapi 8

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
index 3906d3b559fd..9cf69a729505 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit elisp readme.gentoo-r1
 
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 RESTRICT="test"
 
+BDEPEND="sys-apps/texinfo"
 RDEPEND="app-crypt/gnupg"
 
 ELISP_PATCHES="${P}-backquotes.patch"


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

end of thread, other threads:[~2022-02-27 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19 18:08 [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-02-27 10:23 Matthew Smith
2019-11-18 11:56 Ulrich Müller
2019-11-18 11:26 Agostino Sarubbo
2019-10-18 11:13 Ulrich Müller
2018-09-19  7:47 Mikle Kolyada

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