public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-03-03  8:31 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2024-03-03  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b513b9cfb00fe81275fa5dcd56505bc0c01968f2
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 08:27:57 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 08:27:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b513b9cf

net-mail/ripmime: drop 1.4.0.10-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/ripmime/Manifest                   |  1 -
 net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild | 40 -----------------------------
 2 files changed, 41 deletions(-)

diff --git a/net-mail/ripmime/Manifest b/net-mail/ripmime/Manifest
index a122188e5b6b..142788553b4c 100644
--- a/net-mail/ripmime/Manifest
+++ b/net-mail/ripmime/Manifest
@@ -1,2 +1 @@
-DIST ripmime-1.4.0.10.tar.gz 172155 BLAKE2B 83e7500a8cc48d29d31515487968dfd7a2b1768b12f296e11ac5e55420dc765498859608328618dcd0295f3a9901a06a189ad8ae24c6a6c20e604d48a3dd29ea SHA512 1c2d2180d60a56c70046e95a29925e39d3f76da98cc2fa153b6fc3a8eb0fc5ec5f45524e9f5ae8706a955366a752d25a0a2f560f1d75de3f2733ec31befb83d3
 DIST ripmime-1.4.1.0.tar.gz 174907 BLAKE2B 1a3204ac3b1661b3b06c534970fd13f3287d3cfb328004257e0b42bb26f00b89510853138cfaec4e723840a4cd5fc8a5e0c7e56f1cb5decdd169a042d0a24dd8 SHA512 d93bdb7a581bc5cce79dc87c28783633f1726f55d8aa068a1356e86e1fa76b5401cef4fc27d481ff3d03ad60473cc8b1fb3439ebbec20a2f8761431c2d63fa20

diff --git a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
deleted file mode 100644
index ca13adbd8647..000000000000
--- a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
-HOMEPAGE="https://pldaniels.com/ripmime/"
-SRC_URI="https://www.pldaniels.com/ripmime/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"
-	"${FILESDIR}/${PN}-1.4.0.9-buffer-overflow.patch"
-)
-
-src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		AR="$(tc-getAR)" \
-		CFLAGS="${CFLAGS}" \
-		default solib
-}
-
-src_install() {
-	dobin ripmime
-	doman ripmime.1
-	dodoc CHANGELOG INSTALL README TODO
-
-	insinto /usr/include/ripmime
-	doins mime.h ripmime-api.h
-
-	dolib.so libripmime.so.1.4.0
-	dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so
-	dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so.1
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-03-02 20:41 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-02 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     018f25e2d2fc3011362283681c181abb3071c16f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 20:40:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 20:40:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018f25e2

net-mail/ripmime: Stabilize 1.4.1.0 ppc, #925250

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

 net-mail/ripmime/ripmime-1.4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ripmime/ripmime-1.4.1.0.ebuild b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
index 58f5e17b6a9d..08944dc31f40 100644
--- a/net-mail/ripmime/ripmime-1.4.1.0.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/ripMIME-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-03-02 15:43 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-03-02 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c88025632fcbb855157640e7ba0627e7bbf3a323
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 15:43:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 15:43:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8802563

net-mail/ripmime: Stabilize 1.4.1.0 sparc, #925250

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-mail/ripmime/ripmime-1.4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ripmime/ripmime-1.4.1.0.ebuild b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
index 33480c226fe1..58f5e17b6a9d 100644
--- a/net-mail/ripmime/ripmime-1.4.1.0.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/ripMIME-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-02-23  4:46 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-02-23  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     352ff7cb71fa110a98c7c743f533866b1fd4636b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 04:44:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 04:44:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352ff7cb

net-mail/ripmime: Stabilize 1.4.1.0 amd64, #925250

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

 net-mail/ripmime/ripmime-1.4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ripmime/ripmime-1.4.1.0.ebuild b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
index 8e80c53e36c2..33480c226fe1 100644
--- a/net-mail/ripmime/ripmime-1.4.1.0.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/ripMIME-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-02-23  4:46 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-02-23  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     301c48a6fe7cc54cb42fca471128021fc4fa0676
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 04:43:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 04:43:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301c48a6

net-mail/ripmime: Stabilize 1.4.1.0 x86, #925250

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

 net-mail/ripmime/ripmime-1.4.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ripmime/ripmime-1.4.1.0.ebuild b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
index 73776a065299..8e80c53e36c2 100644
--- a/net-mail/ripmime/ripmime-1.4.1.0.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ S="${WORKDIR}/ripMIME-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2024-02-22 10:55 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2024-02-22 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5b18a38da2b4efa64263958a08bcb03723e28f4f
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 09:13:31 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 10:53:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18a38d

net-mail/ripmime: indent maintainer-needed comment

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/ripmime/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ripmime/metadata.xml b/net-mail/ripmime/metadata.xml
index 793d5afb39a2..5b2b0c0a3fd9 100644
--- a/net-mail/ripmime/metadata.xml
+++ b/net-mail/ripmime/metadata.xml
@@ -1,7 +1,7 @@
 <?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">inflex/ripMIME</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2023-12-29 23:18 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2023-12-29 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     570d28f5f7b4d5418eeb554c84fcd1372f3850ba
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 23:13:09 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 23:17:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570d28f5

net-mail/ripmime: add github upstream metadata

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/ripmime/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mail/ripmime/metadata.xml b/net-mail/ripmime/metadata.xml
index 85e4ed814fa2..793d5afb39a2 100644
--- a/net-mail/ripmime/metadata.xml
+++ b/net-mail/ripmime/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">inflex/ripMIME</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2023-12-29 23:18 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2023-12-29 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3f249719e925a0c45f5134725df3d19c42586ccb
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 22:09:01 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 23:17:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f249719

net-mail/ripmime: update LICENSE

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
index b1ab63c6d983..88ed098365cf 100644
--- a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
 HOMEPAGE="http://pldaniels.com/ripmime/"
 SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz"
 
-LICENSE="Sendmail"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2023-12-29 23:18 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2023-12-29 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8931cd9c6e8d76e0f212635a83360d248f8faef8
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 23:11:10 2023 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 23:17:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8931cd9c

net-mail/ripmime: use https in HOMEPAGE and SRC_URI

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
index 88ed098365cf..ca13adbd8647 100644
--- a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
-HOMEPAGE="http://pldaniels.com/ripmime/"
-SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz"
+HOMEPAGE="https://pldaniels.com/ripmime/"
+SRC_URI="https://www.pldaniels.com/ripmime/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/
@ 2020-09-15  0:44 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-09-15  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3fcaa3a3d04381af04d2da4ebb454c6a787e555d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 00:44:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 00:44:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcaa3a3

net-mail/ripmime: port to EAPI 7

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

 ...-1.4.0.10.ebuild => ripmime-1.4.0.10-r1.ebuild} | 28 ++++++++++------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/net-mail/ripmime/ripmime-1.4.0.10.ebuild b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
similarity index 57%
rename from net-mail/ripmime/ripmime-1.4.0.10.ebuild
rename to net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
index 36bdac2eeef..b1ab63c6d98 100644
--- a/net-mail/ripmime/ripmime-1.4.0.10.ebuild
+++ b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
-inherit eutils multilib toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
 HOMEPAGE="http://pldaniels.com/ripmime/"
@@ -12,18 +12,18 @@ SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz"
 LICENSE="Sendmail"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
-IUSE="static-libs"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.4.0.9-makefile.patch \
-		"${FILESDIR}"/${PN}-1.4.0.9-buffer-overflow.patch
-}
+PATCHES=(
+	"${FILESDIR}/${PN}-1.4.0.9-makefile.patch"
+	"${FILESDIR}/${PN}-1.4.0.9-buffer-overflow.patch"
+)
 
 src_compile() {
-	local maketargets="default solib"
-	use static-libs && maketargets="${maketargets} libripmime.a"
-
-	emake CC="$(tc-getCC)" AR="$(tc-getAR)" CFLAGS="${CFLAGS}" ${maketargets}
+	emake \
+		CC="$(tc-getCC)" \
+		AR="$(tc-getAR)" \
+		CFLAGS="${CFLAGS}" \
+		default solib
 }
 
 src_install() {
@@ -37,8 +37,4 @@ src_install() {
 	dolib.so libripmime.so.1.4.0
 	dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so
 	dosym libripmime.so.1.4.0 /usr/$(get_libdir)/libripmime.so.1
-
-	if use static-libs ; then
-		dolib.a libripmime.a
-	fi
 }


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

end of thread, other threads:[~2024-03-03  8:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03  8:31 [gentoo-commits] repo/gentoo:master commit in: net-mail/ripmime/ Petr Vaněk
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02 20:41 Sam James
2024-03-02 15:43 Arthur Zamarin
2024-02-23  4:46 Sam James
2024-02-23  4:46 Sam James
2024-02-22 10:55 Petr Vaněk
2023-12-29 23:18 Petr Vaněk
2023-12-29 23:18 Petr Vaněk
2023-12-29 23:18 Petr Vaněk
2020-09-15  0:44 Sam James

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