* [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
@ 2015-11-12 23:24 Manuel Rüger
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rüger @ 2015-11-12 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 7e09daf1bb4049a2be73c6a2063f8c99c00e84cd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 23:24:07 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 23:24:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e09daf1
net-mail/qprint: Version bump
Package-Manager: portage-2.2.24
net-mail/qprint/Manifest | 1 +
net-mail/qprint/qprint-1.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/net-mail/qprint/Manifest b/net-mail/qprint/Manifest
index 060b014..3691747 100644
--- a/net-mail/qprint/Manifest
+++ b/net-mail/qprint/Manifest
@@ -1 +1,2 @@
DIST qprint-1.0.tar.gz 248872 SHA256 a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8 SHA512 2cba2e4c986e51485f26988173d16bfdbecbc9e84aeb7abbf3e77fba8f9d5ad442c0d61a8d17f4b715c0ec0b3ec25b948438fa5c88a0777d7aff7b6d99c40a31 WHIRLPOOL 09a51ae9579ed2b21d4c1d2bfef0711a1be775768bb4dd41a44e3f201f2d07309f1210cac046f9cd34c0070a2c42276039ae28391d676c7b915ecd2fe6c570e4
+DIST qprint-1.1.tar.gz 358575 SHA256 ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c SHA512 4748f52cc8cabf72a2685fba93ee9957a9a36658a8b0c9fc1994e1779aad59a94b942ed3dd2501c6a35636e7c75e24d512a5de5f95b0ba66ae40acee8bbe1cca WHIRLPOOL 846d89b7775cd2d913d98ba72277a6f5e3001f4d3006c41810707682e40cef0abee546e75a9eefa94aa09fcb6afb2b5849409978a5a124c18233357896e4e48e
diff --git a/net-mail/qprint/qprint-1.1.ebuild b/net-mail/qprint/qprint-1.1.ebuild
new file mode 100644
index 0000000..2e01379
--- /dev/null
+++ b/net-mail/qprint/qprint-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
+HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
+SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
+IUSE=""
+
+src_install() {
+ dodir /usr/bin
+ dodir /usr/share/man/man1
+ emake DESTDIR="${D}" install
+ dodoc INSTALL README *.html qprint.pdf qprint.w logo.gif
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
@ 2017-11-27 11:24 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-11-27 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 11:18:51 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 11:21:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2ad2c1
net-mail/qprint: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-mail/qprint/Manifest | 1 -
net-mail/qprint/qprint-1.0.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/net-mail/qprint/Manifest b/net-mail/qprint/Manifest
index 29ae2a0638b..9919b19cee1 100644
--- a/net-mail/qprint/Manifest
+++ b/net-mail/qprint/Manifest
@@ -1,2 +1 @@
-DIST qprint-1.0.tar.gz 248872 SHA256 a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8 SHA512 2cba2e4c986e51485f26988173d16bfdbecbc9e84aeb7abbf3e77fba8f9d5ad442c0d61a8d17f4b715c0ec0b3ec25b948438fa5c88a0777d7aff7b6d99c40a31 WHIRLPOOL 09a51ae9579ed2b21d4c1d2bfef0711a1be775768bb4dd41a44e3f201f2d07309f1210cac046f9cd34c0070a2c42276039ae28391d676c7b915ecd2fe6c570e4
DIST qprint-1.1.tar.gz 358575 BLAKE2B 6c2a756b3e245584ed4ff81a072a63f29ee14cca5a61f7d376b8794a91c69e604fb33bbde310e870cc712d7fbeb2758eb5e649a7b153bf29807cbd891e3f4c1a SHA512 4748f52cc8cabf72a2685fba93ee9957a9a36658a8b0c9fc1994e1779aad59a94b942ed3dd2501c6a35636e7c75e24d512a5de5f95b0ba66ae40acee8bbe1cca
diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild
deleted file mode 100644
index cd6d620d27c..00000000000
--- a/net-mail/qprint/qprint-1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
-HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
-SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man/man1
- make DESTDIR=${D} install || die "make install failed"
- dodoc COPYING INSTALL README *.html qprint.pdf qprint.w logo.gif
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
@ 2017-11-27 11:24 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-11-27 11:24 UTC (permalink / raw
To: gentoo-commits
commit: dce85f5403ecbea72c3a92465264770594e3aec7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 11:17:10 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 11:21:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce85f54
net-mail/qprint: Stabilise
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-mail/qprint/Manifest | 2 +-
net-mail/qprint/qprint-1.1.ebuild | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/net-mail/qprint/Manifest b/net-mail/qprint/Manifest
index 3691747d742..29ae2a0638b 100644
--- a/net-mail/qprint/Manifest
+++ b/net-mail/qprint/Manifest
@@ -1,2 +1,2 @@
DIST qprint-1.0.tar.gz 248872 SHA256 a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8 SHA512 2cba2e4c986e51485f26988173d16bfdbecbc9e84aeb7abbf3e77fba8f9d5ad442c0d61a8d17f4b715c0ec0b3ec25b948438fa5c88a0777d7aff7b6d99c40a31 WHIRLPOOL 09a51ae9579ed2b21d4c1d2bfef0711a1be775768bb4dd41a44e3f201f2d07309f1210cac046f9cd34c0070a2c42276039ae28391d676c7b915ecd2fe6c570e4
-DIST qprint-1.1.tar.gz 358575 SHA256 ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c SHA512 4748f52cc8cabf72a2685fba93ee9957a9a36658a8b0c9fc1994e1779aad59a94b942ed3dd2501c6a35636e7c75e24d512a5de5f95b0ba66ae40acee8bbe1cca WHIRLPOOL 846d89b7775cd2d913d98ba72277a6f5e3001f4d3006c41810707682e40cef0abee546e75a9eefa94aa09fcb6afb2b5849409978a5a124c18233357896e4e48e
+DIST qprint-1.1.tar.gz 358575 BLAKE2B 6c2a756b3e245584ed4ff81a072a63f29ee14cca5a61f7d376b8794a91c69e604fb33bbde310e870cc712d7fbeb2758eb5e649a7b153bf29807cbd891e3f4c1a SHA512 4748f52cc8cabf72a2685fba93ee9957a9a36658a8b0c9fc1994e1779aad59a94b942ed3dd2501c6a35636e7c75e24d512a5de5f95b0ba66ae40acee8bbe1cca
diff --git a/net-mail/qprint/qprint-1.1.ebuild b/net-mail/qprint/qprint-1.1.ebuild
index 59789807acb..abe9228eea6 100644
--- a/net-mail/qprint/qprint-1.1.ebuild
+++ b/net-mail/qprint/qprint-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
@@ -9,12 +9,13 @@ SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~ppc-macos"
IUSE=""
src_install() {
dodir /usr/bin
dodir /usr/share/man/man1
- emake DESTDIR="${D}" install
- dodoc INSTALL README *.html qprint.pdf qprint.w logo.gif
+ local HTML_DOCS=( *.html )
+ default
+ dodoc qprint.pdf qprint.w logo.gif
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
@ 2022-06-21 16:29 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-06-21 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 8b2837fd6e558994fedb6cb8265ab6bfe7c86c74
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 16:29:40 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 16:29:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2837fd
net-mail/qprint: reindent metadata.xml
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-mail/qprint/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/qprint/metadata.xml b/net-mail/qprint/metadata.xml
index 0cfab1830104..9ca7a1bd5939 100644
--- a/net-mail/qprint/metadata.xml
+++ b/net-mail/qprint/metadata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>qprint is a command-line filter for decoding or encoding a block of text in MIME Quoted-Printable format, as defined in RFC 1521.</longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>qprint is a command-line filter for decoding or encoding a block of text in MIME Quoted-Printable format, as defined in RFC 1521.</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
@ 2022-06-21 16:29 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-06-21 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 9a83ad4c1224665b17e8bfd1bbd37e7ca2162852
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 16:29:41 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 16:29:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a83ad4c
net-mail/qprint: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-mail/qprint/{qprint-1.1.ebuild => qprint-1.1-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-mail/qprint/qprint-1.1.ebuild b/net-mail/qprint/qprint-1.1-r1.ebuild
similarity index 89%
rename from net-mail/qprint/qprint-1.1.ebuild
rename to net-mail/qprint/qprint-1.1-r1.ebuild
index abe9228eea65..bf12e9111a4e 100644
--- a/net-mail/qprint/qprint-1.1.ebuild
+++ b/net-mail/qprint/qprint-1.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
@@ -10,7 +10,6 @@ SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~ppc-macos"
-IUSE=""
src_install() {
dodir /usr/bin
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-21 16:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12 23:24 [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2017-11-27 11:24 David Seifert
2017-11-27 11:24 David Seifert
2022-06-21 16:29 David Seifert
2022-06-21 16:29 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox