summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-11-13 00:24:07 +0100
committerManuel Rüger <mrueg@gentoo.org>2015-11-13 00:24:19 +0100
commit7e09daf1bb4049a2be73c6a2063f8c99c00e84cd (patch)
tree8d5da10b62a67cf5c81c7e4e944d6761b194bd46 /net-mail
parentsci-libs/armadillo: Version bump; remove old (diff)
downloadgentoo-7e09daf1bb4049a2be73c6a2063f8c99c00e84cd.tar.gz
gentoo-7e09daf1bb4049a2be73c6a2063f8c99c00e84cd.tar.bz2
gentoo-7e09daf1bb4049a2be73c6a2063f8c99c00e84cd.zip
net-mail/qprint: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qprint/Manifest1
-rw-r--r--net-mail/qprint/qprint-1.1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/qprint/Manifest b/net-mail/qprint/Manifest
index 060b0148c9a7..3691747d7424 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 000000000000..2e013798935a
--- /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
+}