public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2018-06-03  2:59 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-03  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3df80f539b7e4ab965088f10ba7b6dd56f253316
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 00:14:39 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 02:58:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df80f53

net-mail/email: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-mail/email/Manifest           |  3 ---
 net-mail/email/email-2.5.0.ebuild | 50 ----------------------------------
 net-mail/email/email-3.0.5.ebuild | 56 ---------------------------------------
 net-mail/email/email-3.1.2.ebuild | 50 ----------------------------------
 4 files changed, 159 deletions(-)

diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest
index 17ca2b05c9a..2b2aacedaab 100644
--- a/net-mail/email/Manifest
+++ b/net-mail/email/Manifest
@@ -1,4 +1 @@
-DIST email-2.5.0.tar.bz2 133167 BLAKE2B 3c04076d20d84eaf098afac0ca214db6c3700e898e3f49cc1eaf0791904485504968cc442d4e81d9aa527786964423bb2e16894d005c848519ef07bbf106b05e SHA512 e1f56a875262db6dc79bd0e58e73875cc86bbc73c91c71fb44e9325e4d95b4133f32ca2f299e9bcdbb8217eb20ce155382f0c8d35c48f4d03caf88ef82193ad7
-DIST email-3.0.5.tar.bz2 176575 BLAKE2B 5981a3843bd58124584c7ab07c3d3ded6166fbd993e5a1415e28e0f73843c3b3f9776cfa9c57233002df7a516033060a6c7fae19c2d631b6c8a1cc294df95b45 SHA512 9cb664be7e23c7509d9091115b9ea5450bc90a78c16c3ac514cdff08a4d13f687c25ea5e10f9a644158e2f001c1022e03ba8d1994fcafa1605986c394f54621e
-DIST email-3.1.2.tar.bz2 179546 BLAKE2B 31bf4cb2c10d2ea3b668ebf7870edfc60683899bb7fbfb0b1bd4a126259307e88c0e385236961e34437637d5c8779b962d6ba8140bf2aecff1994cb1ff8026be SHA512 cd005a59b45985ec9ae3cfe86e989568732eaf1e2a127028d0faa7abc0e704ab59668c48b7249e8829fd4944ca8bb27fb3bd23bfe23df5f6fc861d1385f531d1
 DIST email-3.1.3.tar.bz2 178396 BLAKE2B 645d1fd3f0585ce6cbe2e0f2354989f07b39c83c8d21789a94d27a9e9820ea02ec1b213080018c560c7c79ef6f8fa2b636df4f40c9bc5390321d438cf64c448e SHA512 3fc1a8aa653a519261614e54b3215b89e41273207aa63f64572c8820093922a820ecad5e939b0eadf8d4c0587be83ffcb239bb31fd959b96dcf566157420f33b

diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild
deleted file mode 100644
index 10ed37c23d0..00000000000
--- a/net-mail/email/email-2.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Advanced CLI tool for sending email"
-HOMEPAGE="http://email.cleancode.org"
-SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="alpha amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	local myconf=""
-
-	if [ -f /etc/conf.d/clock ]; then
-		. /etc/conf.d/clock
-		if [ x$CLOCK = "xUTC" ]; then
-			elog "Using UTC timestamps (from /etc/conf.d/clock)"
-			myconf="${myconf} --with-utc"
-		fi
-	fi
-
-	sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
-	sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
-
-	econf ${myconf} || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	doman email.1
-	dodoc INSTALL quoted-printable.rfc RFC821 TODO
-	make DESTDIR="${D}" install || die "install failed"
-}
-
-pkg_preinst() {
-	rm "${D}"/usr/share/doc/"${P}"/email.1
-}
-
-pkg_postinst() {
-	echo
-	elog "Do not forget to edit /etc/email/email.conf file before using email."
-	echo
-}

diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild
deleted file mode 100644
index 5f321515d32..00000000000
--- a/net-mail/email/email-3.0.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit flag-o-matic
-
-DESCRIPTION="Advanced CLI tool for sending email"
-HOMEPAGE="http://www.cleancode.org/projects/email"
-SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	append-ldflags $(no-as-needed)
-}
-
-src_compile() {
-	local myconf=""
-
-	if [ -f /etc/conf.d/clock ]; then
-		. /etc/conf.d/clock
-		if [ x$CLOCK = "xUTC" ]; then
-			elog "Using UTC timestamps (from /etc/conf.d/clock)"
-			myconf="${myconf} --with-utc"
-		fi
-	fi
-
-	sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
-	sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
-
-	econf ${myconf} || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	doman email.1
-	dodoc INSTALL quoted-printable.rfc RFC821 TODO
-	make DESTDIR="${D}" install || die "install failed"
-}
-
-pkg_preinst() {
-	rm "${D}"/usr/share/doc/"${P}"/email.1
-}
-
-pkg_postinst() {
-	echo
-	elog "Do not forget to edit /etc/email/email.conf file before using email."
-	echo
-}

diff --git a/net-mail/email/email-3.1.2.ebuild b/net-mail/email/email-3.1.2.ebuild
deleted file mode 100644
index b8e28f557b1..00000000000
--- a/net-mail/email/email-3.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Advanced CLI tool for sending email"
-HOMEPAGE="http://www.cleancode.org/projects/email"
-SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	local myconf=""
-
-	if [ -f /etc/conf.d/clock ]; then
-		. /etc/conf.d/clock
-		if [ x$CLOCK = "xUTC" ]; then
-			elog "Using UTC timestamps (from /etc/conf.d/clock)"
-			myconf="${myconf} --with-utc"
-		fi
-	fi
-
-	sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
-	sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
-
-	econf ${myconf} || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	doman email.1
-	dodoc INSTALL quoted-printable.rfc RFC821 TODO
-	make DESTDIR="${D}" install || die "install failed"
-}
-
-pkg_preinst() {
-	rm "${D}"/usr/share/doc/"${P}"/email.1
-}
-
-pkg_postinst() {
-	echo
-	elog "Do not forget to edit /etc/email/email.conf file before using email."
-	echo
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2020-08-30 19:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-08-30 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f591d0c16adbe3823392dce123d480bf2b338a74
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 19:04:34 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 19:10:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f591d0c1

net-mail/email: x86 stable (bug #739476)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-mail/email/email-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/email/email-3.1.3-r1.ebuild b/net-mail/email/email-3.1.3-r1.ebuild
index e8b2a103b89..3f20f43dd79 100644
--- a/net-mail/email/email-3.1.3-r1.ebuild
+++ b/net-mail/email/email-3.1.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 x86"
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.1.3-fno-common.patch
 )


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2020-09-05  1:21 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-05  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     78cae69f52d25159355f650cc39f98e4e1f5f2b8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 01:21:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 01:21:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cae69f

net-mail/email: Stabilize 3.1.3-r1 amd64, #739476

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

 net-mail/email/email-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/email/email-3.1.3-r1.ebuild b/net-mail/email/email-3.1.3-r1.ebuild
index 3f20f43dd79..03b751178f8 100644
--- a/net-mail/email/email-3.1.3-r1.ebuild
+++ b/net-mail/email/email-3.1.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 x86"
+KEYWORDS="~alpha amd64 x86"
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.1.3-fno-common.patch
 )


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2020-09-05  1:22 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-05  1:22 UTC (permalink / raw
  To: gentoo-commits

commit:     61bd65aae802d955326591e5546faecb9ddcde73
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 01:22:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 01:22:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd65aa

net-mail/email: remove old EAPI 4 ebuild

Closes: https://bugs.gentoo.org/739476
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/email/email-3.1.3.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/net-mail/email/email-3.1.3.ebuild b/net-mail/email/email-3.1.3.ebuild
deleted file mode 100644
index f66f7d5ea1e..00000000000
--- a/net-mail/email/email-3.1.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Advanced CLI tool for sending email"
-HOMEPAGE="http://www.cleancode.org/projects/email"
-SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-src_prepare() {
-	sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die
-	sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die
-}
-
-src_install() {
-	default
-	doman email.1
-	dodoc README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2022-11-22  6:47 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-11-22  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c8196aadc5544126f5976e00c438a9c33417f2e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:46:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:47:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8196aad

net-mail/email: add github upstream metadata

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

 net-mail/email/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-mail/email/metadata.xml b/net-mail/email/metadata.xml
index bef24d2c2337..628f3bc8a2bb 100644
--- a/net-mail/email/metadata.xml
+++ b/net-mail/email/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">deanproxy/eMail</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
@ 2022-11-22  6:47 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-11-22  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     539d3054c82a63a61f7e58530a89acd8be0a0e76
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:46:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:47:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539d3054

net-mail/email: adjust ebuild structure

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

 net-mail/email/email-3.1.3-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/email/email-3.1.3-r2.ebuild b/net-mail/email/email-3.1.3-r2.ebuild
index 5c2707adb62f..a8f0acd224d9 100644
--- a/net-mail/email/email-3.1.3-r2.ebuild
+++ b/net-mail/email/email-3.1.3-r2.ebuild
@@ -6,10 +6,11 @@ EAPI=8
 DESCRIPTION="Advanced CLI tool for sending email"
 HOMEPAGE="https://github.com/deanproxy/eMail"
 SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 x86"
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.1.3-fno-common.patch
 	"${FILESDIR}"/${PN}-3.1.3-fix-clang16-configure.patch


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

end of thread, other threads:[~2022-11-22  6:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22  6:47 [gentoo-commits] repo/gentoo:master commit in: net-mail/email/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-11-22  6:47 Sam James
2020-09-05  1:22 Sam James
2020-09-05  1:21 Sam James
2020-08-30 19:10 Thomas Deutschmann
2018-06-03  2:59 Aaron Bauman

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