Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qprint/
Date: Mon, 27 Nov 2017 11:24:24
Message-Id: 1511781676.5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d.soap@gentoo
1 commit: 5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 11:18:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 11:21:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2ad2c1
7
8 net-mail/qprint: Remove old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 net-mail/qprint/Manifest | 1 -
13 net-mail/qprint/qprint-1.0.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/net-mail/qprint/Manifest b/net-mail/qprint/Manifest
17 index 29ae2a0638b..9919b19cee1 100644
18 --- a/net-mail/qprint/Manifest
19 +++ b/net-mail/qprint/Manifest
20 @@ -1,2 +1 @@
21 -DIST qprint-1.0.tar.gz 248872 SHA256 a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8 SHA512 2cba2e4c986e51485f26988173d16bfdbecbc9e84aeb7abbf3e77fba8f9d5ad442c0d61a8d17f4b715c0ec0b3ec25b948438fa5c88a0777d7aff7b6d99c40a31 WHIRLPOOL 09a51ae9579ed2b21d4c1d2bfef0711a1be775768bb4dd41a44e3f201f2d07309f1210cac046f9cd34c0070a2c42276039ae28391d676c7b915ecd2fe6c570e4
22 DIST qprint-1.1.tar.gz 358575 BLAKE2B 6c2a756b3e245584ed4ff81a072a63f29ee14cca5a61f7d376b8794a91c69e604fb33bbde310e870cc712d7fbeb2758eb5e649a7b153bf29807cbd891e3f4c1a SHA512 4748f52cc8cabf72a2685fba93ee9957a9a36658a8b0c9fc1994e1779aad59a94b942ed3dd2501c6a35636e7c75e24d512a5de5f95b0ba66ae40acee8bbe1cca
23
24 diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild
25 deleted file mode 100644
26 index cd6d620d27c..00000000000
27 --- a/net-mail/qprint/qprint-1.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
34 -HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
35 -SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
36 -
37 -LICENSE="public-domain"
38 -SLOT="0"
39 -KEYWORDS="amd64 ppc x86 ~ppc-macos"
40 -IUSE=""
41 -
42 -DEPEND=""
43 -
44 -src_compile() {
45 - econf || die "econf failed"
46 - emake || die "emake failed"
47 -}
48 -
49 -src_install() {
50 - dodir /usr/bin
51 - dodir /usr/share/man/man1
52 - make DESTDIR=${D} install || die "make install failed"
53 - dodoc COPYING INSTALL README *.html qprint.pdf qprint.w logo.gif
54 -}