* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2016-06-03 17:04 Anthony G. Basile
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-06-03 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 213181cf7be56f4dd643acc95d6634a5c947d28f
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 17:05:08 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 17:06:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213181cf
net-mail/asmail: add libressl and bump to EAP=5
Package-Manager: portage-2.2.28
net-mail/asmail/asmail-2.1-r1.ebuild | 54 ++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild
new file mode 100644
index 0000000..4802e2e
--- /dev/null
+++ b/net-mail/asmail/asmail-2.1-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="a small mail monitor similar to xbiff"
+HOMEPAGE="http://www.tigr.net"
+SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="jpeg libressl"
+
+RDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXpm
+ x11-libs/libICE
+ x11-libs/libSM
+ jpeg? ( virtual/jpeg:= )"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-ldflags.patch
+ sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
+ configure
+}
+
+src_configure() {
+ tc-export CC
+ econf $(use_enable jpeg)
+}
+
+src_install() {
+ dobin ${PN}
+
+ newman ${PN}.man ${PN}.1
+ newman ${PN}rc.man ${PN}rc.5
+
+ insinto /usr/share/${PN}/pixmaps
+ doins pixmaps/cloud-e/*.xpm
+
+ insinto /usr/share/${PN}
+ doins -r sounds
+
+ dodoc ${PN}rc.s* CHANGES *.txt README* TODO
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2018-05-12 0:33 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2018-05-12 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 67608e6957976627e4605f1898b31b1817c620fb
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri May 11 23:35:03 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 12 00:32:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67608e69
net-mail/asmail: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
net-mail/asmail/asmail-2.1-r1.ebuild | 4 ++--
net-mail/asmail/asmail-2.1.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild
index ca22bcd63a6..0aaf3d03b70 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -24,7 +24,7 @@ RDEPEND="
x11-libs/libSM
jpeg? ( virtual/jpeg:= )"
DEPEND="${RDEPEND}
- x11-proto/xextproto"
+ x11-base/xorg-proto"
src_prepare() {
epatch "${FILESDIR}"/${P}-ldflags.patch
diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild
index 93fc38e7cdd..3adcfa115c3 100644
--- a/net-mail/asmail/asmail-2.1.ebuild
+++ b/net-mail/asmail/asmail-2.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/openssl
x11-libs/libSM
jpeg? ( virtual/jpeg )"
DEPEND="${RDEPEND}
- x11-proto/xextproto"
+ x11-base/xorg-proto"
src_compile() {
epatch "${FILESDIR}"/${P}-ldflags.patch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 18f6cdd919cb2a0d8bcecfd6181c258a92850627
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:58:54 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:58:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f6cdd9
net-mail/asmail: x86 stable wrt bug #696338
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/asmail/asmail-2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild
index 0aaf3d03b70..352f73df004 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="jpeg libressl"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2019-10-07 9:09 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-10-07 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 6482fcd2bfb5af9585d99a6ec9b98fefc684df4a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:03:48 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:09:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6482fcd2
net-mail/asmail: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/asmail/asmail-2.1.ebuild | 49 ---------------------------------------
1 file changed, 49 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild
deleted file mode 100644
index 3adcfa115c3..00000000000
--- a/net-mail/asmail/asmail-2.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="a small mail monitor similar to xbiff"
-HOMEPAGE="http://www.tigr.net"
-SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="jpeg"
-
-RDEPEND="dev-libs/openssl
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- jpeg? ( virtual/jpeg )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_compile() {
- epatch "${FILESDIR}"/${P}-ldflags.patch
- sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
- configure
- tc-export CC
- econf $(use_enable jpeg)
- emake || die "emake failed."
-}
-
-src_install() {
- dobin ${PN}
-
- newman ${PN}.man ${PN}.1
- newman ${PN}rc.man ${PN}rc.5
-
- insinto /usr/share/${PN}/pixmaps
- doins pixmaps/cloud-e/*.xpm
-
- insinto /usr/share/${PN}
- doins -r sounds
-
- dodoc ${PN}rc.s* CHANGES *.txt README* TODO
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2021-05-02 12:51 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2021-05-02 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 686742046b1c46d29b14b702828bb8bc92142c26
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 12:47:21 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 12:47:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68674204
net-mail/asmail: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-mail/asmail/asmail-2.1-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild
index d018d7a0ea8..4d88997e613 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r1.ebuild
@@ -12,11 +12,10 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-IUSE="jpeg libressl"
+IUSE="jpeg"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
x11-libs/libXext
x11-libs/libX11
x11-libs/libXpm
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2021-11-25 21:59 Marek Szuba
0 siblings, 0 replies; 9+ messages in thread
From: Marek Szuba @ 2021-11-25 21:59 UTC (permalink / raw
To: gentoo-commits
commit: c5e0c1dd1a45bb1928d4150e317408afb5c06d03
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 21:30:27 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 21:30:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e0c1dd
net-mail/asmail: update EAPI 5 -> 8
This also drops net-mail/asmail to ~arch-only - I have a feeling that a
package which has been stabilised on x86 but not on amd64 has not seen
much use lately, and we are trying to reduce arch-tester load on
now-exotic architectures.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
.../{asmail-2.1-r1.ebuild => asmail-2.1-r2.ebuild} | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r2.ebuild
similarity index 76%
rename from net-mail/asmail/asmail-2.1-r1.ebuild
rename to net-mail/asmail/asmail-2.1-r2.ebuild
index 4d88997e613f..8a15dabe5212 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r2.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=8
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="A small mail monitor similar to xbiff"
-HOMEPAGE="http://www.tigr.net"
-SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
+HOMEPAGE="https://tigr.net/afterstep/applets/"
+SRC_URI="https://tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="jpeg"
RDEPEND="
@@ -25,8 +25,12 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.1-ldflags.patch
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-ldflags.patch
+ default
sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
configure
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2023-12-11 13:04 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2023-12-11 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 45b01767c49d8664976e3edd7c6f0582bd5b0016
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 13:02:34 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 13:02:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b01767
net-mail/asmail: add missing die on 2.1-r3
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-mail/asmail/asmail-2.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/asmail/asmail-2.1-r3.ebuild b/net-mail/asmail/asmail-2.1-r3.ebuild
index c417c16fb169..29c8a3a37716 100644
--- a/net-mail/asmail/asmail-2.1-r3.ebuild
+++ b/net-mail/asmail/asmail-2.1-r3.ebuild
@@ -31,7 +31,7 @@ PATCHES=(
src_prepare() {
default
- cd "${S}/autoconf"
+ cd "${S}/autoconf" || die
eautoreconf
cp "${S}/autoconf/configure" "${S}/" || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2025-01-09 21:38 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2025-01-09 21:38 UTC (permalink / raw
To: gentoo-commits
commit: 0f1e8046275ec2e40c276401afde4b54b267b920
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 21:32:10 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 21:38:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1e8046
net-mail/asmail: respect LDFLAGS
The LDFLAGS was ommited in r3 revision, but it is still required.
Closes: https://bugs.gentoo.org/921262
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/asmail/{asmail-2.1-r3.ebuild => asmail-2.1-r4.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-mail/asmail/asmail-2.1-r3.ebuild b/net-mail/asmail/asmail-2.1-r4.ebuild
similarity index 93%
rename from net-mail/asmail/asmail-2.1-r3.ebuild
rename to net-mail/asmail/asmail-2.1-r4.ebuild
index 29c8a3a37716..4c24bda587f2 100644
--- a/net-mail/asmail/asmail-2.1-r3.ebuild
+++ b/net-mail/asmail/asmail-2.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto"
PATCHES=(
+ "${FILESDIR}"/${P}-ldflags.patch
"${FILESDIR}"/${P}-update-autotools.patch
)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/
@ 2025-01-09 21:38 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2025-01-09 21:38 UTC (permalink / raw
To: gentoo-commits
commit: c760cb05ae2648b326f3aa00a35699c9fb71b9fa
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 21:36:39 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 21:38:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c760cb05
net-mail/asmail: drop 2.1-r2
Bug: https://bugs.gentoo.org/880913
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/asmail/asmail-2.1-r2.ebuild | 56 ------------------------------------
1 file changed, 56 deletions(-)
diff --git a/net-mail/asmail/asmail-2.1-r2.ebuild b/net-mail/asmail/asmail-2.1-r2.ebuild
deleted file mode 100644
index 8a15dabe5212..000000000000
--- a/net-mail/asmail/asmail-2.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small mail monitor similar to xbiff"
-HOMEPAGE="https://tigr.net/afterstep/applets/"
-SRC_URI="https://tigr.net/afterstep/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="jpeg"
-
-RDEPEND="
- dev-libs/openssl:0=
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- jpeg? ( virtual/jpeg:= )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.1-ldflags.patch
-)
-
-src_prepare() {
- default
- sed -i -e "/LIB/s/-lssl/-lssl -lcrypto/g" \
- configure
-}
-
-src_configure() {
- tc-export CC
- econf $(use_enable jpeg)
-}
-
-src_install() {
- dobin ${PN}
-
- newman ${PN}.man ${PN}.1
- newman ${PN}rc.man ${PN}rc.5
-
- insinto /usr/share/${PN}/pixmaps
- doins pixmaps/cloud-e/*.xpm
-
- insinto /usr/share/${PN}
- doins -r sounds
-
- dodoc ${PN}rc.s* CHANGES *.txt README* TODO
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-09 21:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-12 0:33 [gentoo-commits] repo/gentoo:master commit in: net-mail/asmail/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2025-01-09 21:38 Petr Vaněk
2025-01-09 21:38 Petr Vaněk
2023-12-11 13:04 Joonas Niilola
2021-11-25 21:59 Marek Szuba
2021-05-02 12:51 Mikle Kolyada
2019-10-07 9:09 Michał Górny
2019-10-07 8:59 Agostino Sarubbo
2016-06-03 17:04 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox