summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-11-27 12:18:51 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-27 12:21:16 +0100
commit5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d (patch)
tree09d8b2624ab90b05d52ab6a65233937f861de34c /net-mail/qprint/qprint-1.0.ebuild
parentnet-mail/qprint: Stabilise (diff)
downloadgentoo-5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d.tar.gz
gentoo-5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d.tar.bz2
gentoo-5a2ad2c19dc5859517c4dbc99d1ca7cdf9899a6d.zip
net-mail/qprint: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'net-mail/qprint/qprint-1.0.ebuild')
-rw-r--r--net-mail/qprint/qprint-1.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild
deleted file mode 100644
index cd6d620d27c6..000000000000
--- 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
-}